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

Unified Diff: chrome/test/BUILD.gn

Issue 1469123002: [clean-up] Remove allocator dependency from library targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@unify_allocator1_2
Patch Set: Rebase. Created 5 years, 1 month 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/renderer/BUILD.gn ('k') | no next file » | 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 d4bd501dcc8e26294df5fd636d46abe39db7f0dc..38f4bfb390aa60941f268e7f372a567c1905eb83 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2103,6 +2103,7 @@ if (is_win || (is_linux && !is_chromeos)) {
]
deps = [
":test_support",
+ "//base/allocator",
"//base/test:run_all_unittests",
"//base/test:test_support",
"//breakpad:client",
@@ -2131,6 +2132,7 @@ 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/renderer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698