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

Unified Diff: chrome/browser/BUILD.gn

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: move the PrefService logic from blimp_main.cc 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 9a51a0f8330f4c658639c9ffab4bb7fbc2a2b71e..b96ecd925aa0b8ae92c2a99803fe75487be2c39c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3151,6 +3151,10 @@ 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_prefs_android.cc",
+ "android/preferences/browser_prefs_android.h",
+ "android/preferences/command_line_pref_store_android.cc",
+ "android/preferences/command_line_pref_store_android.h",
"android/preferences/pref_service_bridge.cc",
"android/preferences/pref_service_bridge.h",
"android/preferences/website_preference_bridge.cc",

Powered by Google App Engine
This is Rietveld 408576698