Chromium Code Reviews| 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 469 # 1) not be the case. OR. | 469 # 1) not be the case. OR. |
| 470 # 2) be expressed in the ui tests dependencies. | 470 # 2) be expressed in the ui tests dependencies. |
| 471 '../webkit/webkit.gyp:test_shell_common', | 471 '../webkit/webkit.gyp:test_shell_common', |
| 472 'temp_gyp/googleurl.gyp:googleurl_unittests', | 472 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 473 ], | 473 ], |
| 474 }, | 474 }, |
| 475 { | 475 { |
| 476 'target_name': 'chromium_builder_dbg_tsan_win', | 476 'target_name': 'chromium_builder_dbg_tsan_win', |
| 477 'type': 'none', | 477 'type': 'none', |
| 478 'dependencies': [ | 478 'dependencies': [ |
| 479 '../app/app.gyp:app_unittests', | |
| 480 # TODO(bradnelson): app_unittests should depend on locales. | |
| 481 # However, we can't add dependencies on chrome/ to app/ | |
| 482 # See http://crbug.com/43603 | |
| 483 '../base/base.gyp:base_unittests', | 479 '../base/base.gyp:base_unittests', |
| 484 '../chrome/app/locales/locales.gyp:*', | 480 '../chrome/app/locales/locales.gyp:*', |
|
tony
2011/07/08 01:30:03
Is it possible to remove locales or does one of th
tfarina
2011/07/08 01:39:53
Removed. I'm running through the trybots. I'll see
| |
| 485 '../chrome/chrome.gyp:sync_unit_tests', | 481 '../chrome/chrome.gyp:sync_unit_tests', |
| 486 '../crypto/crypto.gyp:crypto_unittests', | 482 '../crypto/crypto.gyp:crypto_unittests', |
| 487 '../ipc/ipc.gyp:ipc_tests', | 483 '../ipc/ipc.gyp:ipc_tests', |
| 488 '../jingle/jingle.gyp:jingle_unittests', | 484 '../jingle/jingle.gyp:jingle_unittests', |
| 489 '../media/media.gyp:media_unittests', | 485 '../media/media.gyp:media_unittests', |
| 490 '../net/net.gyp:net_unittests', | 486 '../net/net.gyp:net_unittests', |
| 491 '../printing/printing.gyp:printing_unittests', | 487 '../printing/printing.gyp:printing_unittests', |
| 492 '../remoting/remoting.gyp:remoting_unittests', | 488 '../remoting/remoting.gyp:remoting_unittests', |
| 493 '../sql/sql.gyp:sql_unittests', | 489 '../sql/sql.gyp:sql_unittests', |
| 494 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 490 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 574 ], # targets | 570 ], # targets |
| 575 }], # "chromeos==1" | 571 }], # "chromeos==1" |
| 576 ], # conditions | 572 ], # conditions |
| 577 } | 573 } |
| 578 | 574 |
| 579 # Local Variables: | 575 # Local Variables: |
| 580 # tab-width:2 | 576 # tab-width:2 |
| 581 # indent-tabs-mode:nil | 577 # indent-tabs-mode:nil |
| 582 # End: | 578 # End: |
| 583 # vim: set expandtab tabstop=2 shiftwidth=2: | 579 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |