Index: DEPS |
diff --git a/DEPS b/DEPS |
index 0c9c0af566acbf867288c7e898ae292e5d6ef0ec..0874406bbf3421380903d9d24b3060771dc37663 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -1001,6 +1001,28 @@ hooks = [ |
'src/build/android/download_doclava.py', |
], |
}, |
+ { |
+ "name": "wasm_fuzzer", |
Nico
2016/09/09 20:43:10
Do we really need to pull this on every single che
Nico
2016/09/15 19:40:39
^ Ping?
ahaas
2016/09/16 08:02:56
These files are the seed corpus of the v8-wasm-fuz
bradn
2016/09/16 22:37:55
kcc, mmoroz, does this need to actually be in chro
mmoroz
2016/09/17 17:35:26
We have an alternative way to provide the corpus (
|
+ "pattern": ".", |
+ "action": [ "download_from_google_storage", |
+ "--no_resume", |
+ "--no_auth", |
+ "-u", |
+ "--bucket", "v8-wasm-fuzzer", |
+ "-s", "src/v8/test/fuzzer/wasm.tar.gz.sha1", |
+ ], |
+ }, |
+ { |
+ "name": "wasm_asmjs_fuzzer", |
+ "pattern": ".", |
+ "action": [ "download_from_google_storage", |
+ "--no_resume", |
+ "--no_auth", |
+ "-u", |
+ "--bucket", "v8-wasm-asmjs-fuzzer", |
+ "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1", |
+ ], |
+ }, |
] |
# ANGLE manages DEPS that it also owns the build files for, such as dEQP. |