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

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

Issue 1324523008: Windows sbox: Warmup locales before sandbox lockdown (and tests) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: load GetUserDefaultLocaleName dynamically 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/lpc_policy_test.cc » ('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 'sources': [ 218 'sources': [
219 'src/address_sanitizer_test.cc', 219 'src/address_sanitizer_test.cc',
220 'src/app_container_test.cc', 220 'src/app_container_test.cc',
221 'src/file_policy_test.cc', 221 'src/file_policy_test.cc',
222 'src/handle_inheritance_test.cc', 222 'src/handle_inheritance_test.cc',
223 'src/handle_policy_test.cc', 223 'src/handle_policy_test.cc',
224 'tests/integration_tests/integration_tests_test.cc', 224 'tests/integration_tests/integration_tests_test.cc',
225 'src/handle_closer_test.cc', 225 'src/handle_closer_test.cc',
226 'src/integrity_level_test.cc', 226 'src/integrity_level_test.cc',
227 'src/ipc_ping_test.cc', 227 'src/ipc_ping_test.cc',
228 'src/lpc_policy_test.cc',
228 'src/named_pipe_policy_test.cc', 229 'src/named_pipe_policy_test.cc',
229 'src/policy_target_test.cc', 230 'src/policy_target_test.cc',
230 'src/process_mitigations_test.cc', 231 'src/process_mitigations_test.cc',
231 'src/process_policy_test.cc', 232 'src/process_policy_test.cc',
232 'src/registry_policy_test.cc', 233 'src/registry_policy_test.cc',
233 'src/sync_policy_test.cc', 234 'src/sync_policy_test.cc',
234 'src/sync_policy_test.h', 235 'src/sync_policy_test.h',
235 'src/unload_dll_test.cc', 236 'src/unload_dll_test.cc',
236 'tests/common/controller.cc', 237 'tests/common/controller.cc',
237 'tests/common/controller.h', 238 'tests/common/controller.h',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 '../../build/isolate.gypi', 407 '../../build/isolate.gypi',
407 ], 408 ],
408 'sources': [ 409 'sources': [
409 '../sbox_validation_tests.isolate', 410 '../sbox_validation_tests.isolate',
410 ], 411 ],
411 }, 412 },
412 ], 413 ],
413 }], 414 }],
414 ], 415 ],
415 } 416 }
OLDNEW
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | sandbox/win/src/lpc_policy_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698