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

Unified Diff: content/content_shell.gypi

Issue 10802064: Make content_shell and content_browsertests working with aura (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 | « no previous file | content/shell/shell.h » ('j') | content/shell/shell.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 213b32ef5642b5085396a284e837fcc2c42ca78d..2bc244bb9e25b49306f9c474a2d3dd7c95fb50e4 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -146,7 +146,19 @@
'<(SHARED_INTERMEDIATE_DIR)/content/shell',
],
}], # OS=="android"
+ ['use_aura==1 and linux_use_tcmalloc==1', {
+ 'dependencies': [
+ # This is needed by content/app/content_main_runner.cc
+ '../base/allocator/allocator.gyp:allocator',
+ ],
+ }],
['use_aura==1', {
+ 'dependencies':[
+ '../ui/aura/aura.gyp:aura',
+ '../ui/base/strings/ui_strings.gyp:ui_strings',
+ '../ui/views/views.gyp:views',
+ '../ui/ui.gyp:ui_resources',
+ ],
'sources/': [
['exclude', 'shell/shell_gtk.cc'],
['exclude', 'shell/shell_win.cc'],
« no previous file with comments | « no previous file | content/shell/shell.h » ('j') | content/shell/shell.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698