Index: gyp/images.gyp |
diff --git a/gyp/images.gyp b/gyp/images.gyp |
index 8dd34492c1a4aebfd6f3f5518f183a9256625be6..7cc7e2385ccaaf3ca24bf379e8c3466867c8a5ce 100644 |
--- a/gyp/images.gyp |
+++ b/gyp/images.gyp |
@@ -131,6 +131,9 @@ |
'dependencies': [ |
'android_deps.gyp:png', |
], |
+ 'cflags' : [ |
msarett
2015/10/14 21:58:59
SkImageDecoder_libpng includes png.h, which has th
mtklein
2015/10/14 22:15:10
Add this note here in the file?
msarett
2015/10/14 22:28:53
Done.
|
+ '-Wno-literal-suffix', |
+ ], |
'conditions': [ |
[ 'skia_android_framework == 0', { |
'export_dependent_settings': [ |