diff --git a/src/components/prefs/BUILD.gn b/src/components/prefs/BUILD.gn index 21b5883bfd..c52dfd7ce8 100644 --- a/src/components/prefs/BUILD.gn +++ b/src/components/prefs/BUILD.gn @@ -58,7 +58,7 @@ component("prefs") { public_deps = [ "//base" ] - if (is_android) { + if (false) { sources += [ "android/pref_service_android.cc", "android/pref_service_android.h",