Index: ppapi/thunk/BUILD.gn |
diff --git a/ppapi/thunk/BUILD.gn b/ppapi/thunk/BUILD.gn |
index 2dee0d78f884598ea43ffe39b7dd61946ace6ca6..6226b48588b19f1e7bb92363edd76937460efed9 100644 |
--- a/ppapi/thunk/BUILD.gn |
+++ b/ppapi/thunk/BUILD.gn |
@@ -179,7 +179,7 @@ source_set("thunk") { |
# nacl_win64 build (cross-compiled for a 32-bit Chrome), rather than all |
# 64-bit builds. |
# See also //ppapi/shared_impl |
- if (is_win && cpu_arch == "x64" && current_toolchain != default_toolchain) { |
+ if (is_win && current_cpu == "x64" && current_toolchain != default_toolchain) { |
sources += [ |
"ppb_graphics_3d_thunk.cc", |
"ppb_host_resolver_private_thunk.cc", |