Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: tools/observatory_tool.py

Issue 2310003004: Removed polymer & mirror from Observatory (Closed)
Patch Set: Fixed crash in heap-map page Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/observatory/web/main.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « runtime/observatory/web/main.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698