| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 '../chrome/chrome.gyp:unit_tests', | 158 '../chrome/chrome.gyp:unit_tests', |
| 159 '../ui/ui.gyp:gfx_unittests', | 159 '../ui/ui.gyp:gfx_unittests', |
| 160 '../gpu/gpu.gyp:gpu_unittests', | 160 '../gpu/gpu.gyp:gpu_unittests', |
| 161 '../ipc/ipc.gyp:ipc_tests', | 161 '../ipc/ipc.gyp:ipc_tests', |
| 162 '../jingle/jingle.gyp:jingle_unittests', | 162 '../jingle/jingle.gyp:jingle_unittests', |
| 163 '../media/media.gyp:media_unittests', | 163 '../media/media.gyp:media_unittests', |
| 164 '../net/net.gyp:net_unittests', | 164 '../net/net.gyp:net_unittests', |
| 165 '../printing/printing.gyp:printing_unittests', | 165 '../printing/printing.gyp:printing_unittests', |
| 166 '../remoting/remoting.gyp:remoting_unittests', | 166 '../remoting/remoting.gyp:remoting_unittests', |
| 167 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 167 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
| 168 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', |
| 168 'temp_gyp/googleurl.gyp:googleurl_unittests', | 169 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 169 ], | 170 ], |
| 170 'conditions': [ | 171 'conditions': [ |
| 171 ['OS=="win"', { | 172 ['OS=="win"', { |
| 172 'dependencies': [ | 173 'dependencies': [ |
| 173 '../chrome/chrome.gyp:installer_util_unittests', | 174 '../chrome/chrome.gyp:installer_util_unittests', |
| 174 '../chrome/chrome.gyp:mini_installer_test', | 175 '../chrome/chrome.gyp:mini_installer_test', |
| 175 # mini_installer_tests depends on mini_installer. This should be | 176 # mini_installer_tests depends on mini_installer. This should be |
| 176 # defined in installer.gyp. | 177 # defined in installer.gyp. |
| 177 '../chrome/installer/mini_installer.gyp:mini_installer', | 178 '../chrome/installer/mini_installer.gyp:mini_installer', |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 ], # targets | 505 ], # targets |
| 505 }], # "chromeos==1" | 506 }], # "chromeos==1" |
| 506 ], # conditions | 507 ], # conditions |
| 507 } | 508 } |
| 508 | 509 |
| 509 # Local Variables: | 510 # Local Variables: |
| 510 # tab-width:2 | 511 # tab-width:2 |
| 511 # indent-tabs-mode:nil | 512 # indent-tabs-mode:nil |
| 512 # End: | 513 # End: |
| 513 # vim: set expandtab tabstop=2 shiftwidth=2: | 514 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |