summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authoradamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 19:11:43 +0000
committeradamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 19:11:43 +0000
commitb520d4e30f4987dc7bebc5526a5ba1be3831f92a (patch)
tree635fd249a38e8d58e9e678b965d3d0dc7aa640e8 /DEPS
parentcc7a504ffa92d064c13d4898210e3cc01d13aa0f (diff)
downloadchromium_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--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 6b49027..fef3e8e 100644
--- a/DEPS
+++ b/DEPS
@@ -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"),