commit | af8ef613c25bd95ceeddb8a935af7c9cbb28d628 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Tue Jun 24 10:43:06 2025 -0700 |
committer | Pdfium LUCI CQ <pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 24 10:43:06 2025 -0700 |
tree | 04b145cc153c24785f8d4e92887b5966ad7e5eb5 | |
parent | fb4c7337a240cb64ec8887eb6fcf6173b6d9a2a6 [diff] |
Remove another is_nacl test from PDFium build file. It is nacl nevermore. Change-Id: Ibebeabc78ca5d81f37618516d6898fe80c94ccc3 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/133590 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Auto-Submit: Tom Sepez <tsepez@chromium.org>
diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 3d89428..2ea7cdd 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn
@@ -300,7 +300,7 @@ ] } - if (is_clang && !is_nacl) { + if (is_clang) { # Skia won't compile with some of the more strict clang warnings. # e.g. it does: # SkASSERT(!"sk_out_of_memory");