Chromium Code Reviews| Index: sandbox/win/BUILD.gn |
| diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn |
| index 0d9d1fb59947754efedff6483885fddd4581a0de..d4d649626d1acfeb920a71176260c5eb2629c7ca 100644 |
| --- a/sandbox/win/BUILD.gn |
| +++ b/sandbox/win/BUILD.gn |
| @@ -162,9 +162,11 @@ source_set("sandbox") { |
| } |
| deps = [ |
| - ":copy_wow_helper", |
| "//base", |
| ] |
| + if (cpu_arch == "x86") { |
| + deps += [ ":copy_wow_helper" ] |
| + } |
| } |
| if (cpu_arch == "x86") { |