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

Unified Diff: content/content.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: New approach, explicitly use PCH for largest projects. Created 9 years, 3 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: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index bb977dbb99e9e87cce04835ebba4af4045edb0f3..08367e6173f274b08a6f23bef0070af235eadc0f 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -7,6 +7,7 @@
'chromium_code': 1, # Use higher warning level.
},
'includes': [
+ '../build/win_precompile.gypi',
'content_app.gypi',
'content_browser.gypi',
'content_common.gypi',

Powered by Google App Engine
This is Rietveld 408576698