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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
768 '../ui/views/views.gyp:views_examples_with_content_exe', | 768 '../ui/views/views.gyp:views_examples_with_content_exe', |
769 '../ui/views/views.gyp:views_unittests', | 769 '../ui/views/views.gyp:views_unittests', |
770 '../ui/keyboard/keyboard.gyp:*', | 770 '../ui/keyboard/keyboard.gyp:*', |
771 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', | 771 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', |
772 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 772 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
773 ], | 773 ], |
774 'conditions': [ | 774 'conditions': [ |
775 ['OS=="win"', { | 775 ['OS=="win"', { |
776 'dependencies': [ | 776 'dependencies': [ |
777 '../chrome/chrome.gyp:crash_service', | 777 '../chrome/chrome.gyp:crash_service', |
778 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | |
779 ], | |
780 }], | |
781 ['OS=="win" and target_arch!="x64"', { | |
grt (UTC plus 2)
2013/04/24 21:36:51
this awkwardness follows in the footsteps of line
| |
782 'dependencies': [ | |
783 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | |
784 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | |
785 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests ', | |
786 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | |
787 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | |
788 ], | |
789 }], | |
790 ['OS=="win" and target_arch=="x64"', { | |
791 'dependencies!': [ | |
792 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | |
793 ], | |
794 'defines': [ | |
795 'OMIT_CHROME_FRAME', | |
778 ], | 796 ], |
779 }], | 797 }], |
780 ['OS=="win" and target_arch=="ia32"', { | 798 ['OS=="win" and target_arch=="ia32"', { |
781 'dependencies': [ | 799 'dependencies': [ |
782 '../chrome/chrome.gyp:crash_service_win64', | 800 '../chrome/chrome.gyp:crash_service_win64', |
783 ], | 801 ], |
784 }], | 802 }], |
785 ['use_ash==1', { | 803 ['use_ash==1', { |
786 'dependencies': [ | 804 'dependencies': [ |
787 '../ash/ash.gyp:ash_shell', | 805 '../ash/ash.gyp:ash_shell', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
826 '../chrome/chrome.gyp:interactive_ui_tests_run', | 844 '../chrome/chrome.gyp:interactive_ui_tests_run', |
827 '../chrome/chrome.gyp:sync_integration_tests_run', | 845 '../chrome/chrome.gyp:sync_integration_tests_run', |
828 '../chrome/chrome.gyp:unit_tests_run', | 846 '../chrome/chrome.gyp:unit_tests_run', |
829 '../net/net.gyp:net_unittests_run', | 847 '../net/net.gyp:net_unittests_run', |
830 ], | 848 ], |
831 }, # target_name: chromium_swarm_tests | 849 }, # target_name: chromium_swarm_tests |
832 ], | 850 ], |
833 }], | 851 }], |
834 ], # conditions | 852 ], # conditions |
835 } | 853 } |
OLD | NEW |