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

Unified Diff: gyp/skflate.gyp

Issue 469813002: Add miniz library to third_party, use it on Windows (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | src/core/SkFlate.cpp » ('j') | src/core/SkFlate.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/skflate.gyp
diff --git a/gyp/skflate.gyp b/gyp/skflate.gyp
index 9e11cd9cc02ff2e602e1b25adb253620ee6bad51..93f64f02e286f3b7626618ccbbc65714a2a9b7c2 100644
--- a/gyp/skflate.gyp
+++ b/gyp/skflate.gyp
@@ -15,6 +15,10 @@
'dependencies': [
'zlib.gyp:zlib',
],
+ }, { # 'skia_os == "win"'
+ 'dependencies': [
+ '../third_party/miniz/miniz.gyp:miniz'
+ ],
}
],
],
« no previous file with comments | « no previous file | src/core/SkFlate.cpp » ('j') | src/core/SkFlate.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698