Index: third_party/zlib/zlib.gyp |
diff --git a/third_party/zlib/zlib.gyp b/third_party/zlib/zlib.gyp |
index 069fb63154bd193aef4b83fb973d716934e10909..ebdad4203a308b557c5d63d7966ce651b8b8e30c 100644 |
--- a/third_party/zlib/zlib.gyp |
+++ b/third_party/zlib/zlib.gyp |
@@ -106,6 +106,25 @@ |
], |
}], |
], |
- } |
+ }, |
+ { |
+ 'target_name': 'zip', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ 'minizip', |
+ '../../base/base.gyp:base', |
+ ], |
+ 'include_dirs': [ |
+ '../..', |
+ ], |
+ 'sources': [ |
+ 'google/zip.cc', |
+ 'google/zip.h', |
+ 'google/zip_internal.cc', |
+ 'google/zip_internal.h', |
+ 'google/zip_reader.cc', |
+ 'google/zip_reader.h', |
+ ], |
+ }, |
], |
} |