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, |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 '../crypto/crypto.gyp:crypto_unittests', | 156 '../crypto/crypto.gyp:crypto_unittests', |
157 '../ui/ui.gyp:gfx_unittests', | 157 '../ui/ui.gyp:gfx_unittests', |
158 '../gpu/gpu.gyp:gpu_unittests', | 158 '../gpu/gpu.gyp:gpu_unittests', |
159 '../ipc/ipc.gyp:ipc_tests', | 159 '../ipc/ipc.gyp:ipc_tests', |
160 '../jingle/jingle.gyp:jingle_unittests', | 160 '../jingle/jingle.gyp:jingle_unittests', |
161 '../media/media.gyp:media_unittests', | 161 '../media/media.gyp:media_unittests', |
162 '../net/net.gyp:net_unittests', | 162 '../net/net.gyp:net_unittests', |
163 '../printing/printing.gyp:printing_unittests', | 163 '../printing/printing.gyp:printing_unittests', |
164 '../remoting/remoting.gyp:remoting_unittests', | 164 '../remoting/remoting.gyp:remoting_unittests', |
165 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 165 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
| 166 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', |
166 'temp_gyp/googleurl.gyp:googleurl_unittests', | 167 'temp_gyp/googleurl.gyp:googleurl_unittests', |
167 ], | 168 ], |
168 'conditions': [ | 169 'conditions': [ |
169 ['OS=="win"', { | 170 ['OS=="win"', { |
170 'dependencies': [ | 171 'dependencies': [ |
171 '../chrome/chrome.gyp:installer_util_unittests', | 172 '../chrome/chrome.gyp:installer_util_unittests', |
172 '../chrome/chrome.gyp:mini_installer_test', | 173 '../chrome/chrome.gyp:mini_installer_test', |
173 # mini_installer_tests depends on mini_installer. This should be | 174 # mini_installer_tests depends on mini_installer. This should be |
174 # defined in installer.gyp. | 175 # defined in installer.gyp. |
175 '../chrome/installer/mini_installer.gyp:mini_installer', | 176 '../chrome/installer/mini_installer.gyp:mini_installer', |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 ], # targets | 558 ], # targets |
558 }], # "chromeos==1" | 559 }], # "chromeos==1" |
559 ], # conditions | 560 ], # conditions |
560 } | 561 } |
561 | 562 |
562 # Local Variables: | 563 # Local Variables: |
563 # tab-width:2 | 564 # tab-width:2 |
564 # indent-tabs-mode:nil | 565 # indent-tabs-mode:nil |
565 # End: | 566 # End: |
566 # vim: set expandtab tabstop=2 shiftwidth=2: | 567 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |