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

Unified Diff: chromeos/BUILD.gn

Issue 1228543002: Translate ONC ProxySettings <-> Shill ProxyConfig (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add SchemeToString Created 5 years, 5 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 5729bdc8e02e0d790fe216c1d8169ab3cba236b3..9521b8c9674dcb856c02fa124feb611cd502845e 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -28,6 +28,7 @@ component("chromeos") {
"//components/device_event_log",
"//components/policy/proto",
"//components/onc",
+ "//components/proxy_config",
"//crypto",
"//crypto:platform",
"//google_apis",
@@ -131,6 +132,7 @@ test("chromeos_unittests") {
"//base/test:run_all_unittests",
"//base/test:test_support",
"//components/onc",
+ "//components/proxy_config",
"//crypto",
"//crypto:test_support",
"//dbus:test_support",

Powered by Google App Engine
This is Rietveld 408576698