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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 '../chrome_frame/chrome_frame.gyp:*', | 157 '../chrome_frame/chrome_frame.gyp:*', |
158 ], | 158 ], |
159 }], | 159 }], |
160 ], | 160 ], |
161 'dependencies': [ | 161 'dependencies': [ |
162 '../chrome_elf/chrome_elf.gyp:*', | 162 '../chrome_elf/chrome_elf.gyp:*', |
163 '../cloud_print/cloud_print.gyp:*', | 163 '../cloud_print/cloud_print.gyp:*', |
164 '../courgette/courgette.gyp:*', | 164 '../courgette/courgette.gyp:*', |
165 '../rlz/rlz.gyp:*', | 165 '../rlz/rlz.gyp:*', |
166 '../sandbox/sandbox.gyp:*', | 166 '../sandbox/sandbox.gyp:*', |
167 '../third_party/angle_dx11/src/build_angle.gyp:*', | 167 '<(angle_path)/src/build_angle.gyp:*', |
168 '../third_party/bspatch/bspatch.gyp:*', | 168 '../third_party/bspatch/bspatch.gyp:*', |
169 ], | 169 ], |
170 }, { | 170 }, { |
171 'dependencies': [ | 171 'dependencies': [ |
172 '../third_party/libevent/libevent.gyp:*', | 172 '../third_party/libevent/libevent.gyp:*', |
173 ], | 173 ], |
174 }], | 174 }], |
175 ['toolkit_views==1', { | 175 ['toolkit_views==1', { |
176 'dependencies': [ | 176 'dependencies': [ |
177 '../ui/views/controls/webview/webview.gyp:*', | 177 '../ui/views/controls/webview/webview.gyp:*', |
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1079 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1079 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1080 '../chrome/chrome.gyp:sync_integration_tests_run', | 1080 '../chrome/chrome.gyp:sync_integration_tests_run', |
1081 '../chrome/chrome.gyp:unit_tests_run', | 1081 '../chrome/chrome.gyp:unit_tests_run', |
1082 '../net/net.gyp:net_unittests_run', | 1082 '../net/net.gyp:net_unittests_run', |
1083 ], | 1083 ], |
1084 }, # target_name: chromium_swarm_tests | 1084 }, # target_name: chromium_swarm_tests |
1085 ], | 1085 ], |
1086 }], | 1086 }], |
1087 ], # conditions | 1087 ], # conditions |
1088 } | 1088 } |
OLD | NEW |