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

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: pure rebase 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
« no previous file with comments | « chrome/installer/setup/BUILD.gn ('k') | chrome/tools/service_discovery_sniffer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « chrome/installer/setup/BUILD.gn ('k') | chrome/tools/service_discovery_sniffer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698