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

Side by Side Diff: sandbox/win/sandbox_win.gypi

Issue 1214053003: Convert sbox_integration_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: Copyright -> 2015 Created 5 years, 5 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 | « sandbox/sbox_integration_tests.isolate ('k') | testing/buildbot/chromium.fyi.json » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'sandbox_windows_target': 0, 8 'sandbox_windows_target': 0,
9 'target_arch%': 'ia32', 9 'target_arch%': 'ia32',
10 }, 10 },
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'src', 362 'src',
363 '../..', 363 '../..',
364 ], 364 ],
365 }, 365 },
366 'defines': [ 366 'defines': [
367 '<@(nacl_win64_defines)', 367 '<@(nacl_win64_defines)',
368 ] 368 ]
369 }, 369 },
370 ], 370 ],
371 }], 371 }],
372 ['test_isolation_mode != "noop"', {
373 'targets': [
374 {
375 'target_name': 'sbox_integration_tests_run',
376 'type': 'none',
377 'dependencies': [
378 'sbox_integration_tests',
379 ],
380 'includes': [
381 '../../build/isolate.gypi',
382 ],
383 'sources': [
384 '../sbox_integration_tests.isolate',
385 ],
386 },
387 ],
388 }],
372 ], 389 ],
373 } 390 }
OLDNEW
« no previous file with comments | « sandbox/sbox_integration_tests.isolate ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698