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

Unified Diff: DEPS

Issue 667853002: Add gclient hook to download prebuilt mojo_shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 e6d019d898de6436394b2ef95b2cccf659f286e3..8703c0dd1d5dc1bfd3f5d7cfdd2c40ed965f029e 100644
--- a/DEPS
+++ b/DEPS
@@ -747,6 +747,12 @@ hooks = [
'src/third_party/apache-win32',
],
},
+ # Pull the mojo_shell binary, used for mojo development
+ {
+ 'name': 'mojo_shell-linux',
+ 'pattern': '',
+ 'action': [ 'python', 'src/mojo/public/tools/download_shell_binary.py' ],
+ },
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
'name': 'gyp',
« no previous file with comments | « .gitignore ('k') | mojo/BUILD.gn » ('j') | mojo/public/tools/download_shell_binary.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698