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

Unified Diff: third_party/zlib/google/zip.gyp

Issue 179963002: New Zip::ZipFromMemory API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 6 years, 9 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
Index: third_party/zlib/google/zip.gyp
diff --git a/third_party/zlib/google/zip.gyp b/third_party/zlib/google/zip.gyp
index 9542f9cd668fec2871c4b0de2fdbf60b22d59748..89edc4e3867dc58d260c4ac7a5c0c4d4421487e0 100644
--- a/third_party/zlib/google/zip.gyp
+++ b/third_party/zlib/google/zip.gyp
@@ -21,6 +21,8 @@
'zip_internal.h',
'zip_reader.cc',
'zip_reader.h',
+ 'zip_writer.cc',
+ 'zip_writer.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698