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

Unified Diff: content/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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index f303dca0ff5ee66b962191f92469cef78ac7bb6d..7c6879c6e4b6a0daf87029cb06cadd55b26bce1c 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -360,7 +360,6 @@ test("content_browsertests") {
deps = [
":browsertest_support",
":web_ui_test_mojo_bindings",
- "//base/allocator",
"//base/test:test_support",
"//content:resources",
"//content/browser/background_sync:background_sync_proto",
@@ -558,7 +557,6 @@ test("content_unittests") {
deps = [
":test_support",
- "//base/allocator",
"//base/test:test_support",
"//content/browser/background_sync:background_sync_proto",
"//content/browser/cache_storage:cache_storage_proto",
@@ -783,7 +781,6 @@ test("content_perftests") {
"../test/run_all_perftests.cc",
]
deps = [
- "//base/allocator",
"//base/test:test_support",
"//cc",
"//content/public/browser",
@@ -818,7 +815,6 @@ test("content_gl_tests") {
deps = [
":test_support",
- "//base/allocator",
"//base/test:test_support",
"//content/public/common",
"//gpu/blink",
@@ -854,7 +850,6 @@ test("content_gl_benchmark") {
deps = [
":test_support",
- "//base/allocator",
"//base/test:test_support",
"//content/public/common",
"//gpu/blink",

Powered by Google App Engine
This is Rietveld 408576698