Chromium Code Reviews| Index: skia/BUILD.gn |
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
| index 1949ddb3ad9a8a0323ebba63b81c283a0341567c..5b825d0ebafc8fd745c2da11d07ed9ebf6e636bd 100644 |
| --- a/skia/BUILD.gn |
| +++ b/skia/BUILD.gn |
| @@ -444,7 +444,7 @@ component("skia") { |
| sources += [ "ext/bitmap_platform_device_skia.cc" ] |
| } |
| - if (is_clang) { |
| + if (is_clang && !is_nacl) { |
| # Skia won't compile with some of the more strict clang warnings. |
| # e.g. it does: |
| # SkASSERT(!"sk_out_of_memory"); |