| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'src/restricted_token_test.cc', | 218 'src/restricted_token_test.cc', |
| 219 'src/sync_policy_test.cc', | 219 'src/sync_policy_test.cc', |
| 220 'src/sync_policy_test.h', | 220 'src/sync_policy_test.h', |
| 221 'src/unload_dll_test.cc', | 221 'src/unload_dll_test.cc', |
| 222 'tests/common/controller.cc', | 222 'tests/common/controller.cc', |
| 223 'tests/common/controller.h', | 223 'tests/common/controller.h', |
| 224 'tests/common/test_utils.cc', | 224 'tests/common/test_utils.cc', |
| 225 'tests/common/test_utils.h', | 225 'tests/common/test_utils.h', |
| 226 'tests/integration_tests/integration_tests.cc', | 226 'tests/integration_tests/integration_tests.cc', |
| 227 ], | 227 ], |
| 228 'link_settings': { |
| 229 'libraries': [ |
| 230 '-ldxva2.lib', |
| 231 ], |
| 232 }, |
| 228 }, | 233 }, |
| 229 { | 234 { |
| 230 'target_name': 'sbox_validation_tests', | 235 'target_name': 'sbox_validation_tests', |
| 231 'type': 'executable', | 236 'type': 'executable', |
| 232 'dependencies': [ | 237 'dependencies': [ |
| 233 'sandbox', | 238 'sandbox', |
| 234 '../base/base.gyp:test_support_base', | 239 '../base/base.gyp:test_support_base', |
| 235 '../testing/gtest.gyp:gtest', | 240 '../testing/gtest.gyp:gtest', |
| 236 ], | 241 ], |
| 237 'sources': [ | 242 'sources': [ |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 '../../build/isolate.gypi', | 395 '../../build/isolate.gypi', |
| 391 ], | 396 ], |
| 392 'sources': [ | 397 'sources': [ |
| 393 '../sbox_validation_tests.isolate', | 398 '../sbox_validation_tests.isolate', |
| 394 ], | 399 ], |
| 395 }, | 400 }, |
| 396 ], | 401 ], |
| 397 }], | 402 }], |
| 398 ], | 403 ], |
| 399 } | 404 } |
| OLD | NEW |