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

Unified Diff: sandbox/win/sandbox_win.gypi

Issue 10690058: Add sandbox support for Windows process mitigations (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 3 months 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 side-by-side diff with in-line comments
Download patch
Index: sandbox/win/sandbox_win.gypi
===================================================================
--- sandbox/win/sandbox_win.gypi (revision 156579)
+++ sandbox/win/sandbox_win.gypi (working copy)
@@ -22,8 +22,6 @@
'src/crosscall_params.h',
'src/crosscall_server.cc',
'src/crosscall_server.h',
- 'src/dep.cc',
- 'src/dep.h',
'src/eat_resolver.cc',
'src/eat_resolver.h',
'src/filesystem_dispatcher.cc',
@@ -73,6 +71,8 @@
'src/policy_params.h',
'src/policy_target.cc',
'src/policy_target.h',
+ 'src/process_mitigations.cc',
+ 'src/process_mitigations.h',
'src/process_thread_dispatcher.cc',
'src/process_thread_dispatcher.h',
'src/process_thread_interception.cc',
@@ -232,7 +232,6 @@
],
'sources': [
'src/app_container_test.cc',
- 'src/dep_test.cc',
'src/file_policy_test.cc',
'src/handle_policy_test.cc',
'tests/integration_tests/integration_tests_test.cc',
@@ -241,6 +240,7 @@
'src/ipc_ping_test.cc',
'src/named_pipe_policy_test.cc',
'src/policy_target_test.cc',
+ 'src/process_mitigations_test.cc',
'src/process_policy_test.cc',
'src/registry_policy_test.cc',
'src/sync_policy_test.cc',

Powered by Google App Engine
This is Rietveld 408576698