Chromium Code Reviews| Index: tools/roll_webrtc.py |
| diff --git a/tools/roll_webrtc.py b/tools/roll_webrtc.py |
| index 24885652d9b9a3f9715235af659dc7aeac044a4c..bdb4a5ef657bd4173070baf625c2b0ed8a765ce5 100755 |
| --- a/tools/roll_webrtc.py |
| +++ b/tools/roll_webrtc.py |
| @@ -96,7 +96,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': {}, |