Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 8768036fff568bb7fa21095bd6343b4f96a8800f..9c31c66dc11cfd9470222c218e585a8b4064a8be 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" + "@" + "960cc3ec8c679adad9b6f9019f737c8cd9ad0a75", |
| +# 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", |
|
Michael Achenbach
2017/01/31 20:06:49
I don't know yet for sure what caused the purplene
|
| } |
| deps_os = { |