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

Unified Diff: build/linux/unbundle/zlib.gyp

Issue 15073003: Miscellaneous fixes for system libraries files: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « build/linux/unbundle/libvpx.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ },
],
}
« no previous file with comments | « build/linux/unbundle/libvpx.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698