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

Unified Diff: content/content_app.gypi

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/app/BUILD.gn ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_app.gypi
diff --git a/content/content_app.gypi b/content/content_app.gypi
index 4de603bb7c9990cf0fe5e4328539f867edf03b5b..ad82f48e90490164325d4ab4535f3fafe538b415 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -40,12 +40,6 @@
'public/app/content_main_runner.h',
],
'conditions': [
- ['((OS=="linux" and os_posix==1 and use_aura==1) or OS=="android") and use_allocator!="none"', {
- 'dependencies': [
- # This is needed by app/content_main_runner.cc
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
['OS=="android"', {
'sources!': [
'app/content_main.cc',
« no previous file with comments | « content/app/BUILD.gn ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698