Chromium Code Reviews| Index: third_party/zip/README.chromium |
| diff --git a/third_party/zip/README.chromium b/third_party/zip/README.chromium |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..890f7be34bedc29154e78e8083a7f9f798d64a01 |
| --- /dev/null |
| +++ b/third_party/zip/README.chromium |
| @@ -0,0 +1,13 @@ |
| +Name: zip library for chromium |
|
Jói
2013/04/26 22:57:27
Should there be a file like this, given that it's
alecflett
2013/04/29 17:13:19
This is required for presubmit checks but I've cla
|
| +Short Name: zip |
| +URL: http://src.chromium.org/viewvc/chrome/trunk/src/third_party/zip/ |
| +Version: unknown |
| +License: BSD |
| +Security Critical: yes |
| + |
| +Description: |
| +This module is a wrapper around 'minizip' using base/ and |
| +net/ to read and write files and streams. |
| + |
| +Local Modifications: |
| +N/A - this |