Chromium Code Reviews| Index: tools/roll_angle.py |
| diff --git a/tools/roll_angle.py b/tools/roll_angle.py |
| index d419ca0a5e14ef191c6fabc82ba6b824a0a0f087..a41673fc6d874c7f3aafca2891d25d49577c181a 100755 |
| --- a/tools/roll_angle.py |
| +++ b/tools/roll_angle.py |
| @@ -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': {}, |