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

Unified Diff: gyp/images.gyp

Issue 1514873003: Remove flag needed by outdated libpng (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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/images.gyp
diff --git a/gyp/images.gyp b/gyp/images.gyp
index 6f1151403265cce4aaff9a35aa6f4ecd9d0f7a76..1c434ae9bf00b2693b91079d22ca9150a3986139 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -125,13 +125,6 @@
'include_dirs': [
'../src/utils',
],
- 'cflags' : [
- # SkImageDecoder_libpng includes png.h.
- # In the version of libpng that we use on Android (1.2.46),
- # there is a missing space between a literal and an identifier
- # in png.h, triggering a warning in C++11.
- '-Wno-literal-suffix',
- ],
'dependencies': [
'libpng.gyp:libpng',
],
« 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