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 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 '../chrome/chrome.gyp:unit_tests', | 657 '../chrome/chrome.gyp:unit_tests', |
658 '../content/content.gyp:content_browsertests', | 658 '../content/content.gyp:content_browsertests', |
659 '../content/content.gyp:content_unittests', | 659 '../content/content.gyp:content_unittests', |
660 '../device/device.gyp:device_unittests', | 660 '../device/device.gyp:device_unittests', |
661 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 661 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
662 '../remoting/remoting.gyp:remoting_unittests', | 662 '../remoting/remoting.gyp:remoting_unittests', |
663 '../ui/aura/aura.gyp:*', | 663 '../ui/aura/aura.gyp:*', |
664 '../ui/compositor/compositor.gyp:*', | 664 '../ui/compositor/compositor.gyp:*', |
665 '../ui/ui.gyp:ui_unittests', | 665 '../ui/ui.gyp:ui_unittests', |
666 '../ui/views/views.gyp:views', | 666 '../ui/views/views.gyp:views', |
| 667 '../ui/views/views.gyp:views_examples_with_content_exe', |
667 '../ui/views/views.gyp:views_unittests', | 668 '../ui/views/views.gyp:views_unittests', |
668 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', | 669 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', |
669 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 670 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
670 ], | 671 ], |
671 'conditions': [ | 672 'conditions': [ |
672 ['OS=="win"', { | 673 ['OS=="win"', { |
673 # Remove this when we have the real compositor. | 674 # Remove this when we have the real compositor. |
674 'copies': [ | 675 'copies': [ |
675 { | 676 { |
676 'destination': '<(PRODUCT_DIR)', | 677 'destination': '<(PRODUCT_DIR)', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 '../chrome/chrome.gyp:browser_tests_run', | 728 '../chrome/chrome.gyp:browser_tests_run', |
728 '../chrome/chrome.gyp:sync_integration_tests_run', | 729 '../chrome/chrome.gyp:sync_integration_tests_run', |
729 '../chrome/chrome.gyp:unit_tests_run', | 730 '../chrome/chrome.gyp:unit_tests_run', |
730 '../net/net.gyp:net_unittests_run', | 731 '../net/net.gyp:net_unittests_run', |
731 ], | 732 ], |
732 }, # target_name: chromium_swarm_tests | 733 }, # target_name: chromium_swarm_tests |
733 ], | 734 ], |
734 }], | 735 }], |
735 ], # conditions | 736 ], # conditions |
736 } | 737 } |
OLD | NEW |