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

Unified Diff: ppapi/ppapi_proxy.gypi

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: Add comments to precompile.cc 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: ppapi/ppapi_proxy.gypi
diff --git a/ppapi/ppapi_proxy.gypi b/ppapi/ppapi_proxy.gypi
index 774132ab6eed218f4f8a62d85db0ce3e3b1b02cd..0d7886d410c55246824f21cac3b37070fcf91ab6 100644
--- a/ppapi/ppapi_proxy.gypi
+++ b/ppapi/ppapi_proxy.gypi
@@ -7,6 +7,7 @@
{
'target_name': 'ppapi_proxy',
'type': 'static_library',
+ 'msvs_disable_precompiled_header': '1',
'dependencies': [
'../ipc/ipc.gyp:ipc',
'../gpu/gpu.gyp:gpu_ipc',
« build/precompile.h ('K') | « media/media.gyp ('k') | ppapi/proxy/host_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698