Index: sandbox/win/BUILD.gn |
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn |
index 327396b5d16c0c7933d3fc1161648b3cc34a7df0..21828ad0da9db49d4351727e8f054f14892d8c18 100644 |
--- a/sandbox/win/BUILD.gn |
+++ b/sandbox/win/BUILD.gn |
@@ -141,7 +141,6 @@ static_library("sandbox") { |
if (current_cpu == "x64") { |
sources += [ |
- "src/Wow64_64.cc", |
"src/interceptors_64.cc", |
"src/interceptors_64.h", |
"src/resolver_64.cc", |
@@ -149,8 +148,6 @@ static_library("sandbox") { |
] |
} else if (current_cpu == "x86") { |
sources += [ |
- "src/Wow64.cc", |
- "src/Wow64.h", |
"src/resolver_32.cc", |
"src/service_resolver_32.cc", |
"src/sidestep/ia32_modrm_map.cpp", |