Index: content/app/BUILD.gn |
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn |
index 697293c5a8b14ef2ec20784f176926e27c93fb4a..c65a9be54be039d732c6073fc265657f2a5406f5 100644 |
--- a/content/app/BUILD.gn |
+++ b/content/app/BUILD.gn |
@@ -25,11 +25,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", |