Chromium Code Reviews| Index: tools/observatory_tool.py |
| diff --git a/tools/observatory_tool.py b/tools/observatory_tool.py |
| index 4cb5dbfd7fe0336792904415c0ec3d3a6579fca8..3cd09c9914d300c3cd883aad5ab536cb636d46cf 100755 |
| --- a/tools/observatory_tool.py |
| +++ b/tools/observatory_tool.py |
| @@ -21,7 +21,16 @@ IGNORE_PATTERNS = shutil.ignore_patterns( |
| '*.concat.js', |
| '*.scriptUrls', |
| '*.precompiled.js', |
| - 'main.*', |
| + 'bower.json', |
| + 'package.json', |
| + 'CustomElements.*', |
| + 'dart_support.*', |
| + 'interop_support.*', |
| + 'HTMLImports.*', |
| + 'MutationObserver.*', |
| + 'ShadowDOM.*', |
| + 'webcomponents.*', |
| + 'webcomponents-lite.js', |
| 'unittest*', |
| '*_buildLogs*', |
| '*.log', |