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

Unified Diff: DEPS

Issue 1150903004: Set up binary artifact downloading hook (Closed) Base URL: git@github.com:domokit/monet.git@master
Patch Set: Created 5 years, 7 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 | build/module_args/mojo.gni » ('j') | third_party/mojo/MOJO_VERSION » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 82cdea64928b52f2af75f403d2ecd25e99fca4d3..420168425a603a1b1cccaee9e4e5991aaa04725a 100644
--- a/DEPS
+++ b/DEPS
@@ -161,4 +161,24 @@ hooks = [
'src/third_party/binutils/download.py',
],
},
+ # Pull the mojo_shell binary based on //third_party/mojo/MOJO_VERSION
+ {
+ 'name': 'download_mojo_shell',
+ 'pattern': '',
+ 'action': [ 'python',
+ 'src/third_party/mojo/src/mojo/public/tools/download_shell_binary.py',
+ '--tools-directory=../../../../../../tools',
+ '--version-file=../../../../MOJO_VERSION',
+ ],
+ },
+ # Pull the archiecture (sic) independent blobs
+ {
+ 'name': 'download_archiecture_independent_frameworks',
+ 'pattern': '',
+ 'action': [ 'python',
+ 'src/third_party/mojo/src/mojo/public/tools/download_archiecture_independent_frameworks.py',
+ '--tools-directory=../../../../../../tools',
+ '--version-file=../../../../MOJO_VERSION',
+ ],
+ },
]
« no previous file with comments | « no previous file | build/module_args/mojo.gni » ('j') | third_party/mojo/MOJO_VERSION » ('J')

Powered by Google App Engine
This is Rietveld 408576698