Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(890)

Side by Side Diff: build/all.gyp

Issue 8816018: Don't build sync_unit_tests for TSan/win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 # 2) be expressed in the ui tests dependencies. 481 # 2) be expressed in the ui tests dependencies.
482 '../webkit/webkit.gyp:test_shell_common', 482 '../webkit/webkit.gyp:test_shell_common',
483 'temp_gyp/googleurl.gyp:googleurl_unittests', 483 'temp_gyp/googleurl.gyp:googleurl_unittests',
484 ], 484 ],
485 }, 485 },
486 { 486 {
487 'target_name': 'chromium_builder_dbg_tsan_win', 487 'target_name': 'chromium_builder_dbg_tsan_win',
488 'type': 'none', 488 'type': 'none',
489 'dependencies': [ 489 'dependencies': [
490 '../base/base.gyp:base_unittests', 490 '../base/base.gyp:base_unittests',
491 '../chrome/chrome.gyp:sync_unit_tests',
492 '../content/content.gyp:content_unittests', 491 '../content/content.gyp:content_unittests',
493 '../crypto/crypto.gyp:crypto_unittests', 492 '../crypto/crypto.gyp:crypto_unittests',
494 '../ipc/ipc.gyp:ipc_tests', 493 '../ipc/ipc.gyp:ipc_tests',
495 '../jingle/jingle.gyp:jingle_unittests', 494 '../jingle/jingle.gyp:jingle_unittests',
496 '../media/media.gyp:media_unittests', 495 '../media/media.gyp:media_unittests',
497 '../net/net.gyp:net_unittests', 496 '../net/net.gyp:net_unittests',
498 '../printing/printing.gyp:printing_unittests', 497 '../printing/printing.gyp:printing_unittests',
499 '../remoting/remoting.gyp:remoting_unittests', 498 '../remoting/remoting.gyp:remoting_unittests',
500 '../sql/sql.gyp:sql_unittests', 499 '../sql/sql.gyp:sql_unittests',
501 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 500 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 '../sql/sql.gyp:sql_unittests', 648 '../sql/sql.gyp:sql_unittests',
650 '../ui/ui.gyp:gfx_unittests', 649 '../ui/ui.gyp:gfx_unittests',
651 ], 650 ],
652 }], 651 }],
653 ], 652 ],
654 }, 653 },
655 ], # targets 654 ], # targets
656 }], # "use_aura==1" 655 }], # "use_aura==1"
657 ], # conditions 656 ], # conditions
658 } 657 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698