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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 '../content/content.gyp:content_browsertests', | 184 '../content/content.gyp:content_browsertests', |
185 '../content/content.gyp:content_unittests', | 185 '../content/content.gyp:content_unittests', |
186 '../crypto/crypto.gyp:crypto_unittests', | 186 '../crypto/crypto.gyp:crypto_unittests', |
187 '../ui/ui.gyp:gfx_unittests', | 187 '../ui/ui.gyp:gfx_unittests', |
188 '../gpu/gpu.gyp:gpu_unittests', | 188 '../gpu/gpu.gyp:gpu_unittests', |
189 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su
pport', | 189 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su
pport', |
190 '../ipc/ipc.gyp:ipc_tests', | 190 '../ipc/ipc.gyp:ipc_tests', |
191 '../jingle/jingle.gyp:jingle_unittests', | 191 '../jingle/jingle.gyp:jingle_unittests', |
192 '../media/media.gyp:media_unittests', | 192 '../media/media.gyp:media_unittests', |
193 '../net/net.gyp:net_unittests', | 193 '../net/net.gyp:net_unittests', |
194 # TODO(bbudge): drop this when we have switched the NaCl proxy to IPC. | |
195 '../ppapi/ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted', | |
196 '../printing/printing.gyp:printing_unittests', | 194 '../printing/printing.gyp:printing_unittests', |
197 '../remoting/remoting.gyp:remoting_unittests', | 195 '../remoting/remoting.gyp:remoting_unittests', |
198 '../sql/sql.gyp:sql_unittests', | 196 '../sql/sql.gyp:sql_unittests', |
199 '../sync/sync.gyp:sync_unit_tests', | 197 '../sync/sync.gyp:sync_unit_tests', |
200 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 198 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
201 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', | 199 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', |
202 'temp_gyp/googleurl.gyp:googleurl_unittests', | 200 'temp_gyp/googleurl.gyp:googleurl_unittests', |
203 ], | 201 ], |
204 'conditions': [ | 202 'conditions': [ |
205 ['OS=="win"', { | 203 ['OS=="win"', { |
(...skipping 11 matching lines...) Expand all Loading... |
217 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 215 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
218 '../courgette/courgette.gyp:courgette_unittests', | 216 '../courgette/courgette.gyp:courgette_unittests', |
219 '../sandbox/sandbox.gyp:sbox_integration_tests', | 217 '../sandbox/sandbox.gyp:sbox_integration_tests', |
220 '../sandbox/sandbox.gyp:sbox_unittests', | 218 '../sandbox/sandbox.gyp:sbox_unittests', |
221 '../sandbox/sandbox.gyp:sbox_validation_tests', | 219 '../sandbox/sandbox.gyp:sbox_validation_tests', |
222 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 220 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
223 '../ui/views/views.gyp:views_unittests', | 221 '../ui/views/views.gyp:views_unittests', |
224 '../webkit/webkit.gyp:test_shell_common', | 222 '../webkit/webkit.gyp:test_shell_common', |
225 ], | 223 ], |
226 }], | 224 }], |
| 225 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 226 'dependencies': [ |
| 227 # TODO(bbudge): drop this when we have switched the NaCl proxy to IP
C. |
| 228 '../ppapi/ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted', |
| 229 ], |
| 230 }], |
227 ], | 231 ], |
228 }, # target_name: chromium_builder_tests | 232 }, # target_name: chromium_builder_tests |
229 { | 233 { |
230 'target_name': 'chromium_2010_builder_tests', | 234 'target_name': 'chromium_2010_builder_tests', |
231 'type': 'none', | 235 'type': 'none', |
232 'dependencies': [ | 236 'dependencies': [ |
233 'chromium_builder_tests', | 237 'chromium_builder_tests', |
234 ], | 238 ], |
235 }, # target_name: chromium_2010_builder_tests | 239 }, # target_name: chromium_2010_builder_tests |
236 { | 240 { |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 'dependencies': [ | 617 'dependencies': [ |
614 '../chromeos/chromeos.gyp:chromeos_unittests', | 618 '../chromeos/chromeos.gyp:chromeos_unittests', |
615 ], | 619 ], |
616 }], | 620 }], |
617 ], | 621 ], |
618 }, | 622 }, |
619 ], # targets | 623 ], # targets |
620 }], # "use_aura==1" | 624 }], # "use_aura==1" |
621 ], # conditions | 625 ], # conditions |
622 } | 626 } |
OLD | NEW |