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

Unified Diff: components/zip.gypi

Issue 13257004: [components] Make zip a component so that src/chromeos can use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS, OWNERS Created 7 years, 9 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
« no previous file with comments | « components/test/data/zip/test_nocompress.zip ('k') | components/zip/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/zip.gypi
diff --git a/components/auto_login_parser.gypi b/components/zip.gypi
similarity index 59%
copy from components/auto_login_parser.gypi
copy to components/zip.gypi
index 1dae9360602b63d0a022edc71a107dc56e12587a..e983b5978725949014108b51f86a3482462c7fd4 100644
--- a/components/auto_login_parser.gypi
+++ b/components/zip.gypi
@@ -5,18 +5,21 @@
{
'targets': [
{
- 'target_name': 'auto_login_parser',
+ 'target_name': 'zip',
'type': 'static_library',
'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
+ '../third_party/zlib/zlib.gyp:minizip',
],
'include_dirs': [
'..',
],
'sources': [
- 'auto_login_parser/auto_login_parser.cc',
- 'auto_login_parser/auto_login_parser.h',
+ 'zip/zip.cc',
+ 'zip/zip.h',
+ 'zip/zip_internal.cc',
+ 'zip/zip_internal.h',
+ 'zip/zip_reader.cc',
+ 'zip/zip_reader.h',
],
},
],
« no previous file with comments | « components/test/data/zip/test_nocompress.zip ('k') | components/zip/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698