Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index fac6bca275cf520cd836ae7e48b1e3247854c7a5..d2e1f7467ebee0b69da8943938550f05ebeeb800 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -336,7 +336,6 @@ if (!is_android) { |
deps = [ |
":test_support", |
":test_support_ui", |
- "//base/allocator", |
"//chrome:packed_extra_resources", |
"//chrome:packed_resources", |
"//chrome:resources", |
@@ -849,7 +848,6 @@ if (!is_android) { |
":test_support_ui", |
"//base", |
"//base:i18n", |
- "//base/allocator", |
"//base/test:test_support", |
"//chrome:browser_tests_pak", |
"//chrome:packed_extra_resources", |
@@ -1315,7 +1313,6 @@ if (!is_android) { |
":sync_integration_test_support", |
":test_support", |
":test_support_ui", |
- "//base/allocator", |
"//chrome:packed_extra_resources", |
"//chrome:packed_resources", |
"//chrome:resources", |
@@ -1399,7 +1396,6 @@ if (!is_android) { |
deps = [ |
":sync_integration_test_support", |
":test_support_ui", |
- "//base/allocator", |
"//crypto:platform", |
"//sync", |
"//testing/gmock", |
@@ -1562,7 +1558,6 @@ test("unit_tests") { |
"//testing/gtest", |
# 3) anything tests directly depend on |
- "//base/allocator", |
"//chrome:resources", |
"//chrome:strings", |
"//components/safe_browsing_db:test_database_manager", |
@@ -2130,7 +2125,6 @@ if (is_win || (is_linux && !is_chromeos)) { |
] |
deps = [ |
":test_support", |
- "//base/allocator", |
"//base/test:run_all_unittests", |
"//base/test:test_support", |
"//breakpad:client", |
@@ -2160,7 +2154,6 @@ if (is_win || (is_linux && !is_chromeos)) { |
":test_support_ui", |
"//base", |
"//base:i18n", |
- "//base/allocator", |
"//base/test:test_support", |
"//chrome/browser", |
"//chrome/renderer", |