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

Unified Diff: third_party/mesa/mesa.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/mesa/mesa.gyp
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
index 031632a5d00d9216e7980ed492621c50d480efc4..c338b0c7f3d92943ea76e9b44bf6dc86098bb434 100644
--- a/third_party/mesa/mesa.gyp
+++ b/third_party/mesa/mesa.gyp
@@ -34,6 +34,7 @@
{
'target_name': 'mesa',
'type': 'static_library',
+ 'msvs_disable_precompiled_header': '1',
'include_dirs': [
'../talloc',
'MesaLib/include',

Powered by Google App Engine
This is Rietveld 408576698