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

Unified Diff: DEPS

Issue 890803003: Update DEPS to better bootstrap 'cros_chromite.py' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | « no previous file | no next file » | 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 918d3eb2a40015c776cac79afea204d0d425dbed..9b939e2a40873611f1585f9033a4fcfce3139a51 100644
--- a/DEPS
+++ b/DEPS
@@ -1,3 +1,5 @@
+recursion = 1
+
deps = {
"build/scripts/gsd_generate_index":
"svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index",
@@ -32,8 +34,8 @@ hooks = [
{
"pattern": r".*/cros_chromite\.py",
"action": [
- "./build/scripts/tools/runit.py",
- "./build/scripts/common/cros_chromite.py", "-v",
+ "python", "build/scripts/tools/runit.py",
+ "build/scripts/common/cros_chromite.py", "-v",
],
},
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698