Commit 5831c275 authored by bradnelson's avatar bradnelson Committed by Commit bot

Add gyp_vars to fake context in sdk build script.

We reuse SetupWindowEnvironment from the nacl build, in the sdk build.
To do this we inject a fake build context.
Previously windows in particular just needed an empty mutable context.
Now it assumes gyp_vars is set to a list of some kind.
Initializing 'gyp_vars' to unblock a deps roll.

BUG=None
TEST=trybots
R=binji@chromium.org

Review URL: https://codereview.chromium.org/566963002

Cr-Commit-Position: refs/heads/master@{#294634}
parent 5631bd75
......@@ -80,6 +80,7 @@ def GetWindowsEnvironment():
self.env[key] = value
context = FakeContext()
context['gyp_vars'] = []
buildbot_standard.SetupWindowsEnvironment(context)
# buildbot_standard.SetupWindowsEnvironment adds the directory which contains
......
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