| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'tests/integration_tests/integration_tests_test.cc', | 217 'tests/integration_tests/integration_tests_test.cc', |
| 218 'src/handle_closer_test.cc', | 218 'src/handle_closer_test.cc', |
| 219 'src/integrity_level_test.cc', | 219 'src/integrity_level_test.cc', |
| 220 'src/ipc_ping_test.cc', | 220 'src/ipc_ping_test.cc', |
| 221 'src/lpc_policy_test.cc', | 221 'src/lpc_policy_test.cc', |
| 222 'src/named_pipe_policy_test.cc', | 222 'src/named_pipe_policy_test.cc', |
| 223 'src/policy_target_test.cc', | 223 'src/policy_target_test.cc', |
| 224 'src/process_mitigations_test.cc', | 224 'src/process_mitigations_test.cc', |
| 225 'src/process_policy_test.cc', | 225 'src/process_policy_test.cc', |
| 226 'src/registry_policy_test.cc', | 226 'src/registry_policy_test.cc', |
| 227 'src/restricted_token_test.cc', |
| 227 'src/sync_policy_test.cc', | 228 'src/sync_policy_test.cc', |
| 228 'src/sync_policy_test.h', | 229 'src/sync_policy_test.h', |
| 229 'src/unload_dll_test.cc', | 230 'src/unload_dll_test.cc', |
| 230 'tests/common/controller.cc', | 231 'tests/common/controller.cc', |
| 231 'tests/common/controller.h', | 232 'tests/common/controller.h', |
| 232 'tests/common/test_utils.cc', | 233 'tests/common/test_utils.cc', |
| 233 'tests/common/test_utils.h', | 234 'tests/common/test_utils.h', |
| 234 'tests/integration_tests/integration_tests.cc', | 235 'tests/integration_tests/integration_tests.cc', |
| 235 ], | 236 ], |
| 236 }, | 237 }, |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 '../../build/isolate.gypi', | 395 '../../build/isolate.gypi', |
| 395 ], | 396 ], |
| 396 'sources': [ | 397 'sources': [ |
| 397 '../sbox_validation_tests.isolate', | 398 '../sbox_validation_tests.isolate', |
| 398 ], | 399 ], |
| 399 }, | 400 }, |
| 400 ], | 401 ], |
| 401 }], | 402 }], |
| 402 ], | 403 ], |
| 403 } | 404 } |
| OLD | NEW |