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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 # Only build OSMesa on buildbots. It builds a software GL renderer | 252 # Only build OSMesa on buildbots. It builds a software GL renderer |
253 # that can be used where native GL is not available. | 253 # that can be used where native GL is not available. |
254 '../third_party/mesa/mesa.gyp:osmesa', | 254 '../third_party/mesa/mesa.gyp:osmesa', |
255 ], | 255 ], |
256 }, | 256 }, |
257 { | 257 { |
258 'target_name': 'chromium_builder_dbg_tsan_win', | 258 'target_name': 'chromium_builder_dbg_tsan_win', |
259 'type': 'none', | 259 'type': 'none', |
260 'dependencies': [ | 260 'dependencies': [ |
261 '../app/app.gyp:app_unittests', | 261 '../app/app.gyp:app_unittests', |
| 262 # TODO(bradnelson): app_unittests should depend on locales. |
| 263 # However, we can't add dependencies on chrome/ to app/ |
| 264 # See http://crbug.com/43603 |
| 265 '../chrome/app/locales/locales.gyp:*', |
262 '../base/base.gyp:base_unittests', | 266 '../base/base.gyp:base_unittests', |
263 'temp_gyp/googleurl.gyp:googleurl_unittests', | 267 'temp_gyp/googleurl.gyp:googleurl_unittests', |
264 '../net/net.gyp:net_unittests', | 268 '../net/net.gyp:net_unittests', |
265 '../ipc/ipc.gyp:ipc_tests', | 269 '../ipc/ipc.gyp:ipc_tests', |
266 '../media/media.gyp:media_unittests', | 270 '../media/media.gyp:media_unittests', |
267 '../printing/printing.gyp:printing_unittests', | 271 '../printing/printing.gyp:printing_unittests', |
268 '../chrome/chrome.gyp:notifier_unit_tests', | 272 '../chrome/chrome.gyp:notifier_unit_tests', |
269 '../chrome/chrome.gyp:sync_unit_tests', | 273 '../chrome/chrome.gyp:sync_unit_tests', |
270 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 274 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
271 '../chrome/chrome.gyp:unit_tests', | 275 '../chrome/chrome.gyp:unit_tests', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 ], # targets | 319 ], # targets |
316 }], # "chromeos==1" | 320 }], # "chromeos==1" |
317 ], # conditions | 321 ], # conditions |
318 } | 322 } |
319 | 323 |
320 # Local Variables: | 324 # Local Variables: |
321 # tab-width:2 | 325 # tab-width:2 |
322 # indent-tabs-mode:nil | 326 # indent-tabs-mode:nil |
323 # End: | 327 # End: |
324 # vim: set expandtab tabstop=2 shiftwidth=2: | 328 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |