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

Unified Diff: DEPS

Issue 870143008: Move //tools/gs.py into //mojo/public/tools (Closed) Base URL: https://github.com/domokit/mojo.git@expose_downloading_network_service
Patch Set: Response to review 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 | « no previous file | mojo/public/tools/download_network_service.py » ('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 b30ae6b77541617efcadfe825e158d6378c5be56..bbe8e5cdf25067666431c564bee0ca01de810576 100644
--- a/DEPS
+++ b/DEPS
@@ -322,7 +322,10 @@ hooks = [
{
'name': 'download_network_service',
'pattern': '',
- 'action': [ 'python', 'src/mojo/public/tools/download_network_service.py' ],
+ 'action': [ 'python',
+ 'src/mojo/public/tools/download_network_service.py',
+ '--tools-directory', '../../../tools',
+ ],
},
{
# Ensure that we don't accidentally reference any .pyc files whose
« no previous file with comments | « no previous file | mojo/public/tools/download_network_service.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698