Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: ppapi/thunk/BUILD.gn

Issue 913373002: Update Chomium's build files to work w/ latest GN binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_cpu_arch_changes
Patch Set: merge to #317214 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698