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

Unified Diff: sdch/sdch.gyp

Issue 9555002: Avoid zlib symbol conflicts in open-vcdiff (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Roll open-vcdiff 40:42 Created 8 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdch/sdch.gyp
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
index 410629f29004cfda613cc72fa646023a20d121a0..7a14bf0e64bfec49c99ebd6fd509671820c278ca 100644
--- a/sdch/sdch.gyp
+++ b/sdch/sdch.gyp
@@ -10,9 +10,11 @@
{
'target_name': 'sdch',
'type': 'static_library',
+ 'dependencies': [
+ '../third_party/zlib/zlib.gyp:zlib',
+ ],
'sources': [
'open-vcdiff/src/addrcache.cc',
- 'open-vcdiff/src/adler32.c',
'open-vcdiff/src/blockhash.cc',
'open-vcdiff/src/blockhash.h',
'open-vcdiff/src/checksum.h',
@@ -39,8 +41,6 @@
'open-vcdiff/src/vcdiff_defs.h',
'open-vcdiff/src/vcdiffengine.cc',
'open-vcdiff/src/vcdiffengine.h',
- 'open-vcdiff/src/zconf.h',
- 'open-vcdiff/src/zlib.h',
'open-vcdiff/vsprojects/config.h',
'open-vcdiff/vsprojects/stdint.h',
],
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698