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, |
11 'dependencies': [ | 11 'dependencies': [ |
12 'some.gyp:*', | 12 'some.gyp:*', |
13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
14 '../chrome/chrome.gyp:*', | 14 '../chrome/chrome.gyp:*', |
15 '../content/content.gyp:*', | 15 '../content/content.gyp:*', |
16 '../crypto/crypto.gyp:*', | 16 '../crypto/crypto.gyp:*', |
17 '../ui/ui.gyp:*', | 17 '../ui/ui.gyp:*', |
18 '../gpu/gpu.gyp:*', | 18 '../gpu/gpu.gyp:*', |
19 '../gpu/tools/tools.gyp:*', | 19 '../gpu/tools/tools.gyp:*', |
20 '../ipc/ipc.gyp:*', | 20 '../ipc/ipc.gyp:*', |
21 '../ipc/ipc_untrusted.gyp:*', | |
22 '../jingle/jingle.gyp:*', | 21 '../jingle/jingle.gyp:*', |
23 '../media/media.gyp:*', | 22 '../media/media.gyp:*', |
24 '../net/net.gyp:*', | 23 '../net/net.gyp:*', |
25 '../ppapi/ppapi.gyp:*', | 24 '../ppapi/ppapi.gyp:*', |
26 '../ppapi/ppapi_internal.gyp:*', | 25 '../ppapi/ppapi_internal.gyp:*', |
27 '../ppapi/ppapi_proxy_untrusted.gyp:*', | |
28 '../printing/printing.gyp:*', | 26 '../printing/printing.gyp:*', |
29 '../sdch/sdch.gyp:*', | 27 '../sdch/sdch.gyp:*', |
30 '../skia/skia.gyp:*', | 28 '../skia/skia.gyp:*', |
31 '../sql/sql.gyp:*', | 29 '../sql/sql.gyp:*', |
32 '../sync/sync.gyp:*', | 30 '../sync/sync.gyp:*', |
33 '../testing/gmock.gyp:*', | 31 '../testing/gmock.gyp:*', |
34 '../testing/gtest.gyp:*', | 32 '../testing/gtest.gyp:*', |
35 '../third_party/bzip2/bzip2.gyp:*', | 33 '../third_party/bzip2/bzip2.gyp:*', |
36 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 34 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
37 '../third_party/cld/cld.gyp:*', | 35 '../third_party/cld/cld.gyp:*', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 ['remoting==1', { | 136 ['remoting==1', { |
139 'dependencies': [ | 137 'dependencies': [ |
140 '../remoting/remoting.gyp:*', | 138 '../remoting/remoting.gyp:*', |
141 ], | 139 ], |
142 }], | 140 }], |
143 ['use_openssl==0', { | 141 ['use_openssl==0', { |
144 'dependencies': [ | 142 'dependencies': [ |
145 '../net/third_party/nss/ssl.gyp:*', | 143 '../net/third_party/nss/ssl.gyp:*', |
146 ], | 144 ], |
147 }], | 145 }], |
| 146 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 147 'dependencies': [ |
| 148 '../base/base_untrusted.gyp:*', |
| 149 '../ipc/ipc_untrusted.gyp:*', |
| 150 '../ppapi/ppapi_proxy_untrusted.gyp:*', |
| 151 '../ppapi/ppapi_shared_untrusted.gyp:*', |
| 152 ], |
| 153 }], |
148 ], | 154 ], |
149 }, # target_name: All | 155 }, # target_name: All |
150 { | 156 { |
151 'target_name': 'All_syzygy', | 157 'target_name': 'All_syzygy', |
152 'type': 'none', | 158 'type': 'none', |
153 'conditions': [ | 159 'conditions': [ |
154 ['OS=="win" and fastbuild==0', { | 160 ['OS=="win" and fastbuild==0', { |
155 'dependencies': [ | 161 'dependencies': [ |
156 '../chrome/installer/mini_installer_syzygy.gyp:*', | 162 '../chrome/installer/mini_installer_syzygy.gyp:*', |
157 ], | 163 ], |
(...skipping 22 matching lines...) Expand all Loading... |
180 '../chrome/chrome.gyp:sync_integration_tests', | 186 '../chrome/chrome.gyp:sync_integration_tests', |
181 '../chrome/chrome.gyp:unit_tests', | 187 '../chrome/chrome.gyp:unit_tests', |
182 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 188 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
183 '../content/content.gyp:content_browsertests', | 189 '../content/content.gyp:content_browsertests', |
184 '../content/content.gyp:content_unittests', | 190 '../content/content.gyp:content_unittests', |
185 '../crypto/crypto.gyp:crypto_unittests', | 191 '../crypto/crypto.gyp:crypto_unittests', |
186 '../ui/ui.gyp:gfx_unittests', | 192 '../ui/ui.gyp:gfx_unittests', |
187 '../gpu/gpu.gyp:gpu_unittests', | 193 '../gpu/gpu.gyp:gpu_unittests', |
188 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su
pport', | 194 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su
pport', |
189 '../ipc/ipc.gyp:ipc_tests', | 195 '../ipc/ipc.gyp:ipc_tests', |
190 # TODO(bbudge): drop this when something meaningful depends on | |
191 # ipc_untrusted. | |
192 '../ipc/ipc_untrusted.gyp:ipc_untrusted', | |
193 '../jingle/jingle.gyp:jingle_unittests', | 196 '../jingle/jingle.gyp:jingle_unittests', |
194 '../media/media.gyp:media_unittests', | 197 '../media/media.gyp:media_unittests', |
195 '../net/net.gyp:net_unittests', | 198 '../net/net.gyp:net_unittests', |
196 '../printing/printing.gyp:printing_unittests', | 199 '../printing/printing.gyp:printing_unittests', |
197 '../remoting/remoting.gyp:remoting_unittests', | 200 '../remoting/remoting.gyp:remoting_unittests', |
198 '../sql/sql.gyp:sql_unittests', | 201 '../sql/sql.gyp:sql_unittests', |
199 '../sync/sync.gyp:sync_unit_tests', | 202 '../sync/sync.gyp:sync_unit_tests', |
200 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 203 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
201 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', | 204 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', |
202 'temp_gyp/googleurl.gyp:googleurl_unittests', | 205 'temp_gyp/googleurl.gyp:googleurl_unittests', |
(...skipping 14 matching lines...) Expand all Loading... |
217 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 220 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
218 '../courgette/courgette.gyp:courgette_unittests', | 221 '../courgette/courgette.gyp:courgette_unittests', |
219 '../sandbox/sandbox.gyp:sbox_integration_tests', | 222 '../sandbox/sandbox.gyp:sbox_integration_tests', |
220 '../sandbox/sandbox.gyp:sbox_unittests', | 223 '../sandbox/sandbox.gyp:sbox_unittests', |
221 '../sandbox/sandbox.gyp:sbox_validation_tests', | 224 '../sandbox/sandbox.gyp:sbox_validation_tests', |
222 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 225 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
223 '../ui/views/views.gyp:views_unittests', | 226 '../ui/views/views.gyp:views_unittests', |
224 '../webkit/webkit.gyp:test_shell_common', | 227 '../webkit/webkit.gyp:test_shell_common', |
225 ], | 228 ], |
226 }], | 229 }], |
| 230 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 231 'dependencies': [ |
| 232 # TODO(bbudge): drop this when we have switched the NaCl proxy to IP
C. |
| 233 '../ppapi/ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted', |
| 234 ], |
| 235 }], |
227 ], | 236 ], |
228 }, # target_name: chromium_builder_tests | 237 }, # target_name: chromium_builder_tests |
229 { | 238 { |
230 'target_name': 'chromium_2010_builder_tests', | 239 'target_name': 'chromium_2010_builder_tests', |
231 'type': 'none', | 240 'type': 'none', |
232 'dependencies': [ | 241 'dependencies': [ |
233 'chromium_builder_tests', | 242 'chromium_builder_tests', |
234 ], | 243 ], |
235 }, # target_name: chromium_2010_builder_tests | 244 }, # target_name: chromium_2010_builder_tests |
236 { | 245 { |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 'dependencies': [ | 622 'dependencies': [ |
614 '../chromeos/chromeos.gyp:chromeos_unittests', | 623 '../chromeos/chromeos.gyp:chromeos_unittests', |
615 ], | 624 ], |
616 }], | 625 }], |
617 ], | 626 ], |
618 }, | 627 }, |
619 ], # targets | 628 ], # targets |
620 }], # "use_aura==1" | 629 }], # "use_aura==1" |
621 ], # conditions | 630 ], # conditions |
622 } | 631 } |
OLD | NEW |