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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 '../chrome/installer/mini_installer.gyp:mini_installer', | 241 '../chrome/installer/mini_installer.gyp:mini_installer', |
242 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 242 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
243 '../courgette/courgette.gyp:courgette_unittests', | 243 '../courgette/courgette.gyp:courgette_unittests', |
244 '../sandbox/sandbox.gyp:sbox_integration_tests', | 244 '../sandbox/sandbox.gyp:sbox_integration_tests', |
245 '../sandbox/sandbox.gyp:sbox_unittests', | 245 '../sandbox/sandbox.gyp:sbox_unittests', |
246 '../sandbox/sandbox.gyp:sbox_validation_tests', | 246 '../sandbox/sandbox.gyp:sbox_validation_tests', |
247 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 247 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
248 '../ui/app_list/app_list.gyp:app_list_unittests', | 248 '../ui/app_list/app_list.gyp:app_list_unittests', |
249 '../ui/views/views.gyp:views_unittests', | 249 '../ui/views/views.gyp:views_unittests', |
250 '../webkit/webkit.gyp:test_shell_common', | 250 '../webkit/webkit.gyp:test_shell_common', |
251 ], | 251 ], |
252 'conditions': [ | 252 'conditions': [ |
253 ['target_arch!="x64"', { | 253 ['target_arch!="x64"', { |
254 'dependencies': [ | 254 'dependencies': [ |
255 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 255 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
256 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 256 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
257 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_test
s', | 257 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests
', |
258 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 258 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
259 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 259 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
260 ] | 260 ] |
261 }, { # target_arch!="x64" | 261 }, { # target_arch!="x64" |
262 'dependencies!': [ | 262 'dependencies!': [ |
263 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 263 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
264 ], | 264 ], |
265 'defines': [ | 265 'defines': [ |
266 'OMIT_CHROME_FRAME', | 266 'OMIT_CHROME_FRAME', |
267 ], | 267 ], |
268 }], # target_arch=="x64" | 268 }], # target_arch=="x64" |
269 ], | 269 # remoting_host_installation uses lots of non-trivial GYP that tend |
| 270 # to break because of differences between ninja and msbuild. Make |
| 271 # sure this target is built by the builders on the main waterfall. |
| 272 # See http://crbug.com/180600. |
| 273 ['wix_exists == "True" and sas_dll_exists == "True"', { |
| 274 'dependencies': [ |
| 275 '../remoting/remoting.gyp:remoting_host_installation', |
| 276 ], |
| 277 }], |
| 278 ], |
270 }], | 279 }], |
271 ['OS=="linux"', { | 280 ['OS=="linux"', { |
272 'dependencies': [ | 281 'dependencies': [ |
273 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 282 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
274 ], | 283 ], |
275 }], | 284 }], |
276 ], | 285 ], |
277 }, # target_name: chromium_builder_tests | 286 }, # target_name: chromium_builder_tests |
278 { | 287 { |
279 'target_name': 'chromium_2010_builder_tests', | 288 'target_name': 'chromium_2010_builder_tests', |
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 '../chrome/chrome.gyp:browser_tests_run', | 809 '../chrome/chrome.gyp:browser_tests_run', |
801 '../chrome/chrome.gyp:sync_integration_tests_run', | 810 '../chrome/chrome.gyp:sync_integration_tests_run', |
802 '../chrome/chrome.gyp:unit_tests_run', | 811 '../chrome/chrome.gyp:unit_tests_run', |
803 '../net/net.gyp:net_unittests_run', | 812 '../net/net.gyp:net_unittests_run', |
804 ], | 813 ], |
805 }, # target_name: chromium_swarm_tests | 814 }, # target_name: chromium_swarm_tests |
806 ], | 815 ], |
807 }], | 816 }], |
808 ], # conditions | 817 ], # conditions |
809 } | 818 } |
OLD | NEW |