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

Unified Diff: components/zip.gypi

Issue 14021015: Move components/zip to third_party/zip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update unit_tests.isolate for new test data location 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
« 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/zip.gypi b/components/zip.gypi
deleted file mode 100644
index e983b5978725949014108b51f86a3482462c7fd4..0000000000000000000000000000000000000000
--- a/components/zip.gypi
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'zip',
- 'type': 'static_library',
- 'dependencies': [
- '../third_party/zlib/zlib.gyp:minizip',
- ],
- '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',
- ],
- },
- ],
-}
« 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