OLD | NEW |
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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 'sbox_integration_tests', | 378 'sbox_integration_tests', |
379 ], | 379 ], |
380 'includes': [ | 380 'includes': [ |
381 '../../build/isolate.gypi', | 381 '../../build/isolate.gypi', |
382 ], | 382 ], |
383 'sources': [ | 383 'sources': [ |
384 '../sbox_integration_tests.isolate', | 384 '../sbox_integration_tests.isolate', |
385 ], | 385 ], |
386 }, | 386 }, |
387 ], | 387 ], |
| 388 'targets': [ |
| 389 { |
| 390 'target_name': 'sbox_unittests_run', |
| 391 'type': 'none', |
| 392 'dependencies': [ |
| 393 'sbox_unittests', |
| 394 ], |
| 395 'includes': [ |
| 396 '../../build/isolate.gypi', |
| 397 ], |
| 398 'sources': [ |
| 399 '../sbox_unittests.isolate', |
| 400 ], |
| 401 }, |
| 402 ], |
388 }], | 403 }], |
389 ], | 404 ], |
390 } | 405 } |
OLD | NEW |