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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 'src/app_container_unittest.cc', | 269 'src/app_container_unittest.cc', |
270 'src/interception_unittest.cc', | 270 'src/interception_unittest.cc', |
271 'src/service_resolver_unittest.cc', | 271 'src/service_resolver_unittest.cc', |
272 'src/restricted_token_unittest.cc', | 272 'src/restricted_token_unittest.cc', |
273 'src/job_unittest.cc', | 273 'src/job_unittest.cc', |
274 'src/sid_unittest.cc', | 274 'src/sid_unittest.cc', |
275 'src/policy_engine_unittest.cc', | 275 'src/policy_engine_unittest.cc', |
276 'src/policy_low_level_unittest.cc', | 276 'src/policy_low_level_unittest.cc', |
277 'src/policy_opcodes_unittest.cc', | 277 'src/policy_opcodes_unittest.cc', |
278 'src/ipc_unittest.cc', | 278 'src/ipc_unittest.cc', |
| 279 'src/sandbox_nt_util_unittest.cc', |
279 'src/threadpool_unittest.cc', | 280 'src/threadpool_unittest.cc', |
280 'src/win_utils_unittest.cc', | 281 'src/win_utils_unittest.cc', |
281 'tests/common/test_utils.cc', | 282 'tests/common/test_utils.cc', |
282 'tests/common/test_utils.h', | 283 'tests/common/test_utils.h', |
283 'tests/unit_tests/unit_tests.cc', | 284 'tests/unit_tests/unit_tests.cc', |
284 ], | 285 ], |
285 }, | 286 }, |
286 { | 287 { |
287 'target_name': 'sandbox_poc', | 288 'target_name': 'sandbox_poc', |
288 'type': 'executable', | 289 'type': 'executable', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 '../../build/isolate.gypi', | 406 '../../build/isolate.gypi', |
406 ], | 407 ], |
407 'sources': [ | 408 'sources': [ |
408 '../sbox_validation_tests.isolate', | 409 '../sbox_validation_tests.isolate', |
409 ], | 410 ], |
410 }, | 411 }, |
411 ], | 412 ], |
412 }], | 413 }], |
413 ], | 414 ], |
414 } | 415 } |
OLD | NEW |