From dec7b17e7308a19743191c04f900927e6df32fda Mon Sep 17 00:00:00 2001 From: "yaar@chromium.org" Date: Wed, 23 Sep 2009 22:11:35 +0000 Subject: Upstreamings parts of webkit.gyp (step 3) This is step 3 a multi-step process that is part of the webkit chromium port. This step includes: A. Removal of features.gypi, webcore.gyp and javascriptcore.gyp. All three now live upstream on webkit. B. Changing downstream dependencies to point at new upstream gyp files. Remaining steps: * Implement a mechanism to allow downstream override of upstream features.gypi. Will be part of the upstream chromium build mechanism. Review URL: http://codereview.chromium.org/212050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27000 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DEPS') diff --git a/DEPS b/DEPS index e805144..bc5c432 100644 --- a/DEPS +++ b/DEPS @@ -54,6 +54,9 @@ deps = { "src/third_party/WebKit/WebCore": Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"), + "src/third_party/WebKit/WebKit/chromium": + Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"), + "src/third_party/tcmalloc/tcmalloc": "http://google-perftools.googlecode.com/svn/trunk@74", -- cgit v1.1