Chromium Code Reviews| Index: sandbox/win/sandbox_win.gypi | 
| =================================================================== | 
| --- sandbox/win/sandbox_win.gypi (revision 155197) | 
| +++ 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', | 
| 
 
cpu_(ooo_6.6-7.5)
2012/09/07 19:22:55
tabby tab tab tab :)
 
jschuh
2012/09/07 20:23:14
Done (but somehow I'm gonna blame this on gcl).
 
 | 
| 'src/process_policy_test.cc', | 
| 'src/registry_policy_test.cc', | 
| 'src/sync_policy_test.cc', |