Commit 5c84b6be authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[release] Work-around deps-processing problem

TBR=tmrts@chromium.org

No-Try: true
Bug: chromium:1106435
Change-Id: I52657b4ee924e5e0133b0784bc12a0d75f94ec9d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2304586Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68915}
parent 29ec319f
......@@ -50,6 +50,7 @@ class DetectLastRoll(Step):
# TODO(machenbach): This should be part or the setdep api of
# depot_tools.
Var = lambda var: '%s'
Str = lambda s: s
exec(FileToText(os.path.join(self._options.chromium, "DEPS")))
# The revision rolled last.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment