Index: third_party/zip/zip.gyp |
diff --git a/components/zip.gypi b/third_party/zip/zip.gyp |
similarity index 62% |
rename from components/zip.gypi |
rename to third_party/zip/zip.gyp |
index e983b5978725949014108b51f86a3482462c7fd4..7264a234b76686b77cf8978453b52e8a7a3e38b4 100644 |
--- a/components/zip.gypi |
+++ b/third_party/zip/zip.gyp |
@@ -8,18 +8,19 @@ |
'target_name': 'zip', |
'type': 'static_library', |
'dependencies': [ |
- '../third_party/zlib/zlib.gyp:minizip', |
+ '../../third_party/zlib/zlib.gyp:minizip', |
+ '../../base/base.gyp:base', |
], |
'include_dirs': [ |
'..', |
], |
'sources': [ |
- 'zip/zip.cc', |
- 'zip/zip.h', |
- 'zip/zip_internal.cc', |
- 'zip/zip_internal.h', |
- 'zip/zip_reader.cc', |
- 'zip/zip_reader.h', |
+ 'zip.cc', |
+ 'zip.h', |
+ 'zip_internal.cc', |
+ 'zip_internal.h', |
+ 'zip_reader.cc', |
+ 'zip_reader.h', |
], |
}, |
], |