OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 '../app/app.gyp:*', | 12 '../app/app.gyp:*', |
13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
14 '../chrome/browser/sync/tools/sync_tools.gyp:*', | 14 '../chrome/browser/sync/tools/sync_tools.gyp:*', |
15 '../chrome/chrome.gyp:*', | 15 '../chrome/chrome.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/demos/demos.gyp:*', | 19 '../gpu/demos/demos.gyp:*', |
20 '../gpu/gles2_conform_support/gles2_conform_support.gyp:*', | |
21 '../ipc/ipc.gyp:*', | 20 '../ipc/ipc.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 '../printing/printing.gyp:*', | 26 '../printing/printing.gyp:*', |
28 '../sdch/sdch.gyp:*', | 27 '../sdch/sdch.gyp:*', |
29 '../skia/skia.gyp:*', | 28 '../skia/skia.gyp:*', |
30 '../testing/gmock.gyp:*', | 29 '../testing/gmock.gyp:*', |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 '../chrome/chrome.gyp:nacl_ui_tests', | 150 '../chrome/chrome.gyp:nacl_ui_tests', |
152 '../chrome/chrome.gyp:nacl_sandbox_tests', | 151 '../chrome/chrome.gyp:nacl_sandbox_tests', |
153 '../chrome/chrome.gyp:safe_browsing_tests', | 152 '../chrome/chrome.gyp:safe_browsing_tests', |
154 '../chrome/chrome.gyp:sync_integration_tests', | 153 '../chrome/chrome.gyp:sync_integration_tests', |
155 '../chrome/chrome.gyp:sync_unit_tests', | 154 '../chrome/chrome.gyp:sync_unit_tests', |
156 '../chrome/chrome.gyp:ui_tests', | 155 '../chrome/chrome.gyp:ui_tests', |
157 '../chrome/chrome.gyp:unit_tests', | 156 '../chrome/chrome.gyp:unit_tests', |
158 '../crypto/crypto.gyp:crypto_unittests', | 157 '../crypto/crypto.gyp:crypto_unittests', |
159 '../ui/ui.gyp:gfx_unittests', | 158 '../ui/ui.gyp:gfx_unittests', |
160 '../gpu/gpu.gyp:gpu_unittests', | 159 '../gpu/gpu.gyp:gpu_unittests', |
161 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su
pport', | |
162 '../ipc/ipc.gyp:ipc_tests', | 160 '../ipc/ipc.gyp:ipc_tests', |
163 '../jingle/jingle.gyp:jingle_unittests', | 161 '../jingle/jingle.gyp:jingle_unittests', |
164 '../media/media.gyp:media_unittests', | 162 '../media/media.gyp:media_unittests', |
165 '../net/net.gyp:net_unittests', | 163 '../net/net.gyp:net_unittests', |
166 '../printing/printing.gyp:printing_unittests', | 164 '../printing/printing.gyp:printing_unittests', |
167 '../remoting/remoting.gyp:remoting_unittests', | 165 '../remoting/remoting.gyp:remoting_unittests', |
168 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 166 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
169 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', | 167 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', |
170 'temp_gyp/googleurl.gyp:googleurl_unittests', | 168 'temp_gyp/googleurl.gyp:googleurl_unittests', |
171 ], | 169 ], |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 ], # targets | 564 ], # targets |
567 }], # "chromeos==1" | 565 }], # "chromeos==1" |
568 ], # conditions | 566 ], # conditions |
569 } | 567 } |
570 | 568 |
571 # Local Variables: | 569 # Local Variables: |
572 # tab-width:2 | 570 # tab-width:2 |
573 # indent-tabs-mode:nil | 571 # indent-tabs-mode:nil |
574 # End: | 572 # End: |
575 # vim: set expandtab tabstop=2 shiftwidth=2: | 573 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |