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

Unified Diff: chrome/browser/BUILD.gn

Issue 2419733005: Extract a base class from CommandLinePrefStore (Closed)
Patch Set: 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 bcf860a7b727fffef7001c70b408863eaa104dbc..8ef721ef7183f6308103dd31df363451c74fc982 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') | chrome/browser/prefs/chrome_command_line_pref_store.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698