| Index: third_party/closure_compiler/compile2.py
|
| diff --git a/third_party/closure_compiler/compile2.py b/third_party/closure_compiler/compile2.py
|
| index dfd22cfe26700adbec40eaeb000337cc5a474319..9fe803905de19c98e13cd5da4c280089f278e3b5 100755
|
| --- a/third_party/closure_compiler/compile2.py
|
| +++ b/third_party/closure_compiler/compile2.py
|
| @@ -206,7 +206,7 @@ class Checker(object):
|
| (found_errors, stderr) A boolean indicating whether errors were found and
|
| the raw Closure compiler stderr (as a string).
|
| """
|
| - is_extern = lambda f: 'extern' in f
|
| + is_extern = lambda f: 'externs' in f
|
| externs_and_deps = [self._POLYMER_EXTERNS]
|
|
|
| if custom_sources:
|
|
|