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

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

Issue 804993003: Fix sandbox target in Windows GN build and enable it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« BUILD.gn ('K') | « BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 source_set("sandbox") { 5 source_set("sandbox") {
6 sources = [ 6 sources = [
7 "src/acl.cc", 7 "src/acl.cc",
8 "src/acl.h", 8 "src/acl.h",
9 "src/app_container.cc", 9 "src/app_container.cc",
10 "src/app_container.h", 10 "src/app_container.h",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "src/policy_engine_params.h", 58 "src/policy_engine_params.h",
59 "src/policy_engine_processor.cc", 59 "src/policy_engine_processor.cc",
60 "src/policy_engine_processor.h", 60 "src/policy_engine_processor.h",
61 "src/policy_low_level.cc", 61 "src/policy_low_level.cc",
62 "src/policy_low_level.h", 62 "src/policy_low_level.h",
63 "src/policy_params.h", 63 "src/policy_params.h",
64 "src/policy_target.cc", 64 "src/policy_target.cc",
65 "src/policy_target.h", 65 "src/policy_target.h",
66 "src/process_mitigations.cc", 66 "src/process_mitigations.cc",
67 "src/process_mitigations.h", 67 "src/process_mitigations.h",
68 "src/process_mitigations_win32k_dispatcher.cc",
69 "src/process_mitigations_win32k_dispatcher.h",
70 "src/process_mitigations_win32k_interception.cc",
71 "src/process_mitigations_win32k_interception.h",
72 "src/process_mitigations_win32k_policy.cc",
73 "src/process_mitigations_win32k_policy.h",
68 "src/process_thread_dispatcher.cc", 74 "src/process_thread_dispatcher.cc",
69 "src/process_thread_dispatcher.h", 75 "src/process_thread_dispatcher.h",
70 "src/process_thread_interception.cc", 76 "src/process_thread_interception.cc",
71 "src/process_thread_interception.h", 77 "src/process_thread_interception.h",
72 "src/process_thread_policy.cc", 78 "src/process_thread_policy.cc",
73 "src/process_thread_policy.h", 79 "src/process_thread_policy.h",
74 "src/registry_dispatcher.cc", 80 "src/registry_dispatcher.cc",
75 "src/registry_dispatcher.h", 81 "src/registry_dispatcher.h",
76 "src/registry_interception.cc", 82 "src/registry_interception.cc",
77 "src/registry_interception.h", 83 "src/registry_interception.h",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "sandbox_poc/pocdll/network.cc", 284 "sandbox_poc/pocdll/network.cc",
279 "sandbox_poc/pocdll/pocdll.cc", 285 "sandbox_poc/pocdll/pocdll.cc",
280 "sandbox_poc/pocdll/processes_and_threads.cc", 286 "sandbox_poc/pocdll/processes_and_threads.cc",
281 "sandbox_poc/pocdll/registry.cc", 287 "sandbox_poc/pocdll/registry.cc",
282 "sandbox_poc/pocdll/spyware.cc", 288 "sandbox_poc/pocdll/spyware.cc",
283 "sandbox_poc/pocdll/utils.h", 289 "sandbox_poc/pocdll/utils.h",
284 ] 290 ]
285 291
286 defines = [ "POCDLL_EXPORTS" ] 292 defines = [ "POCDLL_EXPORTS" ]
287 } 293 }
OLDNEW
« BUILD.gn ('K') | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698