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

Unified Diff: DEPS

Issue 910763002: Expose ability to download network service impl in SDK. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixes Created 5 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 48d46ed65690180f5cc4e874cfde732199709797..b30ae6b77541617efcadfe825e158d6378c5be56 100644
--- a/DEPS
+++ b/DEPS
@@ -318,11 +318,11 @@ hooks = [
],
},
# Pull the prebuilt network service binaries according to
- # services/network/VERSION.
+ # mojo/public/tools/NETWORK_SERVICE_VERSION.
{
'name': 'download_network_service',
'pattern': '',
- 'action': [ 'python', 'src/mojo/services/network/download_network_service.py' ],
+ 'action': [ 'python', 'src/mojo/public/tools/download_network_service.py' ],
},
{
# Ensure that we don't accidentally reference any .pyc files whose
« no previous file with comments | « .gitignore ('k') | build/module_args/mojo.gni » ('j') | build/module_args/mojo.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698