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

Unified Diff: third_party/zlib/zlib.gyp

Issue 13564004: Complete update of zlib from 1.2.3 to 1.2.5. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: actually fix patch Created 7 years, 8 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 | « third_party/zlib/zconf.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/zlib/zlib.gyp
diff --git a/third_party/zlib/zlib.gyp b/third_party/zlib/zlib.gyp
index 8a651f6d7c0e7c43bd9c8eebaa5e385aac43be2d..a17c09cfa46e156b828ab9ba722dbe9014beb251 100644
--- a/third_party/zlib/zlib.gyp
+++ b/third_party/zlib/zlib.gyp
@@ -29,7 +29,11 @@
'crc32.h',
'deflate.c',
'deflate.h',
- 'gzio.c',
+ 'gzclose.c',
+ 'gzguts.h',
+ 'gzlib.c',
+ 'gzread.c',
+ 'gzwrite.c',
'infback.c',
'inffast.c',
'inffast.h',
« no previous file with comments | « third_party/zlib/zconf.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698