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

Side by Side Diff: build/all.gyp

Issue 12086059: Add interactive_ui_tests_run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: traced on linux, mac and windows Created 7 years, 8 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 | chrome/chrome_tests.gypi » ('j') | chrome/interactive_ui_tests.isolate » ('J')
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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 ], # targets 815 ], # targets
816 }], # "use_aura==1" 816 }], # "use_aura==1"
817 ['test_isolation_mode != "noop"', { 817 ['test_isolation_mode != "noop"', {
818 'targets': [ 818 'targets': [
819 { 819 {
820 'target_name': 'chromium_swarm_tests', 820 'target_name': 'chromium_swarm_tests',
821 'type': 'none', 821 'type': 'none',
822 'dependencies': [ 822 'dependencies': [
823 '../base/base.gyp:base_unittests_run', 823 '../base/base.gyp:base_unittests_run',
824 '../chrome/chrome.gyp:browser_tests_run', 824 '../chrome/chrome.gyp:browser_tests_run',
825 '../chrome/chrome.gyp:interactive_ui_tests_run',
825 '../chrome/chrome.gyp:sync_integration_tests_run', 826 '../chrome/chrome.gyp:sync_integration_tests_run',
826 '../chrome/chrome.gyp:unit_tests_run', 827 '../chrome/chrome.gyp:unit_tests_run',
827 '../net/net.gyp:net_unittests_run', 828 '../net/net.gyp:net_unittests_run',
828 ], 829 ],
829 }, # target_name: chromium_swarm_tests 830 }, # target_name: chromium_swarm_tests
830 ], 831 ],
831 }], 832 }],
832 ], # conditions 833 ], # conditions
833 } 834 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/interactive_ui_tests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698