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

Unified Diff: sandbox/win/BUILD.gn

Issue 2944493002: [Windows Sandbox Tests] Process Mitigations. (Closed)
Patch Set: Created 3 years, 6 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/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",

Powered by Google App Engine
This is Rietveld 408576698