Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2858)

Unified Diff: chrome/test/BUILD.gn

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698