| 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",
|
|
|