summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authoryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-23 22:11:35 +0000
committeryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-23 22:11:35 +0000
commitdec7b17e7308a19743191c04f900927e6df32fda (patch)
tree4d746852b6f6543cb1c04bcec6a2676c3967497b /DEPS
parenta7df090aade662f45baacd5e7907885c0f8a2c71 (diff)
downloadchromium_src-dec7b17e7308a19743191c04f900927e6df32fda.zip
chromium_src-dec7b17e7308a19743191c04f900927e6df32fda.tar.gz
chromium_src-dec7b17e7308a19743191c04f900927e6df32fda.tar.bz2
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
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
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",