| Index: third_party/protobuf2/protobuf.gyp
|
| diff --git a/third_party/protobuf2/protobuf.gyp b/third_party/protobuf2/protobuf.gyp
|
| index 7b6d0db55476cea06dee8619f882f239e192244c..d96d131d2253e3c49d7c95f8f6273353430cd55f 100644
|
| --- a/third_party/protobuf2/protobuf.gyp
|
| +++ b/third_party/protobuf2/protobuf.gyp
|
| @@ -133,11 +133,12 @@
|
| 'src/src/google/protobuf/text_format.cc',
|
| 'src/src/google/protobuf/unknown_field_set.cc',
|
| 'src/src/google/protobuf/wire_format.cc',
|
| - 'src/src/google/protobuf/io/gzip_stream.cc',
|
| + # This file pulls in zlib, but it's not actually used by protoc, so
|
| + # instead of compiling zlib for the host, let's just exclude this.
|
| + # 'src/src/google/protobuf/io/gzip_stream.cc',
|
| 'src/src/google/protobuf/io/printer.cc',
|
| 'src/src/google/protobuf/io/tokenizer.cc',
|
| 'src/src/google/protobuf/io/zero_copy_stream_impl.cc',
|
| - 'src/src/google/protobuf/io/zero_copy_stream_impl_lite.cc',
|
| 'src/src/google/protobuf/compiler/importer.cc',
|
| 'src/src/google/protobuf/compiler/parser.cc',
|
| ],
|
|
|