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

Unified Diff: skia/BUILD.gn

Issue 1800343002: Enable GN check for gpu and rlz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « ppapi/native_client/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « ppapi/native_client/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698