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

Side by Side Diff: trunk/src/content/content_shell.gypi

Issue 30413002: Revert 229507 "aura: Allow creating content_shell without views." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « trunk/src/build/build_config.h ('k') | trunk/src/content/shell/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'shell/browser/shell_plugin_service_filter.cc', 123 'shell/browser/shell_plugin_service_filter.cc',
124 'shell/browser/shell_plugin_service_filter.h', 124 'shell/browser/shell_plugin_service_filter.h',
125 'shell/browser/shell_quota_permission_context.cc', 125 'shell/browser/shell_quota_permission_context.cc',
126 'shell/browser/shell_quota_permission_context.h', 126 'shell/browser/shell_quota_permission_context.h',
127 'shell/browser/shell_resource_dispatcher_host_delegate.cc', 127 'shell/browser/shell_resource_dispatcher_host_delegate.cc',
128 'shell/browser/shell_resource_dispatcher_host_delegate.h', 128 'shell/browser/shell_resource_dispatcher_host_delegate.h',
129 'shell/browser/shell_speech_recognition_manager_delegate.cc', 129 'shell/browser/shell_speech_recognition_manager_delegate.cc',
130 'shell/browser/shell_speech_recognition_manager_delegate.h', 130 'shell/browser/shell_speech_recognition_manager_delegate.h',
131 'shell/browser/shell_url_request_context_getter.cc', 131 'shell/browser/shell_url_request_context_getter.cc',
132 'shell/browser/shell_url_request_context_getter.h', 132 'shell/browser/shell_url_request_context_getter.h',
133 'shell/browser/shell_views.cc',
134 'shell/browser/shell_web_contents_view_delegate_android.cc', 133 'shell/browser/shell_web_contents_view_delegate_android.cc',
135 'shell/browser/shell_web_contents_view_delegate_creator.h', 134 'shell/browser/shell_web_contents_view_delegate_creator.h',
136 'shell/browser/shell_web_contents_view_delegate_gtk.cc', 135 'shell/browser/shell_web_contents_view_delegate_gtk.cc',
137 'shell/browser/shell_web_contents_view_delegate.h', 136 'shell/browser/shell_web_contents_view_delegate.h',
138 'shell/browser/shell_web_contents_view_delegate_mac.mm', 137 'shell/browser/shell_web_contents_view_delegate_mac.mm',
139 'shell/browser/shell_web_contents_view_delegate_win.cc', 138 'shell/browser/shell_web_contents_view_delegate_win.cc',
140 'shell/browser/shell_win.cc', 139 'shell/browser/shell_win.cc',
141 'shell/browser/webkit_test_controller.cc', 140 'shell/browser/webkit_test_controller.cc',
142 'shell/browser/webkit_test_controller.h', 141 'shell/browser/webkit_test_controller.h',
143 'shell/common/shell_content_client.cc', 142 'shell/common/shell_content_client.cc',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 ['(os_posix==1 and use_aura==1 and linux_use_tcmalloc==1) or (android_us e_tcmalloc==1)', { 211 ['(os_posix==1 and use_aura==1 and linux_use_tcmalloc==1) or (android_us e_tcmalloc==1)', {
213 'dependencies': [ 212 'dependencies': [
214 # This is needed by content/app/content_main_runner.cc 213 # This is needed by content/app/content_main_runner.cc
215 '../base/allocator/allocator.gyp:allocator', 214 '../base/allocator/allocator.gyp:allocator',
216 ], 215 ],
217 }], 216 }],
218 ['use_aura==1', { 217 ['use_aura==1', {
219 'dependencies': [ 218 'dependencies': [
220 '../ui/aura/aura.gyp:aura', 219 '../ui/aura/aura.gyp:aura',
221 '../ui/base/strings/ui_strings.gyp:ui_strings', 220 '../ui/base/strings/ui_strings.gyp:ui_strings',
221 '../ui/views/controls/webview/webview.gyp:webview',
222 '../ui/views/views.gyp:views',
223 '../ui/views/views.gyp:views_test_support',
224 '../ui/ui.gyp:ui_resources',
222 ], 225 ],
223 'sources/': [ 226 'sources/': [
224 ['exclude', 'shell/browser/shell_gtk.cc'], 227 ['exclude', 'shell/browser/shell_gtk.cc'],
225 ['exclude', 'shell/browser/shell_win.cc'], 228 ['exclude', 'shell/browser/shell_win.cc'],
226 ], 229 ],
227 'conditions': [
228 ['toolkit_views==1', {
229 'dependencies': [
230 '../ui/views/controls/webview/webview.gyp:webview',
231 '../ui/views/views.gyp:views',
232 '../ui/views/views.gyp:views_test_support',
233 '../ui/ui.gyp:ui_resources',
234 ],
235 'sources/': [
236 ['exclude', 'shell/browser/shell_aura.cc'],
237 ],
238 }, {
239 'sources/': [
240 ['exclude', 'shell/browser/shell_views.cc'],
241 ],
242 }],
243 ],
244 }], # use_aura==1 230 }], # use_aura==1
245 ['chromeos==1', { 231 ['chromeos==1', {
246 'dependencies': [ 232 'dependencies': [
247 '../chromeos/chromeos.gyp:chromeos', 233 '../chromeos/chromeos.gyp:chromeos',
248 '../ui/shell/shell.gyp:shell', 234 '../ui/shell/shell.gyp:shell',
249 ], 235 ],
250 }], # chromeos==1 236 }], # chromeos==1
251 ['use_ash==1', { 237 ['use_ash==1', {
252 'dependencies': [ 238 'dependencies': [
253 '../ash/ash.gyp:ash', 239 '../ash/ash.gyp:ash',
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 780 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
795 '--destination_dir', '<(dest_dir)', 781 '--destination_dir', '<(dest_dir)',
796 ], 782 ],
797 }, 783 },
798 ], 784 ],
799 }, 785 },
800 ], 786 ],
801 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 787 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
802 ] 788 ]
803 } 789 }
OLDNEW
« no previous file with comments | « trunk/src/build/build_config.h ('k') | trunk/src/content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698