| 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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 }, # target_name: chromium_builder_perf | 476 }, # target_name: chromium_builder_perf |
| 477 { | 477 { |
| 478 'target_name': 'chromium_gpu_builder', | 478 'target_name': 'chromium_gpu_builder', |
| 479 'type': 'none', | 479 'type': 'none', |
| 480 'dependencies': [ | 480 'dependencies': [ |
| 481 '../chrome/chrome.gyp:chrome', | 481 '../chrome/chrome.gyp:chrome', |
| 482 '../chrome/chrome.gyp:performance_browser_tests', | 482 '../chrome/chrome.gyp:performance_browser_tests', |
| 483 '../chrome/chrome.gyp:performance_ui_tests', | 483 '../chrome/chrome.gyp:performance_ui_tests', |
| 484 '../content/content_shell_and_tests.gyp:content_browsertests', | 484 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 485 '../content/content_shell_and_tests.gyp:content_gl_tests', | 485 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 486 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', |
| 486 '../gpu/gpu.gyp:gl_tests', | 487 '../gpu/gpu.gyp:gl_tests', |
| 487 '../gpu/gpu.gyp:angle_unittests', | 488 '../gpu/gpu.gyp:angle_unittests', |
| 488 ], | 489 ], |
| 489 'conditions': [ | 490 'conditions': [ |
| 490 ['internal_gles2_conform_tests', { | |
| 491 'dependencies': [ | |
| 492 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test', | |
| 493 ], | |
| 494 }], # internal_gles2_conform | |
| 495 ['OS!="ios" and OS!="win"', { | 491 ['OS!="ios" and OS!="win"', { |
| 496 'dependencies': [ | 492 'dependencies': [ |
| 497 '../breakpad/breakpad.gyp:minidump_stackwalk', | 493 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 498 ], | 494 ], |
| 499 }], | 495 }], |
| 500 ['OS=="linux"', { | 496 ['OS=="linux"', { |
| 501 'dependencies': [ | 497 'dependencies': [ |
| 502 '../chrome/chrome.gyp:linux_symbols' | 498 '../chrome/chrome.gyp:linux_symbols' |
| 503 ], | 499 ], |
| 504 }], | 500 }], |
| 505 ['OS=="win"', { | 501 ['OS=="win"', { |
| 506 'dependencies': [ | 502 'dependencies': [ |
| 507 '../chrome/chrome.gyp:crash_service', | 503 '../chrome/chrome.gyp:crash_service', |
| 508 ], | 504 ], |
| 509 }], | 505 }], |
| 510 ['OS=="win" and target_arch=="ia32"', { | 506 ['OS=="win" and target_arch=="ia32"', { |
| 511 'dependencies': [ | 507 'dependencies': [ |
| 512 '../chrome/chrome.gyp:crash_service_win64', | 508 '../chrome/chrome.gyp:crash_service_win64', |
| 513 ], | 509 ], |
| 514 }], | 510 }], |
| 515 ], | 511 ], |
| 516 }, # target_name: chromium_gpu_builder | 512 }, # target_name: chromium_gpu_builder |
| 517 { | 513 { |
| 518 'target_name': 'chromium_gpu_debug_builder', | 514 'target_name': 'chromium_gpu_debug_builder', |
| 519 'type': 'none', | 515 'type': 'none', |
| 520 'dependencies': [ | 516 'dependencies': [ |
| 521 '../chrome/chrome.gyp:chrome', | 517 '../chrome/chrome.gyp:chrome', |
| 522 '../content/content_shell_and_tests.gyp:content_browsertests', | 518 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 523 '../content/content_shell_and_tests.gyp:content_gl_tests', | 519 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 520 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', |
| 524 '../gpu/gpu.gyp:gl_tests', | 521 '../gpu/gpu.gyp:gl_tests', |
| 525 '../gpu/gpu.gyp:angle_unittests', | 522 '../gpu/gpu.gyp:angle_unittests', |
| 526 ], | 523 ], |
| 527 'conditions': [ | 524 'conditions': [ |
| 528 ['internal_gles2_conform_tests', { | |
| 529 'dependencies': [ | |
| 530 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test', | |
| 531 ], | |
| 532 }], # internal_gles2_conform | |
| 533 ['OS!="ios" and OS!="win"', { | 525 ['OS!="ios" and OS!="win"', { |
| 534 'dependencies': [ | 526 'dependencies': [ |
| 535 '../breakpad/breakpad.gyp:minidump_stackwalk', | 527 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 536 ], | 528 ], |
| 537 }], | 529 }], |
| 538 ['OS=="linux"', { | 530 ['OS=="linux"', { |
| 539 'dependencies': [ | 531 'dependencies': [ |
| 540 '../chrome/chrome.gyp:linux_symbols' | 532 '../chrome/chrome.gyp:linux_symbols' |
| 541 ], | 533 ], |
| 542 }], | 534 }], |
| (...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1085 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1077 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1086 '../chrome/chrome.gyp:sync_integration_tests_run', | 1078 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1087 '../chrome/chrome.gyp:unit_tests_run', | 1079 '../chrome/chrome.gyp:unit_tests_run', |
| 1088 '../net/net.gyp:net_unittests_run', | 1080 '../net/net.gyp:net_unittests_run', |
| 1089 ], | 1081 ], |
| 1090 }, # target_name: chromium_swarm_tests | 1082 }, # target_name: chromium_swarm_tests |
| 1091 ], | 1083 ], |
| 1092 }], | 1084 }], |
| 1093 ], # conditions | 1085 ], # conditions |
| 1094 } | 1086 } |
| OLD | NEW |