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

Unified Diff: gyp/zlib.gyp

Issue 957323003: miniz support in SkFlate / PDF (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: SkToInt 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') | src/core/SkFlate.h » ('J')
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..42df426b30e9e217509662c55ee18d45112e7c33 100644
--- a/gyp/zlib.gyp
+++ b/gyp/zlib.gyp
@@ -18,5 +18,12 @@
}]
],
},
+ },{
+ 'target_name': 'miniz',
+ 'type': 'none',
+ 'direct_dependent_settings': {
+ 'include_dirs': [ '../third_party/miniz' ],
+ 'defines': [ 'ZLIB_INCLUDE="miniz.c"' ],
+ },
}],
}
« no previous file with comments | « gyp/skflate.gyp ('k') | src/core/SkFlate.h » ('j') | src/core/SkFlate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698