Index: gyp/skflate.gyp |
diff --git a/gyp/skflate.gyp b/gyp/skflate.gyp |
index 4f3b1763eb4fca5de9d9f13bea4aecfdd64cf2c0..6ca4095d1fb948233239916a6136daad9f68cccf 100644 |
--- a/gyp/skflate.gyp |
+++ b/gyp/skflate.gyp |
@@ -4,23 +4,15 @@ |
{ |
'target_name': 'skflate', |
'type': 'static_library', |
- 'dependencies': [ |
- 'skia_lib.gyp:skia_lib', |
- ], |
+ 'dependencies': [ 'skia_lib.gyp:skia_lib' ], |
'conditions': [ |
- # When zlib is not availible on a system, |
- # SK_NO_FLATE will be defined. |
- [ 'skia_os != "win"', |
- { |
- 'dependencies': [ |
- 'zlib.gyp:zlib', |
- ], |
- } |
- ], |
- ], |
- 'sources': [ |
- '../src/core/SkFlate.cpp', |
+ [ 'skia_android_framework', { |
+ 'dependencies': [ 'zlib.gyp:zlib' ] |
+ },{ |
+ 'dependencies': [ 'zlib.gyp:miniz' ] # Our bots. |
+ }], |
], |
+ 'sources': [ '../src/core/SkFlate.cpp' ], |
}, |
], |
} |