| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 60fbe7dfbc49761cb4b9a50aad283764d6e94f03..36960203a5ad70eff112f83bc2c34d13a1d82154 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",
|
| @@ -1312,7 +1310,6 @@ if (!is_android) {
|
| ":sync_integration_test_support",
|
| ":test_support",
|
| ":test_support_ui",
|
| - "//base/allocator",
|
| "//chrome:packed_extra_resources",
|
| "//chrome:packed_resources",
|
| "//chrome:resources",
|
| @@ -1396,7 +1393,6 @@ if (!is_android) {
|
| deps = [
|
| ":sync_integration_test_support",
|
| ":test_support_ui",
|
| - "//base/allocator",
|
| "//crypto:platform",
|
| "//sync",
|
| "//testing/gmock",
|
| @@ -1559,7 +1555,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",
|
| @@ -2127,7 +2122,6 @@ if (is_win || (is_linux && !is_chromeos)) {
|
| ]
|
| deps = [
|
| ":test_support",
|
| - "//base/allocator",
|
| "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//breakpad:client",
|
| @@ -2157,7 +2151,6 @@ if (is_win || (is_linux && !is_chromeos)) {
|
| ":test_support_ui",
|
| "//base",
|
| "//base:i18n",
|
| - "//base/allocator",
|
| "//base/test:test_support",
|
| "//chrome/browser",
|
| "//chrome/renderer",
|
|
|