summaryrefslogtreecommitdiffstats
path: root/sandbox/win/sandbox_win.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/win/sandbox_win.gypi')
-rw-r--r--sandbox/win/sandbox_win.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/win/sandbox_win.gypi b/sandbox/win/sandbox_win.gypi
index 0b3f590..7160bf7 100644
--- a/sandbox/win/sandbox_win.gypi
+++ b/sandbox/win/sandbox_win.gypi
@@ -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',