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

Unified Diff: DEPS

Issue 2943993002: [v8][wasm] Remove the v8-wasm-asmjs-fuzzer (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | testing/libfuzzer/fuzzers/BUILD.gn » ('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 388e26b73462f18b979c0951376b6049da1f23c2..3128d4db19fa198b56bd65486c1df92a8b7cfa52 100644
--- a/DEPS
+++ b/DEPS
@@ -859,18 +859,6 @@ hooks = [
"-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1",
],
},
- {
- "name": "wasm_asmjs_fuzzer",
- "pattern": ".",
- 'action': [ 'python',
- 'src/third_party/depot_tools/download_from_google_storage.py',
- "--no_resume",
- "--no_auth",
- "-u",
- "--bucket", "v8-wasm-asmjs-fuzzer",
- "-s", "src/v8/test/fuzzer/wasm_asmjs_corpus.tar.gz.sha1",
- ],
- },
{
'name': 'devtools_install_node',
'action': [ 'python',
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698