Index: third_party/protobuf/protobuf.gyp |
diff --git a/third_party/protobuf/protobuf.gyp b/third_party/protobuf/protobuf.gyp |
index 67de315fb6e221f8e499f01171014602c6679b2d..fa495b32e5a3b92f5e486f8b8986caa923a384e9 100644 |
--- a/third_party/protobuf/protobuf.gyp |
+++ b/third_party/protobuf/protobuf.gyp |
@@ -38,6 +38,7 @@ |
{ |
'target_name': 'protobuf_lite', |
'type': 'static_library', |
+ 'msvs_disable_precompiled_header': '1', |
'toolsets': ['host', 'target'], |
'sources': [ |
'src/google/protobuf/stubs/common.h', |
@@ -98,6 +99,7 @@ |
{ |
'target_name': 'protobuf_full_do_not_use', |
'type': 'static_library', |
+ 'msvs_disable_precompiled_header': '1', |
'toolsets': ['host','target'], |
'sources': [ |
'src/google/protobuf/descriptor.h', |