| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 3ce1304de34dd5d3985f2fe6d850b6e22a859595..356137f69aeedcf78072fa4e996ebb4fdbc2d160 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -227,6 +227,9 @@ deps = {
|
| "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
|
| Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
|
| Var("webkit_revision"),
|
| + "src/chrome/test/data/layout_tests/LayoutTests/storage/indexeddb":
|
| + Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
|
| + Var("webkit_revision"),
|
| "src/chrome/test/data/layout_tests/LayoutTests/media":
|
| Var("webkit_trunk") + "/LayoutTests/media@" +
|
| Var("webkit_revision"),
|
|
|