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

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

Issue 810623002: Revert of 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
« no previous file with comments | « 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",
74 "src/process_thread_dispatcher.cc", 68 "src/process_thread_dispatcher.cc",
75 "src/process_thread_dispatcher.h", 69 "src/process_thread_dispatcher.h",
76 "src/process_thread_interception.cc", 70 "src/process_thread_interception.cc",
77 "src/process_thread_interception.h", 71 "src/process_thread_interception.h",
78 "src/process_thread_policy.cc", 72 "src/process_thread_policy.cc",
79 "src/process_thread_policy.h", 73 "src/process_thread_policy.h",
80 "src/registry_dispatcher.cc", 74 "src/registry_dispatcher.cc",
81 "src/registry_dispatcher.h", 75 "src/registry_dispatcher.h",
82 "src/registry_interception.cc", 76 "src/registry_interception.cc",
83 "src/registry_interception.h", 77 "src/registry_interception.h",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "sandbox_poc/pocdll/network.cc", 278 "sandbox_poc/pocdll/network.cc",
285 "sandbox_poc/pocdll/pocdll.cc", 279 "sandbox_poc/pocdll/pocdll.cc",
286 "sandbox_poc/pocdll/processes_and_threads.cc", 280 "sandbox_poc/pocdll/processes_and_threads.cc",
287 "sandbox_poc/pocdll/registry.cc", 281 "sandbox_poc/pocdll/registry.cc",
288 "sandbox_poc/pocdll/spyware.cc", 282 "sandbox_poc/pocdll/spyware.cc",
289 "sandbox_poc/pocdll/utils.h", 283 "sandbox_poc/pocdll/utils.h",
290 ] 284 ]
291 285
292 defines = [ "POCDLL_EXPORTS" ] 286 defines = [ "POCDLL_EXPORTS" ]
293 } 287 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698