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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 'shell/browser/shell_speech_recognition_manager_delegate.h', | 136 'shell/browser/shell_speech_recognition_manager_delegate.h', |
137 'shell/browser/shell_url_request_context_getter.cc', | 137 'shell/browser/shell_url_request_context_getter.cc', |
138 'shell/browser/shell_url_request_context_getter.h', | 138 'shell/browser/shell_url_request_context_getter.h', |
139 'shell/browser/shell_views.cc', | 139 'shell/browser/shell_views.cc', |
140 'shell/browser/shell_web_contents_view_delegate_android.cc', | 140 'shell/browser/shell_web_contents_view_delegate_android.cc', |
141 'shell/browser/shell_web_contents_view_delegate_creator.h', | 141 'shell/browser/shell_web_contents_view_delegate_creator.h', |
142 'shell/browser/shell_web_contents_view_delegate_gtk.cc', | 142 'shell/browser/shell_web_contents_view_delegate_gtk.cc', |
143 'shell/browser/shell_web_contents_view_delegate.h', | 143 'shell/browser/shell_web_contents_view_delegate.h', |
144 'shell/browser/shell_web_contents_view_delegate_mac.mm', | 144 'shell/browser/shell_web_contents_view_delegate_mac.mm', |
145 'shell/browser/shell_web_contents_view_delegate_win.cc', | 145 'shell/browser/shell_web_contents_view_delegate_win.cc', |
146 'shell/browser/shell_win.cc', | |
147 'shell/browser/webkit_test_controller.cc', | 146 'shell/browser/webkit_test_controller.cc', |
148 'shell/browser/webkit_test_controller.h', | 147 'shell/browser/webkit_test_controller.h', |
149 'shell/common/shell_content_client.cc', | 148 'shell/common/shell_content_client.cc', |
150 'shell/common/shell_content_client.h', | 149 'shell/common/shell_content_client.h', |
151 'shell/common/shell_messages.cc', | 150 'shell/common/shell_messages.cc', |
152 'shell/common/shell_messages.h', | 151 'shell/common/shell_messages.h', |
153 'shell/common/shell_switches.cc', | 152 'shell/common/shell_switches.cc', |
154 'shell/common/shell_switches.h', | 153 'shell/common/shell_switches.h', |
155 'shell/common/shell_test_configuration.cc', | 154 'shell/common/shell_test_configuration.cc', |
156 'shell/common/shell_test_configuration.h', | 155 'shell/common/shell_test_configuration.h', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 '../base/allocator/allocator.gyp:allocator', | 315 '../base/allocator/allocator.gyp:allocator', |
317 ], | 316 ], |
318 }], | 317 }], |
319 ['use_aura==1', { | 318 ['use_aura==1', { |
320 'dependencies': [ | 319 'dependencies': [ |
321 '../ui/aura/aura.gyp:aura', | 320 '../ui/aura/aura.gyp:aura', |
322 '../ui/base/strings/ui_strings.gyp:ui_strings', | 321 '../ui/base/strings/ui_strings.gyp:ui_strings', |
323 ], | 322 ], |
324 'sources/': [ | 323 'sources/': [ |
325 ['exclude', 'shell/browser/shell_gtk.cc'], | 324 ['exclude', 'shell/browser/shell_gtk.cc'], |
326 ['exclude', 'shell/browser/shell_win.cc'], | |
327 ], | 325 ], |
328 'conditions': [ | 326 'conditions': [ |
329 ['toolkit_views==1', { | 327 ['toolkit_views==1', { |
330 'dependencies': [ | 328 'dependencies': [ |
331 '../ui/resources/ui_resources.gyp:ui_resources', | 329 '../ui/resources/ui_resources.gyp:ui_resources', |
332 '../ui/views/controls/webview/webview.gyp:webview', | 330 '../ui/views/controls/webview/webview.gyp:webview', |
333 '../ui/views/views.gyp:views', | 331 '../ui/views/views.gyp:views', |
334 '../ui/views/views.gyp:views_test_support', | 332 '../ui/views/views.gyp:views_test_support', |
335 ], | 333 ], |
336 'sources/': [ | 334 'sources/': [ |
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1012 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1010 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1013 '--destination_dir', '<(dest_dir)', | 1011 '--destination_dir', '<(dest_dir)', |
1014 ], | 1012 ], |
1015 }, | 1013 }, |
1016 ], | 1014 ], |
1017 }, | 1015 }, |
1018 ], | 1016 ], |
1019 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1017 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1020 ] | 1018 ] |
1021 } | 1019 } |
OLD | NEW |