Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index b8c44cb34be5c5fd164841eb331636a0cd759ce3..098ff82e87ebd9dd70ad7b74ba20c090f006bb19 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -122,8 +122,8 @@ if (!is_nacl) { |
net_shared_sources += gypi_values.net_non_nacl_sources |
net_shared_deps += [ |
- "//base:prefs", |
"//base/third_party/dynamic_annotations", |
+ "//components/prefs", |
"//sdch", |
"//third_party/zlib", |
] |
@@ -1404,7 +1404,6 @@ test("net_unittests") { |
":test_support", |
"//base", |
"//base:i18n", |
- "//base:prefs_test_support", |
"//base/third_party/dynamic_annotations", |
"//crypto", |
"//crypto:platform", |