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

Unified Diff: gyp/skflate.gyp

Issue 933523007: zlib/pdf: remove HaveFlate(), depend on preprocessor defines (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
Index: gyp/skflate.gyp
diff --git a/gyp/skflate.gyp b/gyp/skflate.gyp
index 9e11cd9cc02ff2e602e1b25adb253620ee6bad51..c5ce239ce0ccae818aae9f7400b2ae95bc02a69f 100644
--- a/gyp/skflate.gyp
+++ b/gyp/skflate.gyp
@@ -9,7 +9,7 @@
],
'conditions': [
# When zlib is not availible on a system,
- # SkFlate::HaveFlate will just return false.
+ # SK_NO_FLATE will be defined.
mtklein 2015/02/17 22:15:15 tabs -> spaces?
hal.canary 2015/02/17 22:35:45 Done.
[ 'skia_os != "win"',
{
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698