diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-25 19:11:43 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-25 19:11:43 +0000 |
commit | b520d4e30f4987dc7bebc5526a5ba1be3831f92a (patch) | |
tree | 635fd249a38e8d58e9e678b965d3d0dc7aa640e8 /DEPS | |
parent | cc7a504ffa92d064c13d4898210e3cc01d13aa0f (diff) | |
download | chromium_src-b520d4e30f4987dc7bebc5526a5ba1be3831f92a.zip chromium_src-b520d4e30f4987dc7bebc5526a5ba1be3831f92a.tar.gz chromium_src-b520d4e30f4987dc7bebc5526a5ba1be3831f92a.tar.bz2 |
Run the Worker tests for resolveLocalFileSystemURL that were added
in http://trac.webkit.org/changeset/81640.
Includes updates to the testing framework to mirror the way NRWT
runs HTTP tests.
R=michaeln@chromium.org
Review URL: http://codereview.chromium.org/6727001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -172,6 +172,9 @@ deps = { "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources": Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" + Var("webkit_revision"), + "src/chrome/test/data/layout_tests/LayoutTests/http/tests/filesystem": + Var("webkit_trunk") + "/LayoutTests/http/tests/filesystem@" + + Var("webkit_revision"), "src/third_party/swig/Lib": "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |