| Index: tools/roll_webgl_conformance.py
|
| diff --git a/tools/roll_webgl_conformance.py b/tools/roll_webgl_conformance.py
|
| index f8d8dbf6e25e5c1770457c89c9e43a747772f77a..25afe071337d3f35a4559d0d6ac92c2349876703 100755
|
| --- a/tools/roll_webgl_conformance.py
|
| +++ b/tools/roll_webgl_conformance.py
|
| @@ -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': {},
|
|
|