From 99ff9934eb0e343160b79f63d314f70012ac877f Mon Sep 17 00:00:00 2001
From: "joi@chromium.org"
 <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
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
---
 third_party/cld/cld.gyp | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'third_party/cld/cld.gyp')

diff --git a/third_party/cld/cld.gyp b/third_party/cld/cld.gyp
index 8e54dbc..bdd4ef6 100644
--- a/third_party/cld/cld.gyp
+++ b/third_party/cld/cld.gyp
@@ -3,6 +3,9 @@
 # found in the LICENSE file.
 
 {
+  'includes': [
+    '../../build/win_precompile.gypi',
+  ],
   'targets': [
     {
       'target_name': 'cld',
-- 
cgit v1.1