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

Unified Diff: chrome/chrome.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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index b4f6bad22dafc2cbeabebdee529e4fa06571b3dd..a6806fac8b6666da571aa73117bb8665a0f97f91 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -773,6 +773,7 @@
{
'target_name': 'sync_notifier',
'type': 'static_library',
+ 'msvs_disable_precompiled_header': '1',
'sources': [
'browser/sync/notifier/cache_invalidation_packet_handler.cc',
'browser/sync/notifier/cache_invalidation_packet_handler.h',

Powered by Google App Engine
This is Rietveld 408576698