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 'content_shell_version': '99.77.34.5', | 8 'content_shell_version': '99.77.34.5', |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'shell/browser/shell_quota_permission_context.h', | 189 'shell/browser/shell_quota_permission_context.h', |
190 'shell/browser/shell_resource_dispatcher_host_delegate.cc', | 190 'shell/browser/shell_resource_dispatcher_host_delegate.cc', |
191 'shell/browser/shell_resource_dispatcher_host_delegate.h', | 191 'shell/browser/shell_resource_dispatcher_host_delegate.h', |
192 'shell/browser/shell_speech_recognition_manager_delegate.cc', | 192 'shell/browser/shell_speech_recognition_manager_delegate.cc', |
193 'shell/browser/shell_speech_recognition_manager_delegate.h', | 193 'shell/browser/shell_speech_recognition_manager_delegate.h', |
194 'shell/browser/shell_url_request_context_getter.cc', | 194 'shell/browser/shell_url_request_context_getter.cc', |
195 'shell/browser/shell_url_request_context_getter.h', | 195 'shell/browser/shell_url_request_context_getter.h', |
196 'shell/browser/shell_views.cc', | 196 'shell/browser/shell_views.cc', |
197 'shell/browser/shell_web_contents_view_delegate.h', | 197 'shell/browser/shell_web_contents_view_delegate.h', |
198 'shell/browser/shell_web_contents_view_delegate_android.cc', | 198 'shell/browser/shell_web_contents_view_delegate_android.cc', |
| 199 'shell/browser/shell_web_contents_view_delegate_aura.cc', |
199 'shell/browser/shell_web_contents_view_delegate_creator.h', | 200 'shell/browser/shell_web_contents_view_delegate_creator.h', |
200 'shell/browser/shell_web_contents_view_delegate_mac.mm', | 201 'shell/browser/shell_web_contents_view_delegate_mac.mm', |
201 'shell/browser/shell_web_contents_view_delegate_win.cc', | |
202 'shell/common/layout_test/layout_test_content_client.cc', | 202 'shell/common/layout_test/layout_test_content_client.cc', |
203 'shell/common/layout_test/layout_test_content_client.h', | 203 'shell/common/layout_test/layout_test_content_client.h', |
204 'shell/common/layout_test/layout_test_messages.cc', | 204 'shell/common/layout_test/layout_test_messages.cc', |
205 'shell/common/layout_test/layout_test_messages.h', | 205 'shell/common/layout_test/layout_test_messages.h', |
206 'shell/common/layout_test/layout_test_switches.cc', | 206 'shell/common/layout_test/layout_test_switches.cc', |
207 'shell/common/layout_test/layout_test_switches.h', | 207 'shell/common/layout_test/layout_test_switches.h', |
208 'shell/common/leak_detection_result.h', | 208 'shell/common/leak_detection_result.h', |
209 'shell/common/shell_content_client.cc', | 209 'shell/common/shell_content_client.cc', |
210 'shell/common/shell_content_client.h', | 210 'shell/common/shell_content_client.h', |
211 'shell/common/shell_origin_trial_policy.cc', | 211 'shell/common/shell_origin_trial_policy.cc', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 }, { | 317 }, { |
318 'sources/': [ | 318 'sources/': [ |
319 ['exclude', 'shell/browser/shell_views.cc'], | 319 ['exclude', 'shell/browser/shell_views.cc'], |
320 ], | 320 ], |
321 }], | 321 }], |
322 ], | 322 ], |
323 }, { | 323 }, { |
324 'sources/': [ | 324 'sources/': [ |
325 ['exclude', 'shell/browser/shell_aura.cc'], | 325 ['exclude', 'shell/browser/shell_aura.cc'], |
326 ['exclude', 'shell/browser/shell_views.cc'], | 326 ['exclude', 'shell/browser/shell_views.cc'], |
| 327 ['exclude', 'shell/browser/shell_web_contents_view_delegate_aura.cc'
], |
327 ], | 328 ], |
328 }], # use_aura==1 | 329 }], # use_aura==1 |
329 ['chromeos==1', { | 330 ['chromeos==1', { |
330 'dependencies': [ | 331 'dependencies': [ |
331 '../chromeos/chromeos.gyp:chromeos', | 332 '../chromeos/chromeos.gyp:chromeos', |
332 '../ui/wm/wm.gyp:wm_test_support', | 333 '../ui/wm/wm.gyp:wm_test_support', |
333 ], | 334 ], |
334 }], # chromeos==1 | 335 }], # chromeos==1 |
335 ['enable_plugins==0', { | 336 ['enable_plugins==0', { |
336 'sources!': [ | 337 'sources!': [ |
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
911 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 912 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
912 '--destination_dir', '<(dest_dir)', | 913 '--destination_dir', '<(dest_dir)', |
913 ], | 914 ], |
914 }, | 915 }, |
915 ], | 916 ], |
916 }, | 917 }, |
917 ], | 918 ], |
918 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 919 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
919 ] | 920 ] |
920 } | 921 } |
OLD | NEW |