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

Unified Diff: ppapi/shared_impl/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/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",
« no previous file with comments | « net/BUILD.gn ('k') | ppapi/thunk/BUILD.gn » ('j') | third_party/widevine/cdm/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698