Index: chromeos/BUILD.gn |
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn |
index 3cecead6e35ab02c14e1cf94e32c7a28733d10ee..8ab2c150e53a3a28d9876c130f9774ae5516c3b1 100644 |
--- a/chromeos/BUILD.gn |
+++ b/chromeos/BUILD.gn |
@@ -28,11 +28,11 @@ component("chromeos") { |
":power_manager_proto", |
"//base", |
"//base:i18n", |
- "//base:prefs", |
"//base/third_party/dynamic_annotations", |
"//components/device_event_log", |
"//components/onc", |
"//components/policy/proto", |
+ "//components/prefs", |
"//components/proxy_config", |
"//components/signin/core/account_id", |
"//crypto", |
@@ -144,10 +144,10 @@ test("chromeos_unittests") { |
":cryptohome_proto", |
":power_manager_proto", |
":test_support", |
- "//base:prefs_test_support", |
"//base/test:run_all_unittests", |
"//base/test:test_support", |
"//components/onc", |
+ "//components/prefs:test_support", |
"//components/proxy_config", |
"//crypto", |
"//crypto:test_support", |