| Index: build/linux/unbundle/zlib.gyp
|
| diff --git a/build/linux/unbundle/zlib.gyp b/build/linux/unbundle/zlib.gyp
|
| index 0a85ff02eeef414fd09a2008e05984cffca87962..ec80d4aeb4dfae9b86c7733482ee481ce319ce58 100644
|
| --- a/build/linux/unbundle/zlib.gyp
|
| +++ b/build/linux/unbundle/zlib.gyp
|
| @@ -44,24 +44,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',
|
| - ],
|
| - },
|
| ],
|
| }
|
|
|