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

Unified Diff: chromeos/BUILD.gn

Issue 2442313003: Move some proxy config code out of src/chrome (Closed)
Patch Set: Rebase 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: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 95dd7f08c0b5ef260da1510712c59a036ca4d73f..c9fca19e48cbebb444ea9021198041a50eeeddbb 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -32,7 +32,9 @@ component("chromeos") {
"//base/third_party/dynamic_annotations",
"//components/device_event_log",
"//components/onc",
+ "//components/policy/core/common",
"//components/policy/proto",
+ "//components/pref_registry",
"//components/prefs",
"//components/proxy_config",
"//components/signin/core/account_id",
@@ -41,6 +43,7 @@ component("chromeos") {
"//crypto:platform",
"//google_apis",
"//net",
+ "//skia", # For components/user_manager
"//third_party/icu",
"//third_party/libxml",
"//third_party/protobuf:protobuf_lite",

Powered by Google App Engine
This is Rietveld 408576698