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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 '../chrome_frame/chrome_frame.gyp:*', | 139 '../chrome_frame/chrome_frame.gyp:*', |
140 ], | 140 ], |
141 }], | 141 }], |
142 ], | 142 ], |
143 'dependencies': [ | 143 'dependencies': [ |
144 '../cloud_print/cloud_print.gyp:*', | 144 '../cloud_print/cloud_print.gyp:*', |
145 '../courgette/courgette.gyp:*', | 145 '../courgette/courgette.gyp:*', |
146 '../rlz/rlz.gyp:*', | 146 '../rlz/rlz.gyp:*', |
147 '../sandbox/sandbox.gyp:*', | 147 '../sandbox/sandbox.gyp:*', |
148 '<(angle_path)/src/build_angle.gyp:*', | 148 '<(angle_path)/src/build_angle.gyp:*', |
149 '../third_party/bsdiff/bsdiff.gyp:*', | |
150 '../third_party/bspatch/bspatch.gyp:*', | 149 '../third_party/bspatch/bspatch.gyp:*', |
151 '../third_party/gles2_book/gles2_book.gyp:*', | 150 '../third_party/gles2_book/gles2_book.gyp:*', |
152 ], | 151 ], |
153 }, { | 152 }, { |
154 'dependencies': [ | 153 'dependencies': [ |
155 '../third_party/libevent/libevent.gyp:*', | 154 '../third_party/libevent/libevent.gyp:*', |
156 ], | 155 ], |
157 }], | 156 }], |
158 ['toolkit_views==1', { | 157 ['toolkit_views==1', { |
159 'dependencies': [ | 158 'dependencies': [ |
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
885 '../chrome/chrome.gyp:interactive_ui_tests_run', | 884 '../chrome/chrome.gyp:interactive_ui_tests_run', |
886 '../chrome/chrome.gyp:sync_integration_tests_run', | 885 '../chrome/chrome.gyp:sync_integration_tests_run', |
887 '../chrome/chrome.gyp:unit_tests_run', | 886 '../chrome/chrome.gyp:unit_tests_run', |
888 '../net/net.gyp:net_unittests_run', | 887 '../net/net.gyp:net_unittests_run', |
889 ], | 888 ], |
890 }, # target_name: chromium_swarm_tests | 889 }, # target_name: chromium_swarm_tests |
891 ], | 890 ], |
892 }], | 891 }], |
893 ], # conditions | 892 ], # conditions |
894 } | 893 } |
OLD | NEW |