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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 ['remoting==1', { | 149 ['remoting==1', { |
150 'dependencies': [ | 150 'dependencies': [ |
151 '../remoting/remoting.gyp:*', | 151 '../remoting/remoting.gyp:*', |
152 ], | 152 ], |
153 }], | 153 }], |
154 ['use_openssl==0', { | 154 ['use_openssl==0', { |
155 'dependencies': [ | 155 'dependencies': [ |
156 '../net/third_party/nss/ssl.gyp:*', | 156 '../net/third_party/nss/ssl.gyp:*', |
157 ], | 157 ], |
158 }], | 158 }], |
| 159 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 160 'dependencies': [ |
| 161 '../base/base_untrusted.gyp:*', |
| 162 '../ipc/ipc_untrusted.gyp:*', |
| 163 '../ppapi/ppapi_proxy_untrusted.gyp:*', |
| 164 '../ppapi/ppapi_shared_untrusted.gyp:*', |
| 165 ], |
| 166 }], |
159 ], | 167 ], |
160 }, # target_name: All | 168 }, # target_name: All |
161 { | 169 { |
162 'target_name': 'All_syzygy', | 170 'target_name': 'All_syzygy', |
163 'type': 'none', | 171 'type': 'none', |
164 'conditions': [ | 172 'conditions': [ |
165 ['OS=="win" and fastbuild==0', { | 173 ['OS=="win" and fastbuild==0', { |
166 'dependencies': [ | 174 'dependencies': [ |
167 '../chrome/installer/mini_installer_syzygy.gyp:*', | 175 '../chrome/installer/mini_installer_syzygy.gyp:*', |
168 ], | 176 ], |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 237 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
230 '../ui/views/views.gyp:views_unittests', | 238 '../ui/views/views.gyp:views_unittests', |
231 '../webkit/webkit.gyp:test_shell_common', | 239 '../webkit/webkit.gyp:test_shell_common', |
232 ], | 240 ], |
233 }], | 241 }], |
234 ['OS=="linux"', { | 242 ['OS=="linux"', { |
235 'dependencies': [ | 243 'dependencies': [ |
236 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 244 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
237 ], | 245 ], |
238 }], | 246 }], |
| 247 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 248 'dependencies': [ |
| 249 # TODO(bbudge): drop this when we have switched the NaCl proxy to IP
C. |
| 250 '../ppapi/ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted', |
| 251 ], |
| 252 }], |
239 ], | 253 ], |
240 }, # target_name: chromium_builder_tests | 254 }, # target_name: chromium_builder_tests |
241 { | 255 { |
242 'target_name': 'chromium_2010_builder_tests', | 256 'target_name': 'chromium_2010_builder_tests', |
243 'type': 'none', | 257 'type': 'none', |
244 'dependencies': [ | 258 'dependencies': [ |
245 'chromium_builder_tests', | 259 'chromium_builder_tests', |
246 ], | 260 ], |
247 }, # target_name: chromium_2010_builder_tests | 261 }, # target_name: chromium_2010_builder_tests |
248 ], | 262 ], |
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 '../base/base.gyp:base_unittests_run', | 687 '../base/base.gyp:base_unittests_run', |
674 '../chrome/chrome.gyp:browser_tests_run', | 688 '../chrome/chrome.gyp:browser_tests_run', |
675 '../chrome/chrome.gyp:unit_tests_run', | 689 '../chrome/chrome.gyp:unit_tests_run', |
676 '../net/net.gyp:net_unittests_run', | 690 '../net/net.gyp:net_unittests_run', |
677 ], | 691 ], |
678 }, # target_name: chromium_swarm_tests | 692 }, # target_name: chromium_swarm_tests |
679 ], | 693 ], |
680 }], | 694 }], |
681 ], # conditions | 695 ], # conditions |
682 } | 696 } |
OLD | NEW |