summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-15 15:08:01 +0000
committerlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-15 15:08:01 +0000
commit6f2f220dd29824cc2f2bd1ced2aecaef28a6dc56 (patch)
tree89a4212af1e94122e8a1f81e08ad73cb5bccd04b /DEPS
parentfcc14ebb00af0b573377a0864933481cb6f15a84 (diff)
downloadchromium_src-6f2f220dd29824cc2f2bd1ced2aecaef28a6dc56.zip
chromium_src-6f2f220dd29824cc2f2bd1ced2aecaef28a6dc56.tar.gz
chromium_src-6f2f220dd29824cc2f2bd1ced2aecaef28a6dc56.tar.bz2
Add new directory dependency that came in with WebKit r95188.
This is necessary for the canaries to keep building. TBR=keishi@chromium.org Review URL: http://codereview.chromium.org/7901017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101294 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 9493e98..74a3ee9 100644
--- a/DEPS
+++ b/DEPS
@@ -135,6 +135,9 @@ deps = {
"src/third_party/WebKit/Tools/Scripts":
Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
+ "src/third_party/WebKit/Tools/TestWebKitAPI":
+ Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
+
"src/third_party/ots":
(Var("googlecode_url") % "ots") + "/trunk@69",