Index: ppapi/shared_impl/BUILD.gn |
diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn |
index 8595ae390dcdab09a47cc5c2a792c903551d6867..a70e0cf78ce1124106a75322b5385a40249619ee 100644 |
--- a/ppapi/shared_impl/BUILD.gn |
+++ b/ppapi/shared_impl/BUILD.gn |
@@ -143,7 +143,7 @@ component("shared_impl") { |
# nacl_win64 build (cross-compiled for a 32-bit Chrome), rather than the |
# native 64-bit Chrome build. |
# See also //ppapi/thunk |
- if (is_win && cpu_arch == "x64" && current_toolchain != default_toolchain) { |
+ if (is_win && current_cpu == "x64" && current_toolchain != default_toolchain) { |
sources -= [ |
"ppb_audio_shared.cc", |
"ppb_graphics_3d_shared.cc", |