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'], |