| Index: third_party/zlib/zlib.gyp
|
| diff --git a/third_party/zlib/zlib.gyp b/third_party/zlib/zlib.gyp
|
| index ebdad4203a308b557c5d63d7966ce651b8b8e30c..279a6e88c73b9befc7bfd9576b3805fb46039e03 100644
|
| --- a/third_party/zlib/zlib.gyp
|
| +++ b/third_party/zlib/zlib.gyp
|
| @@ -107,24 +107,5 @@
|
| }],
|
| ],
|
| },
|
| - {
|
| - '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',
|
| - ],
|
| - },
|
| ],
|
| }
|
|
|