From 99ff9934eb0e343160b79f63d314f70012ac877f Mon Sep 17 00:00:00 2001 From: "joi@chromium.org" Date: Wed, 7 Sep 2011 14:14:54 +0000 Subject: Use precompiled headers for most large projects where the .gyp file is not a third party file. On my machine, this speeds up a full recompile of the 'chrome' target in Debug mode by about 18%. BUG=none TEST=it builds, existing tests pass Review URL: http://codereview.chromium.org/7706011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99949 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 522560c..61beaa7 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -125,6 +125,7 @@ # Note on Win64 targets: targets that end with win64 be used # on 64-bit Windows only. Targets that end with nacl_win64 should be used # by Native Client only. + '../build/win_precompile.gypi', 'app/policy/policy_templates.gypi', 'chrome_browser.gypi', 'chrome_common.gypi', -- cgit v1.1