| OLD | NEW |
| 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 Loading... |
| 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', |
| 133 'shell/browser/shell_web_contents_view_delegate_android.cc', | 134 'shell/browser/shell_web_contents_view_delegate_android.cc', |
| 134 'shell/browser/shell_web_contents_view_delegate_creator.h', | 135 'shell/browser/shell_web_contents_view_delegate_creator.h', |
| 135 'shell/browser/shell_web_contents_view_delegate_gtk.cc', | 136 'shell/browser/shell_web_contents_view_delegate_gtk.cc', |
| 136 'shell/browser/shell_web_contents_view_delegate.h', | 137 'shell/browser/shell_web_contents_view_delegate.h', |
| 137 'shell/browser/shell_web_contents_view_delegate_mac.mm', | 138 'shell/browser/shell_web_contents_view_delegate_mac.mm', |
| 138 'shell/browser/shell_web_contents_view_delegate_win.cc', | 139 'shell/browser/shell_web_contents_view_delegate_win.cc', |
| 139 'shell/browser/shell_win.cc', | 140 'shell/browser/shell_win.cc', |
| 140 'shell/browser/webkit_test_controller.cc', | 141 'shell/browser/webkit_test_controller.cc', |
| 141 'shell/browser/webkit_test_controller.h', | 142 'shell/browser/webkit_test_controller.h', |
| 142 'shell/common/shell_content_client.cc', | 143 'shell/common/shell_content_client.cc', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 ['(os_posix==1 and use_aura==1 and linux_use_tcmalloc==1) or (android_us
e_tcmalloc==1)', { | 212 ['(os_posix==1 and use_aura==1 and linux_use_tcmalloc==1) or (android_us
e_tcmalloc==1)', { |
| 212 'dependencies': [ | 213 'dependencies': [ |
| 213 # This is needed by content/app/content_main_runner.cc | 214 # This is needed by content/app/content_main_runner.cc |
| 214 '../base/allocator/allocator.gyp:allocator', | 215 '../base/allocator/allocator.gyp:allocator', |
| 215 ], | 216 ], |
| 216 }], | 217 }], |
| 217 ['use_aura==1', { | 218 ['use_aura==1', { |
| 218 'dependencies': [ | 219 'dependencies': [ |
| 219 '../ui/aura/aura.gyp:aura', | 220 '../ui/aura/aura.gyp:aura', |
| 220 '../ui/base/strings/ui_strings.gyp:ui_strings', | 221 '../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', | |
| 225 ], | 222 ], |
| 226 'sources/': [ | 223 'sources/': [ |
| 227 ['exclude', 'shell/browser/shell_gtk.cc'], | 224 ['exclude', 'shell/browser/shell_gtk.cc'], |
| 228 ['exclude', 'shell/browser/shell_win.cc'], | 225 ['exclude', 'shell/browser/shell_win.cc'], |
| 229 ], | 226 ], |
| 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 ], |
| 230 }], # use_aura==1 | 244 }], # use_aura==1 |
| 231 ['chromeos==1', { | 245 ['chromeos==1', { |
| 232 'dependencies': [ | 246 'dependencies': [ |
| 233 '../chromeos/chromeos.gyp:chromeos', | 247 '../chromeos/chromeos.gyp:chromeos', |
| 234 '../ui/shell/shell.gyp:shell', | 248 '../ui/shell/shell.gyp:shell', |
| 235 ], | 249 ], |
| 236 }], # chromeos==1 | 250 }], # chromeos==1 |
| 237 ['use_ash==1', { | 251 ['use_ash==1', { |
| 238 'dependencies': [ | 252 'dependencies': [ |
| 239 '../ash/ash.gyp:ash', | 253 '../ash/ash.gyp:ash', |
| (...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 794 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 781 '--destination_dir', '<(dest_dir)', | 795 '--destination_dir', '<(dest_dir)', |
| 782 ], | 796 ], |
| 783 }, | 797 }, |
| 784 ], | 798 ], |
| 785 }, | 799 }, |
| 786 ], | 800 ], |
| 787 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 801 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 788 ] | 802 ] |
| 789 } | 803 } |
| OLD | NEW |