summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 20:25:57 +0000
committerjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 20:25:57 +0000
commit537500939e38473456b5faac5fbe29add9300d8a (patch)
tree68d29754339d9545238db764817ed07d143e1889 /DEPS
parente81dba3039c19788d9fb58038816430078db7fd9 (diff)
downloadchromium_src-537500939e38473456b5faac5fbe29add9300d8a.zip
chromium_src-537500939e38473456b5faac5fbe29add9300d8a.tar.gz
chromium_src-537500939e38473456b5faac5fbe29add9300d8a.tar.bz2
Support running worker's fast layout tests in UI test framework.
BUG=none TEST=This is a UI test. Review URL: http://codereview.chromium.org/131012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18846 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index d9e6532..6f9f691 100644
--- a/DEPS
+++ b/DEPS
@@ -48,6 +48,11 @@ deps = {
"src/third_party/tcmalloc/tcmalloc":
"http://google-perftools.googlecode.com/svn/trunk@74",
+
+ # TODO(jianli): Remove this once we do not need to run worker's layout tests
+ # in ui test.
+ "src/chrome/test/data/workers/LayoutTests/fast/workers":
+ Var("webkit_trunk") + "/LayoutTests/fast/workers@" + Var("webkit_revision"),
}