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

Unified Diff: gyp/libwebp.gyp

Issue 803213002: Rolling libwebp broke our iOS builds. Silence warnings instead. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libwebp.gyp
diff --git a/gyp/libwebp.gyp b/gyp/libwebp.gyp
index 64ad971798b538e83c4b37be2fa1e660de90697b..f5fda6b65db5f97208e6843709a974e71e613ef7 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -36,6 +36,7 @@
'../third_party/externals/libwebp/src/dec/webp.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp_demux',
@@ -47,6 +48,7 @@
'../third_party/externals/libwebp/src/demux/demux.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp_dsp',
@@ -66,6 +68,7 @@
'../third_party/externals/libwebp/src/dsp/yuv.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
'conditions': [
['skia_os == "android"', {
'dependencies' : [
@@ -123,6 +126,7 @@
'../third_party/externals/libwebp/src/enc/webpenc.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp_utils',
@@ -144,6 +148,7 @@
'../third_party/externals/libwebp/src/utils/utils.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698