Chromium Code Reviews| Index: third_party/closure_compiler/compile2.py |
| diff --git a/third_party/closure_compiler/compile2.py b/third_party/closure_compiler/compile2.py |
| index 787b76ed2cbb710937016b3bb9f0934b8a9c18f0..a292c8dd732b2a4c76054e39b9a3d17d85ffebf0 100755 |
| --- a/third_party/closure_compiler/compile2.py |
| +++ b/third_party/closure_compiler/compile2.py |
| @@ -13,7 +13,6 @@ import subprocess |
| import sys |
| import tempfile |
| -import build.inputs |
| import processor |
| import error_filter |
| @@ -189,7 +188,7 @@ class Checker(object): |
| return tmp_file.name |
| def check(self, sources, out_file, closure_args=None, |
| - custom_sources=True, custom_includes=False): |
| + custom_sources=False, custom_includes=False): |
|
dpapad
2017/05/20 02:12:10
Hm, so I guess currently the compilation succeeds,
Dan Beam
2017/05/20 03:03:45
this is always specified from the |opts| below
|
| """Closure compile |sources| while checking for errors. |
| Args: |