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

Unified Diff: third_party/protobuf/protobuf.gyp

Issue 7706011: Use precompiled headers for most large projects. (Closed) Base URL: ssh://joi@192.168.1.201/home/joi/c/chrome/src@master
Patch Set: Created 9 years, 4 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
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',

Powered by Google App Engine
This is Rietveld 408576698