Chromium Code Reviews| 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", |