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

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: Rebase 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
« no previous file with comments | « .gitignore ('k') | build/module_args/mojo.gni » ('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 6e86ac1df3e5696d45b4987aab60201eaf7d6386..16ced94d65144668984eb6d3c0f203b9120c550b 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698