Index: sandbox/win/BUILD.gn |
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn |
index fe37f2268ac0fb8edf37c97423e7932542b51362..0d9d1fb59947754efedff6483885fddd4581a0de 100644 |
--- a/sandbox/win/BUILD.gn |
+++ b/sandbox/win/BUILD.gn |
@@ -185,6 +185,7 @@ if (cpu_arch == "x86") { |
test("sbox_integration_tests") { |
sources = [ |
+ "src/address_sanitizer_test.cc", |
"src/app_container_test.cc", |
"src/file_policy_test.cc", |
"src/handle_inheritance_test.cc", |