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

Unified Diff: gyp/zlib.gyp

Issue 957323003: miniz support in SkFlate / PDF (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: class comment Created 5 years, 10 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 | « gyp/skflate.gyp ('k') | src/core/SkFlate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/zlib.gyp
diff --git a/gyp/zlib.gyp b/gyp/zlib.gyp
index e2424db38999ddf0c1182eb8e216565a5afd4956..4b0a5956954e7d6a034104ac37032f0edbad74fc 100644
--- a/gyp/zlib.gyp
+++ b/gyp/zlib.gyp
@@ -18,5 +18,14 @@
}]
],
},
+ },{
+ 'target_name': 'miniz',
+ 'type': 'none',
+ 'direct_dependent_settings': {
+ 'include_dirs': [ '../third_party/miniz' ],
+ 'defines': [ 'ZLIB_INCLUDE="miniz.c"' ],
+ # Not ideal, but GCC's issuing an otherwise-unstoppable (but innocuous) warning from miniz.c
+ 'cflags': [ '-w' ],
+ },
}],
}
« no previous file with comments | « gyp/skflate.gyp ('k') | src/core/SkFlate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698