OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 # 2) be expressed in the ui tests dependencies. | 471 # 2) be expressed in the ui tests dependencies. |
472 '../webkit/webkit.gyp:test_shell_common', | 472 '../webkit/webkit.gyp:test_shell_common', |
473 'temp_gyp/googleurl.gyp:googleurl_unittests', | 473 'temp_gyp/googleurl.gyp:googleurl_unittests', |
474 ], | 474 ], |
475 }, | 475 }, |
476 { | 476 { |
477 'target_name': 'chromium_builder_dbg_tsan_win', | 477 'target_name': 'chromium_builder_dbg_tsan_win', |
478 'type': 'none', | 478 'type': 'none', |
479 'dependencies': [ | 479 'dependencies': [ |
480 '../app/app.gyp:app_unittests', | 480 '../app/app.gyp:app_unittests', |
481 # TODO(bradnelson): app_unittests should depend on locales. | |
482 # However, we can't add dependencies on chrome/ to app/ | |
483 # See http://crbug.com/43603 | |
484 '../base/base.gyp:base_unittests', | 481 '../base/base.gyp:base_unittests', |
485 '../chrome/app/locales/locales.gyp:*', | |
486 '../chrome/chrome.gyp:sync_unit_tests', | 482 '../chrome/chrome.gyp:sync_unit_tests', |
487 '../crypto/crypto.gyp:crypto_unittests', | 483 '../crypto/crypto.gyp:crypto_unittests', |
488 '../ipc/ipc.gyp:ipc_tests', | 484 '../ipc/ipc.gyp:ipc_tests', |
489 '../jingle/jingle.gyp:jingle_unittests', | 485 '../jingle/jingle.gyp:jingle_unittests', |
490 '../media/media.gyp:media_unittests', | 486 '../media/media.gyp:media_unittests', |
491 '../net/net.gyp:net_unittests', | 487 '../net/net.gyp:net_unittests', |
492 '../printing/printing.gyp:printing_unittests', | 488 '../printing/printing.gyp:printing_unittests', |
493 '../remoting/remoting.gyp:remoting_unittests', | 489 '../remoting/remoting.gyp:remoting_unittests', |
494 '../sql/sql.gyp:sql_unittests', | 490 '../sql/sql.gyp:sql_unittests', |
495 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 491 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 ], # targets | 571 ], # targets |
576 }], # "chromeos==1" | 572 }], # "chromeos==1" |
577 ], # conditions | 573 ], # conditions |
578 } | 574 } |
579 | 575 |
580 # Local Variables: | 576 # Local Variables: |
581 # tab-width:2 | 577 # tab-width:2 |
582 # indent-tabs-mode:nil | 578 # indent-tabs-mode:nil |
583 # End: | 579 # End: |
584 # vim: set expandtab tabstop=2 shiftwidth=2: | 580 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |