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

Unified Diff: DEPS

Issue 869193005: Set up a network service bootstrap. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Address James's comments. Created 5 years, 11 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') | services/network/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 0dd8e351de6617cf7776284339b0070e27f54d9e..fc8b36f483a6c26294b767c57a0fc19698bb9ed9 100644
--- a/DEPS
+++ b/DEPS
@@ -317,6 +317,13 @@ hooks = [
'-s', 'src/build/linux/bin/eu-strip.sha1',
],
},
+ # Pull the prebuilt network service binaries according to
+ # services/network/VERSION.
+ {
+ 'name': 'download_network_service',
+ 'pattern': '',
+ 'action': [ 'python', 'src/services/network/download_network_service.py' ],
+ },
{
# Ensure that we don't accidentally reference any .pyc files whose
# corresponding .py files have already been deleted.
« no previous file with comments | « .gitignore ('k') | services/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698