| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 'src/restricted_token_test.cc', | 227 'src/restricted_token_test.cc', |
| 228 'src/sync_policy_test.cc', | 228 'src/sync_policy_test.cc', |
| 229 'src/sync_policy_test.h', | 229 'src/sync_policy_test.h', |
| 230 'src/unload_dll_test.cc', | 230 'src/unload_dll_test.cc', |
| 231 'tests/common/controller.cc', | 231 'tests/common/controller.cc', |
| 232 'tests/common/controller.h', | 232 'tests/common/controller.h', |
| 233 'tests/common/test_utils.cc', | 233 'tests/common/test_utils.cc', |
| 234 'tests/common/test_utils.h', | 234 'tests/common/test_utils.h', |
| 235 'tests/integration_tests/integration_tests.cc', | 235 'tests/integration_tests/integration_tests.cc', |
| 236 ], | 236 ], |
| 237 'link_settings': { |
| 238 'libraries': [ |
| 239 '-ldxva2.lib', |
| 240 ], |
| 241 }, |
| 237 }, | 242 }, |
| 238 { | 243 { |
| 239 'target_name': 'sbox_validation_tests', | 244 'target_name': 'sbox_validation_tests', |
| 240 'type': 'executable', | 245 'type': 'executable', |
| 241 'dependencies': [ | 246 'dependencies': [ |
| 242 'sandbox', | 247 'sandbox', |
| 243 '../base/base.gyp:test_support_base', | 248 '../base/base.gyp:test_support_base', |
| 244 '../testing/gtest.gyp:gtest', | 249 '../testing/gtest.gyp:gtest', |
| 245 ], | 250 ], |
| 246 'sources': [ | 251 'sources': [ |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 '../../build/isolate.gypi', | 405 '../../build/isolate.gypi', |
| 401 ], | 406 ], |
| 402 'sources': [ | 407 'sources': [ |
| 403 '../sbox_validation_tests.isolate', | 408 '../sbox_validation_tests.isolate', |
| 404 ], | 409 ], |
| 405 }, | 410 }, |
| 406 ], | 411 ], |
| 407 }], | 412 }], |
| 408 ], | 413 ], |
| 409 } | 414 } |
| OLD | NEW |