OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 ], | 149 ], |
150 }, | 150 }, |
151 # These targets are here so the build bots can use them to build | 151 # These targets are here so the build bots can use them to build |
152 # subsets of a full tree for faster cycle times. | 152 # subsets of a full tree for faster cycle times. |
153 { | 153 { |
154 'target_name': 'chromium_builder_dbg', | 154 'target_name': 'chromium_builder_dbg', |
155 'type': 'none', | 155 'type': 'none', |
156 'dependencies': [ | 156 'dependencies': [ |
157 '../app/app.gyp:app_unittests', | 157 '../app/app.gyp:app_unittests', |
158 '../chrome/chrome.gyp:browser_tests', | 158 '../chrome/chrome.gyp:browser_tests', |
| 159 '../chrome/chrome.gyp:interactive_ui_tests', |
159 '../chrome/chrome.gyp:nacl_ui_tests', | 160 '../chrome/chrome.gyp:nacl_ui_tests', |
160 '../chrome/chrome.gyp:nacl_sandbox_tests', | 161 '../chrome/chrome.gyp:nacl_sandbox_tests', |
161 '../chrome/chrome.gyp:sync_integration_tests', | 162 '../chrome/chrome.gyp:sync_integration_tests', |
162 '../chrome/chrome.gyp:sync_unit_tests', | 163 '../chrome/chrome.gyp:sync_unit_tests', |
163 '../chrome/chrome.gyp:ui_tests', | 164 '../chrome/chrome.gyp:ui_tests', |
164 '../chrome/chrome.gyp:unit_tests', | 165 '../chrome/chrome.gyp:unit_tests', |
165 '../gfx/gfx.gyp:gfx_unittests', | 166 '../gfx/gfx.gyp:gfx_unittests', |
166 '../gpu/gpu.gyp:gpu_unittests', | 167 '../gpu/gpu.gyp:gpu_unittests', |
167 '../ipc/ipc.gyp:ipc_tests', | 168 '../ipc/ipc.gyp:ipc_tests', |
168 '../jingle/jingle.gyp:notifier_unit_tests', | 169 '../jingle/jingle.gyp:notifier_unit_tests', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 ], # targets | 338 ], # targets |
338 }], # "chromeos==1" | 339 }], # "chromeos==1" |
339 ], # conditions | 340 ], # conditions |
340 } | 341 } |
341 | 342 |
342 # Local Variables: | 343 # Local Variables: |
343 # tab-width:2 | 344 # tab-width:2 |
344 # indent-tabs-mode:nil | 345 # indent-tabs-mode:nil |
345 # End: | 346 # End: |
346 # vim: set expandtab tabstop=2 shiftwidth=2: | 347 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |