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

Unified Diff: chromeos/BUILD.gn

Issue 2442313003: Move some proxy config code out of src/chrome (Closed)
Patch Set: Fix DEPS 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/browser/ui/webui/options/preferences_browsertest.cc ('k') | chromeos/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 95dd7f08c0b5ef260da1510712c59a036ca4d73f..6a416a8b5bb97058e7497a1e7a22e9ac6e9c5523 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -33,6 +33,7 @@ component("chromeos") {
"//components/device_event_log",
"//components/onc",
"//components/policy/proto",
+ "//components/pref_registry",
"//components/prefs",
"//components/proxy_config",
"//components/signin/core/account_id",
@@ -41,6 +42,7 @@ component("chromeos") {
"//crypto:platform",
"//google_apis",
"//net",
+ "//skia", # For components/user_manager
"//third_party/icu",
"//third_party/libxml",
"//third_party/protobuf:protobuf_lite",
« no previous file with comments | « chrome/browser/ui/webui/options/preferences_browsertest.cc ('k') | chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698