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

Unified Diff: content/content_shell.gypi

Issue 10824043: make content_shell and content_browsertests works with aura (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update DEPS file for chromeos build config 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/DEPS » ('j') | no next file with comments »
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 20b0c98ef3d31355bb4ebe6839b950ac2f3b35fc..23f3c7de5c5f631d750b6d54554b9127d39db4ad 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -146,12 +146,29 @@
'<(SHARED_INTERMEDIATE_DIR)/content/shell',
],
}], # OS=="android"
+ ['os_posix==1 and 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'],
],
}], # use_aura==1
+ ['chromeos==1', {
+ 'dependencies': [
+ '../chromeos/chromeos.gyp:chromeos',
+ ],
+ }], # chromeos==1
['inside_chromium_build==0 or component!="shared_library"', {
'dependencies': [
'<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_test_support',
@@ -230,7 +247,9 @@
'<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
+ '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_settings_en-US.pak',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.pak',
+ '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak',
'<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
« no previous file with comments | « no previous file | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698