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

Unified Diff: scripts/slave/recipes/v8/auto_roll_release_process.py

Issue 1134443004: V8 Buildbot: Fix module dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 7 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 | « scripts/slave/recipes/v8/auto_roll_push.py ('k') | scripts/slave/recipes/v8/auto_roll_v8_deps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8/auto_roll_release_process.py
diff --git a/scripts/slave/recipes/v8/auto_roll_release_process.py b/scripts/slave/recipes/v8/auto_roll_release_process.py
index 2f3dc0dd2f0b6d31d124cadab8f2a2e1c24028f3..f72ab6baf3476401e6360f054e2255b93149e394 100644
--- a/scripts/slave/recipes/v8/auto_roll_release_process.py
+++ b/scripts/slave/recipes/v8/auto_roll_release_process.py
@@ -15,6 +15,7 @@ DEPS = [
'raw_io',
'step',
'time',
+ 'v8',
]
REPO = 'https://chromium.googlesource.com/v8/v8'
« no previous file with comments | « scripts/slave/recipes/v8/auto_roll_push.py ('k') | scripts/slave/recipes/v8/auto_roll_v8_deps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698