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

Side by Side Diff: build/all.gyp

Issue 11276015: Add sync_integration_tests_run to chromium_swarm_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | 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) 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 ], # targets 710 ], # targets
711 }], # "use_aura==1" 711 }], # "use_aura==1"
712 ['test_isolation_mode != "noop"', { 712 ['test_isolation_mode != "noop"', {
713 'targets': [ 713 'targets': [
714 { 714 {
715 'target_name': 'chromium_swarm_tests', 715 'target_name': 'chromium_swarm_tests',
716 'type': 'none', 716 'type': 'none',
717 'dependencies': [ 717 'dependencies': [
718 '../base/base.gyp:base_unittests_run', 718 '../base/base.gyp:base_unittests_run',
719 '../chrome/chrome.gyp:browser_tests_run', 719 '../chrome/chrome.gyp:browser_tests_run',
720 '../chrome/chrome.gyp:sync_integration_tests_run',
720 '../chrome/chrome.gyp:unit_tests_run', 721 '../chrome/chrome.gyp:unit_tests_run',
721 '../net/net.gyp:net_unittests_run', 722 '../net/net.gyp:net_unittests_run',
722 ], 723 ],
723 }, # target_name: chromium_swarm_tests 724 }, # target_name: chromium_swarm_tests
724 ], 725 ],
725 }], 726 }],
726 ], # conditions 727 ], # conditions
727 } 728 }
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