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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 'conditions': [ | 646 'conditions': [ |
647 ['OS=="win"', { | 647 ['OS=="win"', { |
648 # Remove this when we have the real compositor. | 648 # Remove this when we have the real compositor. |
649 'copies': [ | 649 'copies': [ |
650 { | 650 { |
651 'destination': '<(PRODUCT_DIR)', | 651 'destination': '<(PRODUCT_DIR)', |
652 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll
'] | 652 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll
'] |
653 }, | 653 }, |
654 ], | 654 ], |
655 'dependencies': [ | 655 'dependencies': [ |
| 656 '../content/content.gyp:content_unittests', |
656 '../chrome/chrome.gyp:crash_service', | 657 '../chrome/chrome.gyp:crash_service', |
657 '../chrome/chrome.gyp:crash_service_win64', | 658 '../chrome/chrome.gyp:crash_service_win64', |
658 ], | 659 ], |
659 }], | 660 }], |
660 ['use_ash==1', { | 661 ['use_ash==1', { |
661 'dependencies': [ | 662 'dependencies': [ |
662 '../ash/ash.gyp:ash_shell', | 663 '../ash/ash.gyp:ash_shell', |
663 '../ash/ash.gyp:ash_unittests', | 664 '../ash/ash.gyp:ash_unittests', |
664 ], | 665 ], |
665 }], | 666 }], |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
699 '../base/base.gyp:base_unittests_run', | 700 '../base/base.gyp:base_unittests_run', |
700 '../chrome/chrome.gyp:browser_tests_run', | 701 '../chrome/chrome.gyp:browser_tests_run', |
701 '../chrome/chrome.gyp:unit_tests_run', | 702 '../chrome/chrome.gyp:unit_tests_run', |
702 '../net/net.gyp:net_unittests_run', | 703 '../net/net.gyp:net_unittests_run', |
703 ], | 704 ], |
704 }, # target_name: chromium_swarm_tests | 705 }, # target_name: chromium_swarm_tests |
705 ], | 706 ], |
706 }], | 707 }], |
707 ], # conditions | 708 ], # conditions |
708 } | 709 } |
OLD | NEW |