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

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

Issue 1212003003: Convert sbox_validation_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_sbox_unittests
Patch Set: Include wow_helper only on 32 bits build 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
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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'sbox_unittests', 393 'sbox_unittests',
394 ], 394 ],
395 'includes': [ 395 'includes': [
396 '../../build/isolate.gypi', 396 '../../build/isolate.gypi',
397 ], 397 ],
398 'sources': [ 398 'sources': [
399 '../sbox_unittests.isolate', 399 '../sbox_unittests.isolate',
400 ], 400 ],
401 }, 401 },
402 ], 402 ],
403 'targets': [
404 {
405 'target_name': 'sbox_validation_tests_run',
406 'type': 'none',
407 'dependencies': [
408 'sbox_validation_tests',
409 ],
410 'includes': [
411 '../../build/isolate.gypi',
412 ],
413 'sources': [
414 '../sbox_validation_tests.isolate',
415 ],
416 },
417 ],
403 }], 418 }],
404 ], 419 ],
405 } 420 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698