Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(453)

Side by Side Diff: sandbox/win/sandbox_win.gypi

Issue 1856993003: Implement sandbox hooks to forward OPM related GDI system calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed header Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | sandbox/win/src/interceptors.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | sandbox/win/src/interceptors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698