| Index: third_party/protobuf/protobuf.gyp
|
| diff --git a/third_party/protobuf/protobuf.gyp b/third_party/protobuf/protobuf.gyp
|
| index 98b0f6845cce0860cbb7bf4f6211317882ebc9b1..b679cad20475cf147559e854bc43274aebfd91ce 100644
|
| --- a/third_party/protobuf/protobuf.gyp
|
| +++ b/third_party/protobuf/protobuf.gyp
|
| @@ -446,6 +446,8 @@
|
| '<!@(pkg-config --cflags protobuf)',
|
| ],
|
| 'defines': [
|
| + 'USE_SYSTEM_PROTOBUF',
|
| +
|
| # This macro must be defined to suppress the use
|
| # of dynamic_cast<>, which requires RTTI.
|
| 'GOOGLE_PROTOBUF_NO_RTTI',
|
|
|