| Index: third_party/zlib/google/zip.gyp
|
| diff --git a/chrome/metro_utils.gypi b/third_party/zlib/google/zip.gyp
|
| similarity index 56%
|
| copy from chrome/metro_utils.gypi
|
| copy to third_party/zlib/google/zip.gyp
|
| index 000ac2596347e64b244f8ddf9bf14b7874a60c55..9542f9cd668fec2871c4b0de2fdbf60b22d59748 100644
|
| --- a/chrome/metro_utils.gypi
|
| +++ b/third_party/zlib/google/zip.gyp
|
| @@ -5,18 +5,22 @@
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'metro_utils',
|
| + 'target_name': 'zip',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - 'installer_util',
|
| - '../base/base.gyp:base',
|
| + '../zlib.gyp:minizip',
|
| + '../../../base/base.gyp:base',
|
| ],
|
| 'include_dirs': [
|
| - '..',
|
| + '../../..',
|
| ],
|
| 'sources': [
|
| - 'browser/metro_utils/metro_chrome_win.cc',
|
| - 'browser/metro_utils/metro_chrome_win.h',
|
| + 'zip.cc',
|
| + 'zip.h',
|
| + 'zip_internal.cc',
|
| + 'zip_internal.h',
|
| + 'zip_reader.cc',
|
| + 'zip_reader.h',
|
| ],
|
| },
|
| ],
|
|
|