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

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: 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 | « content/shell/BUILD.gn ('k') | courgette/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 37dcdcc3cbe6ce6c0a3ee331dd8b0e4971911d05..b6f22ab421e8a3efc9234696ff0f9ee0ff7dc178 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",
« no previous file with comments | « content/shell/BUILD.gn ('k') | courgette/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698