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

Unified Diff: components/prefs/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: components/prefs/BUILD.gn
diff --git a/components/prefs/BUILD.gn b/components/prefs/BUILD.gn
index ff4e1f2cb8325bea3c4affc05c4d969f8d7c65bc..b2eb8535845d8e942486bb3d3c6cb98ea4c35859 100644
--- a/components/prefs/BUILD.gn
+++ b/components/prefs/BUILD.gn
@@ -4,6 +4,8 @@
component("prefs") {
sources = [
+ "command_line_pref_store.cc",
+ "command_line_pref_store.h",
"default_pref_store.cc",
"default_pref_store.h",
"in_memory_pref_store.cc",

Powered by Google App Engine
This is Rietveld 408576698