'../third_party/externals/libwebp/src/dec/webp.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp_demux',
'../third_party/externals/libwebp/src/demux/demux.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp_dsp',
'../third_party/externals/libwebp/src/dsp/yuv.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
'conditions': [
['skia_os == "android"', {
'dependencies' : [
'../third_party/externals/libwebp/src/enc/webpenc.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp_utils',
'../third_party/externals/libwebp/src/utils/utils.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp',