Index: sandbox/win/BUILD.gn |
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn |
index 7bdaf430cbb178027179463110612507e86cf6e4..3e2b06c4d4b812d8f00fd0c5ba9db69fa076707c 100644 |
--- a/sandbox/win/BUILD.gn |
+++ b/sandbox/win/BUILD.gn |
@@ -182,7 +182,10 @@ test("sbox_integration_tests") { |
"src/lpc_policy_test.cc", |
"src/named_pipe_policy_test.cc", |
"src/policy_target_test.cc", |
- "src/process_mitigations_test.cc", |
+ "src/process_mitigations_unittest.cc", |
+ "src/process_mitigations_unittest_extensionpoints.cc", |
grt (UTC plus 2)
2017/06/15 20:58:19
personal preference nit: make _unittest.cc the suf
Will Harris
2017/06/15 22:32:13
agree with this, I think _unittest.cc or _test.cc
penny
2017/06/27 20:43:50
DONE.
(I don't want to use _test anymore, since t
|
+ "src/process_mitigations_unittest_imageload.cc", |
+ "src/process_mitigations_unittest_win32k.cc", |
"src/process_policy_test.cc", |
"src/registry_policy_test.cc", |
"src/restricted_token_test.cc", |