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

Unified Diff: ppapi/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: cleanup / review 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
« no previous file with comments | « net/BUILD.gn ('k') | remoting/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index dd722c14acd170657f910708e4fe5592a6c7eed4..62cb0a070701af75217e40df7b0ce139f13f0faf 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -389,7 +389,7 @@ component("ppapi_shared") {
# We exclude a few more things for nacl_win64, to avoid pulling in more
# dependencies.
- if (is_win && cpu_arch == "x64" && current_toolchain != default_toolchain) {
+ if (is_win && current_cpu == "x64" && current_toolchain != default_toolchain) {
brettw 2015/02/12 18:04:31 Seems like you need to run "gn format" on this cha
sources -= [
"shared_impl/ppb_audio_shared.cc",
"shared_impl/ppb_graphics_3d_shared.cc",
« no previous file with comments | « net/BUILD.gn ('k') | remoting/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698