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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
156 # TODO(jschuh) Enable Win64 Chrome Frame. crbug.com/176875 | 156 # TODO(jschuh) Enable Win64 Chrome Frame. crbug.com/176875 |
157 '../chrome_frame/chrome_frame.gyp:*', | 157 '../chrome_frame/chrome_frame.gyp:*', |
158 ], | 158 ], |
159 }], | 159 }], |
160 ], | 160 ], |
161 'dependencies': [ | 161 'dependencies': [ |
162 '../cloud_print/cloud_print.gyp:*', | 162 '../cloud_print/cloud_print.gyp:*', |
163 '../courgette/courgette.gyp:*', | 163 '../courgette/courgette.gyp:*', |
164 '../rlz/rlz.gyp:*', | 164 '../rlz/rlz.gyp:*', |
165 '../sandbox/sandbox.gyp:*', | 165 '../sandbox/sandbox.gyp:*', |
166 '../third_party/angle_dx11/src/build_angle.gyp:*', | 166 '../third_party/angle/src/build_angle.gyp:*', |
Zhenyao Mo
2013/12/09 20:18:34
can you use the angle_path variable through out al
| |
167 '../third_party/bspatch/bspatch.gyp:*', | 167 '../third_party/bspatch/bspatch.gyp:*', |
168 ], | 168 ], |
169 }, { | 169 }, { |
170 'dependencies': [ | 170 'dependencies': [ |
171 '../third_party/libevent/libevent.gyp:*', | 171 '../third_party/libevent/libevent.gyp:*', |
172 ], | 172 ], |
173 }], | 173 }], |
174 ['toolkit_views==1', { | 174 ['toolkit_views==1', { |
175 'dependencies': [ | 175 'dependencies': [ |
176 '../ui/views/controls/webview/webview.gyp:*', | 176 '../ui/views/controls/webview/webview.gyp:*', |
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1085 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1085 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1086 '../chrome/chrome.gyp:sync_integration_tests_run', | 1086 '../chrome/chrome.gyp:sync_integration_tests_run', |
1087 '../chrome/chrome.gyp:unit_tests_run', | 1087 '../chrome/chrome.gyp:unit_tests_run', |
1088 '../net/net.gyp:net_unittests_run', | 1088 '../net/net.gyp:net_unittests_run', |
1089 ], | 1089 ], |
1090 }, # target_name: chromium_swarm_tests | 1090 }, # target_name: chromium_swarm_tests |
1091 ], | 1091 ], |
1092 }], | 1092 }], |
1093 ], # conditions | 1093 ], # conditions |
1094 } | 1094 } |
OLD | NEW |