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

Unified Diff: sandbox/win/sandbox_win.gypi

Issue 10907217: Revert 156550 - Add sandbox support for Windows process mitigations (Closed) Base URL: svn://svn.chromium.org/chrome/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
« no previous file with comments | « content/public/test/test_launcher.cc ('k') | sandbox/win/src/broker_services.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/sandbox_win.gypi
===================================================================
--- sandbox/win/sandbox_win.gypi (revision 156553)
+++ sandbox/win/sandbox_win.gypi (working copy)
@@ -22,6 +22,8 @@
'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',
@@ -71,8 +73,6 @@
'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,6 +232,7 @@
],
'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',
@@ -240,7 +241,6 @@
'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',
« no previous file with comments | « content/public/test/test_launcher.cc ('k') | sandbox/win/src/broker_services.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698