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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 ], | 151 ], |
152 }], | 152 }], |
153 ['toolkit_views==1', { | 153 ['toolkit_views==1', { |
154 'dependencies': [ | 154 'dependencies': [ |
155 '../ui/views/controls/webview/webview.gyp:*', | 155 '../ui/views/controls/webview/webview.gyp:*', |
156 '../ui/views/views.gyp:*', | 156 '../ui/views/views.gyp:*', |
157 ], | 157 ], |
158 }], | 158 }], |
159 ['use_aura==1', { | 159 ['use_aura==1', { |
160 'dependencies': [ | 160 'dependencies': [ |
161 '../ash/ash.gyp:*', | |
162 '../ui/aura/aura.gyp:*', | 161 '../ui/aura/aura.gyp:*', |
163 '../ui/oak/oak.gyp:*', | 162 '../ui/oak/oak.gyp:*', |
164 ], | 163 ], |
165 }], | 164 }], |
| 165 ['use_ash==1', { |
| 166 'dependencies': [ |
| 167 '../ash/ash.gyp:*', |
| 168 ], |
| 169 }], |
166 ['remoting==1', { | 170 ['remoting==1', { |
167 'dependencies': [ | 171 'dependencies': [ |
168 '../remoting/remoting.gyp:*', | 172 '../remoting/remoting.gyp:*', |
169 ], | 173 ], |
170 }], | 174 }], |
171 ['use_openssl==0', { | 175 ['use_openssl==0', { |
172 'dependencies': [ | 176 'dependencies': [ |
173 '../net/third_party/nss/ssl.gyp:*', | 177 '../net/third_party/nss/ssl.gyp:*', |
174 ], | 178 ], |
175 }], | 179 }], |
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
844 '../chrome/chrome.gyp:interactive_ui_tests_run', | 848 '../chrome/chrome.gyp:interactive_ui_tests_run', |
845 '../chrome/chrome.gyp:sync_integration_tests_run', | 849 '../chrome/chrome.gyp:sync_integration_tests_run', |
846 '../chrome/chrome.gyp:unit_tests_run', | 850 '../chrome/chrome.gyp:unit_tests_run', |
847 '../net/net.gyp:net_unittests_run', | 851 '../net/net.gyp:net_unittests_run', |
848 ], | 852 ], |
849 }, # target_name: chromium_swarm_tests | 853 }, # target_name: chromium_swarm_tests |
850 ], | 854 ], |
851 }], | 855 }], |
852 ], # conditions | 856 ], # conditions |
853 } | 857 } |
OLD | NEW |