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

Unified Diff: components/onc/BUILD.gn

Issue 2445153002: Move onc and proxy pref names to components. (Closed)
Patch Set: ONC_EXPORT 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 | « chrome/common/pref_names.cc ('k') | components/onc/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/onc/BUILD.gn
diff --git a/components/onc/BUILD.gn b/components/onc/BUILD.gn
index f08223328704fd6dc41aee40cece65f7c846810f..24f6694a4ffd35595581741a12488af3b4efd31e 100644
--- a/components/onc/BUILD.gn
+++ b/components/onc/BUILD.gn
@@ -7,11 +7,15 @@ component("onc") {
"onc_constants.cc",
"onc_constants.h",
"onc_export.h",
+ "onc_pref_names.cc",
+ "onc_pref_names.h",
]
defines = [ "ONC_IMPLEMENTATION" ]
deps = [
"//base",
+ "//components/pref_registry",
+ "//components/prefs",
]
}
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/onc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698