Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4639)

Unified Diff: chrome/browser/BUILD.gn

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: Move the Android-only profile prefs to chrome/browser/android/preferences/browser_android_prefs.h Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 413c676fa09ff06bd3ad6ea358a86376a58b9efd..8ce3054de14a094d0b5754ed078e80c96e6922d7 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3131,6 +3131,8 @@ split_static_library("browser") {
"android/precache/precache_launcher.h",
"android/preferences/autofill/autofill_profile_bridge.cc",
"android/preferences/autofill/autofill_profile_bridge.h",
+ "android/preferences/browser_android_prefs.cc",
+ "android/preferences/browser_android_prefs.h",
"android/preferences/important_sites_util.cc",
"android/preferences/important_sites_util.h",
"android/preferences/pref_service_bridge.cc",

Powered by Google App Engine
This is Rietveld 408576698