Commit aed81807 authored by yunchao.he's avatar yunchao.he Committed by Commit bot

Fix bug for the webgl and angle roll-in tools

BUG=657723

Review-Url: https://chromiumcodereview.appspot.com/2435723003
Cr-Commit-Position: refs/heads/master@{#426939}
parent 46fca134
......@@ -87,7 +87,6 @@ def _ParseDepsDict(deps_content):
local_scope = {}
var = GClientKeywords.VarImpl({}, local_scope)
global_scope = {
'File': GClientKeywords.FileImpl,
'From': GClientKeywords.FromImpl,
'Var': var.Lookup,
'deps_os': {},
......
......@@ -81,7 +81,6 @@ def _ParseDepsDict(deps_content):
local_scope = {}
var = GClientKeywords.VarImpl({}, local_scope)
global_scope = {
'File': GClientKeywords.FileImpl,
'From': GClientKeywords.FromImpl,
'Var': var.Lookup,
'deps_os': {},
......
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