Add missing dep on zlib.

This commit is contained in:
bmcquade@google.com
2010-07-12 15:59:07 +00:00
parent ee627187d9
commit 226758dbb4
+1
View File
@@ -281,6 +281,7 @@
'type': '<(library)',
'dependencies': [
'<(DEPTH)/third_party/protobuf2/protobuf.gyp:protobuf',
'<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
],
'sources': [
'<(DEPTH)/third_party/protobuf2/src/src/google/protobuf/io/gzip_stream.cc',