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

Unified Diff: content/app/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/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 6abee2318b492af373fded1cbfc8a9320d578ec6..3a432ffebf8efd543d45e3ca1022b6730d46e7db 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -26,11 +26,6 @@ content_app_sources = [
content_app_deps = [
"//base",
"//base:i18n",
-
- # This is needed by app/content_main_runner.cc
- # TODO(brettw) this shouldn't be here, only final executables should be
- # picking the allocator. http://crbug.com/571731
- "//base/allocator",
"//content:export",
"//content:sandbox_helper_win",
"//content/public/common:common_sources",

Powered by Google App Engine
This is Rietveld 408576698