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

Unified Diff: chrome/browser/BUILD.gn

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Ash example Created 4 years, 1 month 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 2acd1b85f4954c8f7f35e050a2caf66a5725ec48..f3b90130e4201b86aca905107e184283a08af242 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -861,6 +861,8 @@ split_static_library("browser") {
"prefs/pref_metrics_service.h",
"prefs/pref_service_syncable_util.cc",
"prefs/pref_service_syncable_util.h",
+ "prefs/preferences_manager.cc",
+ "prefs/preferences_manager.h",
"prefs/profile_pref_store_manager.cc",
"prefs/profile_pref_store_manager.h",
"prefs/session_startup_pref.cc",
@@ -1438,6 +1440,7 @@ split_static_library("browser") {
"//mojo/public/js",
"//net:extras",
"//net:net_with_v8",
+ "//services/preferences/public/interfaces/",
"//services/service_manager/public/cpp",
"//skia",
"//sql",

Powered by Google App Engine
This is Rietveld 408576698