Index: sandbox/win/BUILD.gn |
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn |
index 97e5c78eae88dc64f34b55d5c580658b7084bfbc..ac679f4d439b888763e5b80f0ec1edb3bd44afd1 100644 |
--- a/sandbox/win/BUILD.gn |
+++ b/sandbox/win/BUILD.gn |
@@ -166,25 +166,6 @@ static_library("sandbox") { |
"//base", |
"//base:base_static", |
] |
- if (current_cpu == "x86") { |
- deps += [ ":copy_wow_helper" ] |
- } |
-} |
- |
-if (current_cpu == "x86") { |
- # Make a target that copies the wow_helper files to the out dir. |
- # |
- # TODO(brettw) we can probably just build this now that we have proper |
- # toolchain support. |
- copy("copy_wow_helper") { |
- sources = [ |
- "wow_helper/wow_helper.exe", |
- "wow_helper/wow_helper.pdb", |
- ] |
- outputs = [ |
- "$root_out_dir/{{source_file_part}}", |
- ] |
- } |
} |
test("sbox_integration_tests") { |