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

Unified Diff: ui/ui.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: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 0446cfd70d3332da59b8f6cf8ae7b781a1f9139c..b7d5d9917f87a1f1f883d191bcf27db672358beb 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -31,6 +31,7 @@
{
'target_name': 'ui',
'type': '<(component)',
+ 'msvs_disable_precompiled_header': '1',
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',

Powered by Google App Engine
This is Rietveld 408576698