Index: tools/presubmit.py |
diff --git a/tools/presubmit.py b/tools/presubmit.py |
index bfd1655477af9257b83d3c310c7ba823add3749a..1e90dcac3e87af8fc3156867554f6b1b9113a20a 100755 |
--- a/tools/presubmit.py |
+++ b/tools/presubmit.py |
@@ -325,8 +325,7 @@ class SourceProcessor(SourceFileProcessor): |
def IgnoreDir(self, name): |
return (super(SourceProcessor, self).IgnoreDir(name) or |
- name in ('third_party', 'gyp', 'out', 'obj', 'DerivedSources', |
- 'emscripten')) |
+ name in ('third_party', 'gyp', 'out', 'obj', 'DerivedSources')) |
IGNORE_COPYRIGHTS = ['box2d.js', |
'cpplint.py', |