Index: gyp/zlib.gyp |
=================================================================== |
--- gyp/zlib.gyp (revision 10175) |
+++ gyp/zlib.gyp (working copy) |
@@ -3,9 +3,8 @@ |
{ |
'target_name': 'zlib', |
'type': 'static_library', |
- 'include_dirs': [ |
- '../include/config', |
- '../include/core', |
+ 'dependencies': [ |
+ 'core.gyp:*', |
], |
'sources': [ |
'../include/core/SkFlate.h', |