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

Unified Diff: DEPS

Issue 1706963005: [Swarming] Bundle jsfunfuzz. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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
Index: DEPS
diff --git a/DEPS b/DEPS
index 8ae01297e967cbdc1ef87f313281060f84e02ad7..92b6dfb1153b3434d617f6d13f1de074c3dec273 100644
--- a/DEPS
+++ b/DEPS
@@ -110,6 +110,14 @@ hooks = [
'v8/tools/gcmole/download_gcmole_tools.py',
],
},
+ {
+ 'name': 'jsfunfuzz',
+ 'pattern': '.',
+ 'action': [
+ 'python',
+ 'v8/tools/jsfunfuzz/download_jsfunfuzz.py',
+ ],
+ },
# Pull luci-go binaries (isolate, swarming) using checked-in hashes.
{
'name': 'luci-go_win',

Powered by Google App Engine
This is Rietveld 408576698