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

Unified Diff: net/net.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: Merge to lkgr. 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
« no previous file with comments | « content/gpu/gpu_dx_diagnostics_win.cc ('k') | ppapi/proxy/host_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index bd6bbd21387f792de719d5762e784fdbb4a06054..cf8c4eb5f9611108be0b763c139437f7a4b55593 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -17,6 +17,9 @@
}],
],
},
+ 'includes': [
+ '../build/win_precompile.gypi',
+ ],
'targets': [
{
'target_name': 'net',
« no previous file with comments | « content/gpu/gpu_dx_diagnostics_win.cc ('k') | ppapi/proxy/host_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698