Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: DEPS

Issue 2273303002: [WASM] Adding fuzzing binaries for wasm, and script to update them. (Closed)
Patch Set: Fix Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | src/wasm/wasm-module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 6cac01d5974c447c672ccb03f9efdfac0dd8e15e..f4fa8639a0049615982316b56305394d5eda7d64 100644
--- a/DEPS
+++ b/DEPS
@@ -204,6 +204,28 @@ hooks = [
],
},
{
+ "name": "wasm_fuzzer",
+ "pattern": ".",
+ "action": [ "download_from_google_storage",
+ "--no_resume",
+ "--no_auth",
+ "-u",
+ "--bucket", "v8-wasm-fuzzer",
+ "-s", "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", "v8/test/fuzzer/wasm_asmjs.tar.gz.sha1",
+ ],
+ },
+ {
# Downloads the current stable linux sysroot to build/linux/ if needed.
# This sysroot updates at about the same rate that the chrome build deps
# change.
« no previous file with comments | « .gitignore ('k') | src/wasm/wasm-module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698