Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 1044146db459b455ae8de1ca8f9e5b0ccc7094c9..353e015d9a2165aeb79098d1abae5831fccd37e0 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -40,6 +40,8 @@ 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" + "@" + "404d5421df201261afb240fd562872841d3850e0", |
| + "v8/test/wasm-js": |
| + Var("chromium_url") + "/external/github.com/WebAssembly/spec.git" + "@" + "ab1673f1e47b90471ab9352866b7682269c5b8ab", |
|
Michael Achenbach
2017/02/11 12:27:09
DEPS lg. Note that none of the files will be used
Eric Holk
2017/02/14 01:43:53
test/mjsunit/wasm/jsapi-harnes.js includes the fil
|
| } |
| deps_os = { |