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

Side by Side Diff: sandbox/win/BUILD.gn

Issue 1419483002: Windows sbox: Warmup locales before sandbox lockdown (and tests) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use dynamically loaded function (2) Created 5 years, 1 month 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 source_set("sandbox") { 7 source_set("sandbox") {
8 sources = [ 8 sources = [
9 "src/acl.cc", 9 "src/acl.cc",
10 "src/acl.h", 10 "src/acl.h",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 test("sbox_integration_tests") { 191 test("sbox_integration_tests") {
192 sources = [ 192 sources = [
193 "src/address_sanitizer_test.cc", 193 "src/address_sanitizer_test.cc",
194 "src/app_container_test.cc", 194 "src/app_container_test.cc",
195 "src/file_policy_test.cc", 195 "src/file_policy_test.cc",
196 "src/handle_closer_test.cc", 196 "src/handle_closer_test.cc",
197 "src/handle_inheritance_test.cc", 197 "src/handle_inheritance_test.cc",
198 "src/handle_policy_test.cc", 198 "src/handle_policy_test.cc",
199 "src/integrity_level_test.cc", 199 "src/integrity_level_test.cc",
200 "src/ipc_ping_test.cc", 200 "src/ipc_ping_test.cc",
201 "src/lpc_policy_test.cc",
201 "src/named_pipe_policy_test.cc", 202 "src/named_pipe_policy_test.cc",
202 "src/policy_target_test.cc", 203 "src/policy_target_test.cc",
203 "src/process_mitigations_test.cc", 204 "src/process_mitigations_test.cc",
204 "src/process_policy_test.cc", 205 "src/process_policy_test.cc",
205 "src/registry_policy_test.cc", 206 "src/registry_policy_test.cc",
206 "src/sync_policy_test.cc", 207 "src/sync_policy_test.cc",
207 "src/sync_policy_test.h", 208 "src/sync_policy_test.h",
208 "src/unload_dll_test.cc", 209 "src/unload_dll_test.cc",
209 "tests/common/controller.cc", 210 "tests/common/controller.cc",
210 "tests/common/controller.h", 211 "tests/common/controller.h",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "sandbox_poc/pocdll/spyware.cc", 301 "sandbox_poc/pocdll/spyware.cc",
301 "sandbox_poc/pocdll/utils.h", 302 "sandbox_poc/pocdll/utils.h",
302 ] 303 ]
303 304
304 defines = [ "POCDLL_EXPORTS" ] 305 defines = [ "POCDLL_EXPORTS" ]
305 306
306 deps = [ 307 deps = [
307 "//build/config/sanitizers:deps", 308 "//build/config/sanitizers:deps",
308 ] 309 ]
309 } 310 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698