| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 '../chrome/chrome.gyp:nacl_ui_tests', | 152 '../chrome/chrome.gyp:nacl_ui_tests', |
| 153 '../chrome/chrome.gyp:nacl_sandbox_tests', | 153 '../chrome/chrome.gyp:nacl_sandbox_tests', |
| 154 '../chrome/chrome.gyp:safe_browsing_tests', | 154 '../chrome/chrome.gyp:safe_browsing_tests', |
| 155 '../chrome/chrome.gyp:sync_integration_tests', | 155 '../chrome/chrome.gyp:sync_integration_tests', |
| 156 '../chrome/chrome.gyp:sync_unit_tests', | 156 '../chrome/chrome.gyp:sync_unit_tests', |
| 157 '../chrome/chrome.gyp:ui_tests', | 157 '../chrome/chrome.gyp:ui_tests', |
| 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:notifier_unit_tests', | 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 'temp_gyp/googleurl.gyp:googleurl_unittests', | 168 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 169 ], | 169 ], |
| 170 'conditions': [ | 170 'conditions': [ |
| 171 ['OS=="win"', { | 171 ['OS=="win"', { |
| 172 'dependencies': [ | 172 'dependencies': [ |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 ], # targets | 497 ], # targets |
| 498 }], # "chromeos==1" | 498 }], # "chromeos==1" |
| 499 ], # conditions | 499 ], # conditions |
| 500 } | 500 } |
| 501 | 501 |
| 502 # Local Variables: | 502 # Local Variables: |
| 503 # tab-width:2 | 503 # tab-width:2 |
| 504 # indent-tabs-mode:nil | 504 # indent-tabs-mode:nil |
| 505 # End: | 505 # End: |
| 506 # vim: set expandtab tabstop=2 shiftwidth=2: | 506 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |