Index: build/linux/unbundle/zlib.gyp |
diff --git a/build/linux/unbundle/zlib.gyp b/build/linux/unbundle/zlib.gyp |
index 3992e2da0447c70bcc7b47f7604a2b7693ededbc..0a85ff02eeef414fd09a2008e05984cffca87962 100644 |
--- a/build/linux/unbundle/zlib.gyp |
+++ b/build/linux/unbundle/zlib.gyp |
@@ -43,6 +43,25 @@ |
'-lminizip', |
], |
}, |
- } |
+ }, |
+ { |
+ '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', |
+ ], |
+ }, |
], |
} |