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_v8rel.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_v8_deps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8/auto_roll_v8rel.py
diff --git a/scripts/slave/recipes/v8/auto_roll_v8rel.py b/scripts/slave/recipes/v8/auto_roll_v8rel.py
index ad6b6449853430641108ea85dd52592a672d119e..31d7750a1192420db157bb5ef83071f562a4f630 100644
--- a/scripts/slave/recipes/v8/auto_roll_v8rel.py
+++ b/scripts/slave/recipes/v8/auto_roll_v8rel.py
@@ -12,6 +12,7 @@ DEPS = [
'path',
'properties',
'step',
+ 'v8',
]
def GenSteps(api):
« no previous file with comments | « scripts/slave/recipes/v8/auto_roll_v8_deps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698