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

Unified Diff: scripts/slave/recipes/v8/auto_roll_push.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 | « no previous file | scripts/slave/recipes/v8/auto_roll_release_process.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_push.py
diff --git a/scripts/slave/recipes/v8/auto_roll_push.py b/scripts/slave/recipes/v8/auto_roll_push.py
index 3838abef59f6ef5ae1ef673f35f73d4dcc975958..7200b4c9a497ad3f974177af97116db98a04aa1e 100644
--- a/scripts/slave/recipes/v8/auto_roll_push.py
+++ b/scripts/slave/recipes/v8/auto_roll_push.py
@@ -11,6 +11,7 @@ DEPS = [
'python',
'raw_io',
'step',
+ 'v8',
]
def GenSteps(api):
« no previous file with comments | « no previous file | scripts/slave/recipes/v8/auto_roll_release_process.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698