Skip to content

Commit

Permalink
Fix bug for the webgl and angle roll-in tools
Browse files Browse the repository at this point in the history
BUG=657723

Review-Url: https://chromiumcodereview.appspot.com/2435723003
Cr-Commit-Position: refs/heads/master@{#426939}
  • Loading branch information
Richard-Yunchao authored and Commit bot committed Oct 22, 2016
1 parent 46fca13 commit aed8180
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tools/roll_angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': {},
Expand Down
1 change: 0 additions & 1 deletion tools/roll_webgl_conformance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': {},
Expand Down

0 comments on commit aed8180

Please sign in to comment.