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

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

Issue 1460903002: Unify PolicyBase into TargetPolicy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy_dispatcher
Patch Set: Rebase. Created 5 years 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "src/restricted_token_utils.h", 91 "src/restricted_token_utils.h",
92 "src/sandbox.cc", 92 "src/sandbox.cc",
93 "src/sandbox.h", 93 "src/sandbox.h",
94 "src/sandbox_factory.h", 94 "src/sandbox_factory.h",
95 "src/sandbox_globals.cc", 95 "src/sandbox_globals.cc",
96 "src/sandbox_nt_types.h", 96 "src/sandbox_nt_types.h",
97 "src/sandbox_nt_util.cc", 97 "src/sandbox_nt_util.cc",
98 "src/sandbox_nt_util.h", 98 "src/sandbox_nt_util.h",
99 "src/sandbox_policy.h", 99 "src/sandbox_policy.h",
100 "src/sandbox_policy_base.cc", 100 "src/sandbox_policy_base.cc",
101 "src/sandbox_policy_base.h",
102 "src/sandbox_rand.cc", 101 "src/sandbox_rand.cc",
103 "src/sandbox_rand.h", 102 "src/sandbox_rand.h",
104 "src/sandbox_types.h", 103 "src/sandbox_types.h",
105 "src/sandbox_utils.cc", 104 "src/sandbox_utils.cc",
106 "src/sandbox_utils.h", 105 "src/sandbox_utils.h",
107 "src/security_level.h", 106 "src/security_level.h",
108 "src/service_resolver.cc", 107 "src/service_resolver.cc",
109 "src/service_resolver.h", 108 "src/service_resolver.h",
110 "src/sharedmem_ipc_client.cc", 109 "src/sharedmem_ipc_client.cc",
111 "src/sharedmem_ipc_client.h", 110 "src/sharedmem_ipc_client.h",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "sandbox_poc/pocdll/spyware.cc", 300 "sandbox_poc/pocdll/spyware.cc",
302 "sandbox_poc/pocdll/utils.h", 301 "sandbox_poc/pocdll/utils.h",
303 ] 302 ]
304 303
305 defines = [ "POCDLL_EXPORTS" ] 304 defines = [ "POCDLL_EXPORTS" ]
306 305
307 deps = [ 306 deps = [
308 "//build/config/sanitizers:deps", 307 "//build/config/sanitizers:deps",
309 ] 308 ]
310 } 309 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698