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
3 # found in the LICENSE file.
5 import("//testing/test.gni")
7 source_set("sandbox") {
11 "src/app_container.cc",
12 "src/app_container.h",
13 "src/broker_services.cc",
14 "src/broker_services.h",
15 "src/crosscall_client.h",
16 "src/crosscall_params.h",
17 "src/crosscall_server.cc",
18 "src/crosscall_server.h",
19 "src/eat_resolver.cc",
21 "src/filesystem_dispatcher.cc",
22 "src/filesystem_dispatcher.h",
23 "src/filesystem_interception.cc",
24 "src/filesystem_interception.h",
25 "src/filesystem_policy.cc",
26 "src/filesystem_policy.h",
27 "src/handle_closer.cc",
28 "src/handle_closer.h",
29 "src/handle_closer_agent.cc",
30 "src/handle_closer_agent.h",
31 "src/handle_dispatcher.cc",
32 "src/handle_dispatcher.h",
33 "src/handle_interception.cc",
34 "src/handle_interception.h",
35 "src/handle_policy.cc",
36 "src/handle_policy.h",
37 "src/handle_table.cc",
39 "src/interception.cc",
41 "src/interception_agent.cc",
42 "src/interception_agent.h",
43 "src/interception_internal.h",
45 "src/internal_types.h",
49 "src/named_pipe_dispatcher.cc",
50 "src/named_pipe_dispatcher.h",
51 "src/named_pipe_interception.cc",
52 "src/named_pipe_interception.h",
53 "src/named_pipe_policy.cc",
54 "src/named_pipe_policy.h",
56 "src/policy_broker.cc",
57 "src/policy_broker.h",
58 "src/policy_engine_opcodes.cc",
59 "src/policy_engine_opcodes.h",
60 "src/policy_engine_params.h",
61 "src/policy_engine_processor.cc",
62 "src/policy_engine_processor.h",
63 "src/policy_low_level.cc",
64 "src/policy_low_level.h",
65 "src/policy_params.h",
66 "src/policy_target.cc",
67 "src/policy_target.h",
68 "src/process_mitigations.cc",
69 "src/process_mitigations.h",
70 "src/process_mitigations_win32k_dispatcher.cc",
71 "src/process_mitigations_win32k_dispatcher.h",
72 "src/process_mitigations_win32k_interception.cc",
73 "src/process_mitigations_win32k_interception.h",
74 "src/process_mitigations_win32k_policy.cc",
75 "src/process_mitigations_win32k_policy.h",
76 "src/process_thread_dispatcher.cc",
77 "src/process_thread_dispatcher.h",
78 "src/process_thread_interception.cc",
79 "src/process_thread_interception.h",
80 "src/process_thread_policy.cc",
81 "src/process_thread_policy.h",
82 "src/registry_dispatcher.cc",
83 "src/registry_dispatcher.h",
84 "src/registry_interception.cc",
85 "src/registry_interception.h",
86 "src/registry_policy.cc",
87 "src/registry_policy.h",
90 "src/restricted_token_utils.cc",
91 "src/restricted_token_utils.h",
92 "src/restricted_token.cc",
93 "src/restricted_token.h",
94 "src/sandbox_factory.h",
95 "src/sandbox_globals.cc",
96 "src/sandbox_nt_types.h",
97 "src/sandbox_nt_util.cc",
98 "src/sandbox_nt_util.h",
99 "src/sandbox_policy_base.cc",
100 "src/sandbox_policy_base.h",
101 "src/sandbox_policy.h",
102 "src/sandbox_types.h",
103 "src/sandbox_utils.cc",
104 "src/sandbox_utils.h",
107 "src/security_level.h",
108 "src/service_resolver.cc",
109 "src/service_resolver.h",
110 "src/shared_handles.cc",
111 "src/shared_handles.h",
112 "src/sharedmem_ipc_client.cc",
113 "src/sharedmem_ipc_client.h",
114 "src/sharedmem_ipc_server.cc",
115 "src/sharedmem_ipc_server.h",
118 "src/sync_dispatcher.cc",
119 "src/sync_dispatcher.h",
120 "src/sync_interception.cc",
121 "src/sync_interception.h",
122 "src/sync_policy.cc",
124 "src/target_interceptions.cc",
125 "src/target_interceptions.h",
126 "src/target_process.cc",
127 "src/target_process.h",
128 "src/target_services.cc",
129 "src/target_services.h",
132 "src/win2k_threadpool.cc",
133 "src/win2k_threadpool.h",
138 if (cpu_arch == "x64") {
140 "src/interceptors_64.cc",
141 "src/interceptors_64.h",
142 "src/resolver_64.cc",
143 "src/service_resolver_64.cc",
146 } else if (cpu_arch == "x86") {
148 "src/resolver_32.cc",
149 "src/service_resolver_32.cc",
150 "src/sidestep_resolver.cc",
151 "src/sidestep_resolver.h",
152 "src/sidestep/ia32_modrm_map.cpp",
153 "src/sidestep/ia32_opcode_map.cpp",
154 "src/sidestep/mini_disassembler_types.h",
155 "src/sidestep/mini_disassembler.cpp",
156 "src/sidestep/mini_disassembler.h",
157 "src/sidestep/preamble_patcher_with_stub.cpp",
158 "src/sidestep/preamble_patcher.h",
170 if (cpu_arch == "x86") {
171 # Make a target that copies the wow_helper files to the out dir.
173 # TODO(brettw) we can probably just build this now that we have proper
175 copy("copy_wow_helper") {
177 "wow_helper/wow_helper.exe",
178 "wow_helper/wow_helper.pdb",
181 "$root_out_dir/{{source_file_part}}",
186 test("sbox_integration_tests") {
188 "src/address_sanitizer_test.cc",
189 "src/app_container_test.cc",
190 "src/file_policy_test.cc",
191 "src/handle_inheritance_test.cc",
192 "src/handle_policy_test.cc",
193 "tests/integration_tests/integration_tests_test.cc",
194 "src/handle_closer_test.cc",
195 "src/integrity_level_test.cc",
196 "src/ipc_ping_test.cc",
197 "src/named_pipe_policy_test.cc",
198 "src/policy_target_test.cc",
199 "src/process_mitigations_test.cc",
200 "src/process_policy_test.cc",
201 "src/registry_policy_test.cc",
202 "src/sync_policy_test.cc",
203 "src/sync_policy_test.h",
204 "src/unload_dll_test.cc",
205 "tests/common/controller.cc",
206 "tests/common/controller.h",
207 "tests/common/test_utils.cc",
208 "tests/common/test_utils.h",
209 "tests/integration_tests/integration_tests.cc",
214 "//base/test:test_support",
219 test("sbox_validation_tests") {
221 "tests/common/controller.cc",
222 "tests/common/controller.h",
223 "tests/validation_tests/unit_tests.cc",
224 "tests/validation_tests/commands.cc",
225 "tests/validation_tests/commands.h",
226 "tests/validation_tests/suite.cc",
231 "//base/test:test_support",
236 test("sbox_unittests") {
238 "src/app_container_unittest.cc",
239 "src/interception_unittest.cc",
240 "src/service_resolver_unittest.cc",
241 "src/restricted_token_unittest.cc",
242 "src/job_unittest.cc",
243 "src/sid_unittest.cc",
244 "src/policy_engine_unittest.cc",
245 "src/policy_low_level_unittest.cc",
246 "src/policy_opcodes_unittest.cc",
247 "src/ipc_unittest.cc",
248 "src/threadpool_unittest.cc",
249 "src/win_utils_unittest.cc",
250 "tests/common/test_utils.cc",
251 "tests/common/test_utils.h",
252 "tests/unit_tests/unit_tests.cc",
257 "//base/test:test_support",
262 test("sandbox_poc") {
264 "sandbox_poc/main_ui_window.cc",
265 "sandbox_poc/main_ui_window.h",
266 "sandbox_poc/resource.h",
267 "sandbox_poc/sandbox.cc",
268 "sandbox_poc/sandbox.h",
269 "sandbox_poc/sandbox.ico",
270 "sandbox_poc/sandbox.rc",
273 configs -= [ "//build/config/win:console" ]
274 configs += [ "//build/config/win:windowed" ]
276 libs = [ "comctl32.lib" ]
284 shared_library("pocdll") {
286 "sandbox_poc/pocdll/exports.h",
287 "sandbox_poc/pocdll/fs.cc",
288 "sandbox_poc/pocdll/handles.cc",
289 "sandbox_poc/pocdll/invasive.cc",
290 "sandbox_poc/pocdll/network.cc",
291 "sandbox_poc/pocdll/pocdll.cc",
292 "sandbox_poc/pocdll/processes_and_threads.cc",
293 "sandbox_poc/pocdll/registry.cc",
294 "sandbox_poc/pocdll/spyware.cc",
295 "sandbox_poc/pocdll/utils.h",
298 defines = [ "POCDLL_EXPORTS" ]