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

Unified Diff: chrome/browser/BUILD.gn

Issue 2419733005: Extract a base class from CommandLinePrefStore (Closed)
Patch Set: nit in comment 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
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index e22b2d26a2d9505ca9079ed00c2a13ea22898eaf..8410f09a5aa5810d084a38f0c77888ce81589948 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -841,12 +841,12 @@ split_static_library("browser") {
"predictors/resource_prefetcher_manager.h",
"prefs/browser_prefs.cc",
"prefs/browser_prefs.h",
+ "prefs/chrome_command_line_pref_store.cc",
+ "prefs/chrome_command_line_pref_store.h",
"prefs/chrome_pref_model_associator_client.cc",
"prefs/chrome_pref_model_associator_client.h",
"prefs/chrome_pref_service_factory.cc",
"prefs/chrome_pref_service_factory.h",
- "prefs/command_line_pref_store.cc",
- "prefs/command_line_pref_store.h",
"prefs/incognito_mode_prefs.cc",
"prefs/incognito_mode_prefs.h",
"prefs/origin_trial_prefs.cc",
@@ -1355,6 +1355,7 @@ split_static_library("browser") {
"//components/policy:generated",
"//components/policy/core/browser",
"//components/policy/proto",
+ "//components/prefs:prefs",
"//components/previews/core",
"//components/profile_metrics",
"//components/proxy_config",
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698