diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-19 20:25:57 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-19 20:25:57 +0000 |
commit | 537500939e38473456b5faac5fbe29add9300d8a (patch) | |
tree | 68d29754339d9545238db764817ed07d143e1889 /DEPS | |
parent | e81dba3039c19788d9fb58038816430078db7fd9 (diff) | |
download | chromium_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-- | DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"), } |