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

Side by Side Diff: build/all.gyp

Issue 12096048: Fix components_unittests build on TSAN(win) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add back to all.gyp Created 7 years, 10 months 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 | components/components_tests.gypi » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 577 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
578 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 578 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
579 ], 579 ],
580 }, 580 },
581 { 581 {
582 'target_name': 'chromium_builder_dbg_tsan_win', 582 'target_name': 'chromium_builder_dbg_tsan_win',
583 'type': 'none', 583 'type': 'none',
584 'dependencies': [ 584 'dependencies': [
585 '../base/base.gyp:base_unittests', 585 '../base/base.gyp:base_unittests',
586 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 586 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
587 '../components/components.gyp:components_unittests',
587 '../content/content.gyp:content_unittests', 588 '../content/content.gyp:content_unittests',
588 '../crypto/crypto.gyp:crypto_unittests', 589 '../crypto/crypto.gyp:crypto_unittests',
589 '../ipc/ipc.gyp:ipc_tests', 590 '../ipc/ipc.gyp:ipc_tests',
590 '../jingle/jingle.gyp:jingle_unittests', 591 '../jingle/jingle.gyp:jingle_unittests',
591 '../media/media.gyp:media_unittests', 592 '../media/media.gyp:media_unittests',
592 '../net/net.gyp:net_unittests', 593 '../net/net.gyp:net_unittests',
593 '../printing/printing.gyp:printing_unittests', 594 '../printing/printing.gyp:printing_unittests',
594 '../remoting/remoting.gyp:remoting_unittests', 595 '../remoting/remoting.gyp:remoting_unittests',
595 '../sql/sql.gyp:sql_unittests', 596 '../sql/sql.gyp:sql_unittests',
596 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 597 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 '../chrome/chrome.gyp:browser_tests_run', 767 '../chrome/chrome.gyp:browser_tests_run',
767 '../chrome/chrome.gyp:sync_integration_tests_run', 768 '../chrome/chrome.gyp:sync_integration_tests_run',
768 '../chrome/chrome.gyp:unit_tests_run', 769 '../chrome/chrome.gyp:unit_tests_run',
769 '../net/net.gyp:net_unittests_run', 770 '../net/net.gyp:net_unittests_run',
770 ], 771 ],
771 }, # target_name: chromium_swarm_tests 772 }, # target_name: chromium_swarm_tests
772 ], 773 ],
773 }], 774 }],
774 ], # conditions 775 ], # conditions
775 } 776 }
OLDNEW
« no previous file with comments | « no previous file | components/components_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698