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

Unified Diff: third_party/sfntly/sfntly.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/sfntly/sfntly.gyp
diff --git a/third_party/sfntly/sfntly.gyp b/third_party/sfntly/sfntly.gyp
index 21b50ee3fcc5ff0e693d6930f1f3ddd721bd67b4..229189ab88d84cc00f2d3012ca9f53304949e933 100644
--- a/third_party/sfntly/sfntly.gyp
+++ b/third_party/sfntly/sfntly.gyp
@@ -7,6 +7,7 @@
{
'target_name': 'sfntly',
'type': 'static_library',
+ 'msvs_disable_precompiled_header': '1',
'sources': [
'src/sfntly/cmap_table.cc',
'src/sfntly/cmap_table.h',

Powered by Google App Engine
This is Rietveld 408576698