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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 { | 517 { |
518 'target_name': 'webkit_builder_win', | 518 'target_name': 'webkit_builder_win', |
519 'type': 'none', | 519 'type': 'none', |
520 'dependencies': [ | 520 'dependencies': [ |
521 '../webkit/webkit.gyp:test_shell', | 521 '../webkit/webkit.gyp:test_shell', |
522 '../webkit/webkit.gyp:test_shell_tests', | 522 '../webkit/webkit.gyp:test_shell_tests', |
523 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 523 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
524 '../webkit/webkit.gyp:pull_in_DumpRenderTree', | 524 '../webkit/webkit.gyp:pull_in_DumpRenderTree', |
525 ], | 525 ], |
526 }, | 526 }, |
| 527 { |
| 528 'target_name': 'chromium_builder_qa_nacl_win64', |
| 529 'type': 'none', |
| 530 'dependencies': [ |
| 531 'chromium_builder_qa', # needed for pyauto |
| 532 '../chrome/chrome.gyp:chrome_nacl_win64', |
| 533 ], |
| 534 }, # target_name: chromium_builder_qa_nacl_win64 |
527 ], # targets | 535 ], # targets |
528 'conditions': [ | 536 'conditions': [ |
529 ['branding=="Chrome"', { | 537 ['branding=="Chrome"', { |
530 'targets': [ | 538 'targets': [ |
531 { | 539 { |
532 'target_name': 'chrome_official_builder', | 540 'target_name': 'chrome_official_builder', |
533 'type': 'none', | 541 'type': 'none', |
534 'dependencies': [ | 542 'dependencies': [ |
535 '../chrome/chrome.gyp:chromedriver', | 543 '../chrome/chrome.gyp:chromedriver', |
536 '../chrome/chrome.gyp:crash_service', | 544 '../chrome/chrome.gyp:crash_service', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 'dependencies': [ | 635 'dependencies': [ |
628 '../chromeos/chromeos.gyp:chromeos_unittests', | 636 '../chromeos/chromeos.gyp:chromeos_unittests', |
629 ], | 637 ], |
630 }], | 638 }], |
631 ], | 639 ], |
632 }, | 640 }, |
633 ], # targets | 641 ], # targets |
634 }], # "use_aura==1" | 642 }], # "use_aura==1" |
635 ], # conditions | 643 ], # conditions |
636 } | 644 } |
OLD | NEW |