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

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

Issue 1328703003: Correct PROCESS_BASIC_INFORMATION for 64 bit Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split test into smaller pieces. Created 5 years, 3 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/nt_internals.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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | sandbox/win/src/nt_internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698