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

Side by Side Diff: build/all.gyp

Issue 13496006: Add chromium_swarm_tests as a dependency of chromium_builder_tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
« 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'dependencies': [ 282 'dependencies': [
283 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 283 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
284 '../dbus/dbus.gyp:dbus_unittests', 284 '../dbus/dbus.gyp:dbus_unittests',
285 ], 285 ],
286 }], 286 }],
287 ['OS=="mac"', { 287 ['OS=="mac"', {
288 'dependencies': [ 288 'dependencies': [
289 '../ui/app_list/app_list.gyp:app_list_unittests', 289 '../ui/app_list/app_list.gyp:app_list_unittests',
290 ], 290 ],
291 }], 291 }],
292 ['test_isolation_mode != "noop"', {
293 'dependencies': [
294 'chromium_swarm_tests',
295 ],
296 }],
292 ], 297 ],
293 }, # target_name: chromium_builder_tests 298 }, # target_name: chromium_builder_tests
294 { 299 {
295 'target_name': 'chromium_2010_builder_tests', 300 'target_name': 'chromium_2010_builder_tests',
296 'type': 'none', 301 'type': 'none',
297 'dependencies': [ 302 'dependencies': [
298 'chromium_builder_tests', 303 'chromium_builder_tests',
299 ], 304 ],
300 }, # target_name: chromium_2010_builder_tests 305 }, # target_name: chromium_2010_builder_tests
301 ], 306 ],
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 '../chrome/chrome.gyp:browser_tests_run', 822 '../chrome/chrome.gyp:browser_tests_run',
818 '../chrome/chrome.gyp:sync_integration_tests_run', 823 '../chrome/chrome.gyp:sync_integration_tests_run',
819 '../chrome/chrome.gyp:unit_tests_run', 824 '../chrome/chrome.gyp:unit_tests_run',
820 '../net/net.gyp:net_unittests_run', 825 '../net/net.gyp:net_unittests_run',
821 ], 826 ],
822 }, # target_name: chromium_swarm_tests 827 }, # target_name: chromium_swarm_tests
823 ], 828 ],
824 }], 829 }],
825 ], # conditions 830 ], # conditions
826 } 831 }
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