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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
369 'dependencies': [ | 369 'dependencies': [ |
370 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test', | 370 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test', |
371 ], | 371 ], |
372 }], # internal_gles2_conform | 372 }], # internal_gles2_conform |
373 ], | 373 ], |
374 }, # target_name: chromium_gpu_debug_builder | 374 }, # target_name: chromium_gpu_debug_builder |
375 { | 375 { |
376 'target_name': 'chromium_builder_qa', | 376 'target_name': 'chromium_builder_qa', |
377 'type': 'none', | 377 'type': 'none', |
378 'dependencies': [ | 378 'dependencies': [ |
379 '../chrome/chrome.gyp:chrome', | |
379 # Dependencies of pyauto_functional tests. | 380 # Dependencies of pyauto_functional tests. |
380 '../remoting/remoting.gyp:remoting_webapp', | 381 '../remoting/remoting.gyp:remoting_webapp', |
381 ], | 382 ], |
382 'conditions': [ | 383 'conditions': [ |
383 # If you change this condition, make sure you also change it | 384 # If you change this condition, make sure you also change it |
384 # in chrome_tests.gypi | 385 # in chrome_tests.gypi |
385 ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1) and target_arch==python_arch))', { | 386 ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1) and target_arch==python_arch))', { |
386 'dependencies': [ | 387 'dependencies': [ |
387 '../chrome/chrome.gyp:pyautolib', | 388 '../chrome/chrome.gyp:pyautolib', |
388 ], | 389 ], |
389 }], | 390 }], |
390 ['OS=="mac"', { | 391 ['OS=="mac"', { |
391 'dependencies': [ | 392 'dependencies': [ |
392 '../remoting/remoting.gyp:remoting_me2me_host_archive', | 393 '../remoting/remoting.gyp:remoting_me2me_host_archive', |
393 ], | 394 ], |
394 }], | 395 }], |
396 ['OS=="win"', { | |
397 'dependencies': [ | |
398 '../chrome/chrome.gyp:crash_service', | |
399 ], | |
400 }], | |
401 ['OS=="win" and target_arch=="ia32"', { | |
mmoss
2013/05/20 23:37:50
target_arch ia32 and crash_service_win64? Sounds b
Sam Clegg
2013/05/20 23:41:19
I just cargo cult-ed this from all the other place
| |
402 'dependencies': [ | |
403 '../chrome/chrome.gyp:crash_service_win64', | |
404 ], | |
405 }], | |
395 ['OS=="win" and component != "shared_library" and wix_exists == "Tru e" and sas_dll_exists == "True"', { | 406 ['OS=="win" and component != "shared_library" and wix_exists == "Tru e" and sas_dll_exists == "True"', { |
396 'dependencies': [ | 407 'dependencies': [ |
397 '../remoting/remoting.gyp:remoting_host_installation', | 408 '../remoting/remoting.gyp:remoting_host_installation', |
398 ], | 409 ], |
399 }], | 410 }], |
400 ], | 411 ], |
401 }, # target_name: chromium_builder_qa | 412 }, # target_name: chromium_builder_qa |
402 { | 413 { |
403 'target_name': 'chromium_builder_perf_av', | 414 'target_name': 'chromium_builder_perf_av', |
404 'type': 'none', | 415 'type': 'none', |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
861 '../chrome/chrome.gyp:interactive_ui_tests_run', | 872 '../chrome/chrome.gyp:interactive_ui_tests_run', |
862 '../chrome/chrome.gyp:sync_integration_tests_run', | 873 '../chrome/chrome.gyp:sync_integration_tests_run', |
863 '../chrome/chrome.gyp:unit_tests_run', | 874 '../chrome/chrome.gyp:unit_tests_run', |
864 '../net/net.gyp:net_unittests_run', | 875 '../net/net.gyp:net_unittests_run', |
865 ], | 876 ], |
866 }, # target_name: chromium_swarm_tests | 877 }, # target_name: chromium_swarm_tests |
867 ], | 878 ], |
868 }], | 879 }], |
869 ], # conditions | 880 ], # conditions |
870 } | 881 } |
OLD | NEW |