| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index a12b8a44cf90896d2fec88396c24b2f9af4813a3..91e588b7bbd0d65ab0c469c415fdda60dd75456b 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -40,6 +40,10 @@ deps = {
|
| Var("chromium_url") + "/external/github.com/test262-utils/test262-harness-py.git" + "@" + "0f2acdd882c84cff43b9d60df7574a1901e2cdcd",
|
| "v8/tools/clang":
|
| Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "0b3a445c8f1761c3ff665edb9f9e4726ddc7dba0",
|
| +# TODO(eholk): once the Wasm JS API Conformance Suite is finalized, mirror it in
|
| +# a chromium repo like the other deps.
|
| + "v8/test/wasm-js":
|
| + "https://github.com/bnjbvr/wasm-spec.git" + "@" + "190bd270e148a532082f6eb1b97dea5302800485",
|
| }
|
|
|
| deps_os = {
|
|
|