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', |
- ], |
- }, |
- ], |
-} |