Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1090)

Unified Diff: third_party/zip/zip.gyp

Issue 14021015: Move components/zip to third_party/zip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698