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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 'type': 'none', | 286 'type': 'none', |
287 'dependencies': [ | 287 'dependencies': [ |
288 '../chrome/chrome.gyp:gpu_tests', | 288 '../chrome/chrome.gyp:gpu_tests', |
289 '../chrome/chrome.gyp:performance_browser_tests', | 289 '../chrome/chrome.gyp:performance_browser_tests', |
290 '../chrome/chrome.gyp:performance_ui_tests', | 290 '../chrome/chrome.gyp:performance_ui_tests', |
291 '../gpu/gpu.gyp:gl_tests', | 291 '../gpu/gpu.gyp:gl_tests', |
292 ], | 292 ], |
293 'conditions': [ | 293 'conditions': [ |
294 ['internal_gles2_conform_tests', { | 294 ['internal_gles2_conform_tests', { |
295 'dependencies': [ | 295 'dependencies': [ |
296 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test_windowless', | 296 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test', |
297 ], | 297 ], |
298 }], # internal_gles2_conform | 298 }], # internal_gles2_conform |
299 ], | 299 ], |
300 }, # target_name: chromium_gpu_builder | 300 }, # target_name: chromium_gpu_builder |
301 { | 301 { |
302 'target_name': 'chromium_gpu_debug_builder', | 302 'target_name': 'chromium_gpu_debug_builder', |
303 'type': 'none', | 303 'type': 'none', |
304 'dependencies': [ | 304 'dependencies': [ |
305 '../chrome/chrome.gyp:gpu_tests', | 305 '../chrome/chrome.gyp:gpu_tests', |
306 '../gpu/gpu.gyp:gl_tests', | 306 '../gpu/gpu.gyp:gl_tests', |
307 ], | 307 ], |
308 'conditions': [ | 308 'conditions': [ |
309 ['internal_gles2_conform_tests', { | 309 ['internal_gles2_conform_tests', { |
310 'dependencies': [ | 310 'dependencies': [ |
311 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test_windowless', | 311 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test', |
312 ], | 312 ], |
313 }], # internal_gles2_conform | 313 }], # internal_gles2_conform |
314 ], | 314 ], |
315 }, # target_name: chromium_gpu_debug_builder | 315 }, # target_name: chromium_gpu_debug_builder |
316 { | 316 { |
317 'target_name': 'chromium_builder_qa', | 317 'target_name': 'chromium_builder_qa', |
318 'type': 'none', | 318 'type': 'none', |
319 'dependencies': [ | 319 'dependencies': [ |
320 '../chrome/chrome.gyp:chromedriver', | 320 '../chrome/chrome.gyp:chromedriver', |
321 # Dependencies of pyauto_functional tests. | 321 # Dependencies of pyauto_functional tests. |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 '../base/base.gyp:base_unittests_run', | 684 '../base/base.gyp:base_unittests_run', |
685 '../chrome/chrome.gyp:browser_tests_run', | 685 '../chrome/chrome.gyp:browser_tests_run', |
686 '../chrome/chrome.gyp:unit_tests_run', | 686 '../chrome/chrome.gyp:unit_tests_run', |
687 '../net/net.gyp:net_unittests_run', | 687 '../net/net.gyp:net_unittests_run', |
688 ], | 688 ], |
689 }, # target_name: chromium_swarm_tests | 689 }, # target_name: chromium_swarm_tests |
690 ], | 690 ], |
691 }], | 691 }], |
692 ], # conditions | 692 ], # conditions |
693 } | 693 } |
OLD | NEW |