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

Unified Diff: build/linux/unbundle/zlib.gyp

Issue 1414393011: Fix Linux unbundled zlib.gyp's duplicate target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « build/common.gypi ('k') | net/spdy/spdy_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/zlib.gyp
diff --git a/build/linux/unbundle/zlib.gyp b/build/linux/unbundle/zlib.gyp
index 0a85ff02eeef414fd09a2008e05984cffca87962..ec80d4aeb4dfae9b86c7733482ee481ce319ce58 100644
--- a/build/linux/unbundle/zlib.gyp
+++ b/build/linux/unbundle/zlib.gyp
@@ -44,24 +44,5 @@
],
},
},
- {
- 'target_name': 'zip',
- 'type': 'static_library',
- 'dependencies': [
- 'minizip',
- '../../base/base.gyp:base',
- ],
- 'include_dirs': [
- '../..',
- ],
- 'sources': [
- 'google/zip.cc',
- 'google/zip.h',
- 'google/zip_internal.cc',
- 'google/zip_internal.h',
- 'google/zip_reader.cc',
- 'google/zip_reader.h',
- ],
- },
],
}
« no previous file with comments | « build/common.gypi ('k') | net/spdy/spdy_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698