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

Unified Diff: DEPS

Issue 1703533002: [Swarming] Bundle gcmole tools. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Correctly exit wrapper. 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
« no previous file with comments | « .gitignore ('k') | tools/gcmole/download_gcmole_tools.py » ('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 bf1578716310aef426d917231357f6ad05327145..c065b008f12d279f6cf29966c3cb86296bd7671a 100644
--- a/DEPS
+++ b/DEPS
@@ -102,6 +102,14 @@ hooks = [
"-s", "v8/buildtools/linux64/clang-format.sha1",
],
},
+ {
+ 'name': 'gcmole',
+ 'pattern': '.',
+ 'action': [
+ 'python',
+ 'v8/tools/gcmole/download_gcmole_tools.py',
+ ],
+ },
# Pull luci-go binaries (isolate, swarming) using checked-in hashes.
{
'name': 'luci-go_win',
« no previous file with comments | « .gitignore ('k') | tools/gcmole/download_gcmole_tools.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698