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

Unified Diff: sandbox/win/BUILD.gn

Issue 2944493002: [Windows Sandbox Tests] Process Mitigations. (Closed)
Patch Set: Code review fixes, part 2. 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
« no previous file with comments | « no previous file | sandbox/win/src/process_mitigations_extensionpoints_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/BUILD.gn
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
index 7bdaf430cbb178027179463110612507e86cf6e4..1b5554953d1502105428a3137dbd7698de09f740 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_extensionpoints_unittest.cc",
+ "src/process_mitigations_imageload_unittest.cc",
+ "src/process_mitigations_unittest.cc",
+ "src/process_mitigations_win32k_unittest.cc",
"src/process_policy_test.cc",
"src/registry_policy_test.cc",
"src/restricted_token_test.cc",
@@ -228,14 +231,14 @@ executable("cfi_unittest_exe") {
loadable_module("sbox_integration_test_hook_dll") {
sources = [
"tests/integration_tests/hooking_dll.cc",
- "tests/integration_tests/integration_tests_common.h",
+ "tests/integration_tests/hooking_dll.h",
]
}
executable("sbox_integration_test_win_proc") {
sources = [
"tests/integration_tests/hooking_win_proc.cc",
- "tests/integration_tests/integration_tests_common.h",
+ "tests/integration_tests/hooking_win_proc.h",
]
configs -= [ "//build/config/win:console" ]
« no previous file with comments | « no previous file | sandbox/win/src/process_mitigations_extensionpoints_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698