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

Unified Diff: third_party/polymer/v1_0/find_unused_elements.py

Issue 2224003003: Vulcanize MD History to improve page-load performance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 | « docs/vulcanize.md ('k') | third_party/polymer/v1_0/reproduce.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/v1_0/find_unused_elements.py
diff --git a/third_party/polymer/v1_0/find_unused_elements.py b/third_party/polymer/v1_0/find_unused_elements.py
index 20fc637d401f8cf15c57a332f4bb72902e70dc4b..a93b17764f8d1d29354ee86cf9f345ad4e4f7b3b 100755
--- a/third_party/polymer/v1_0/find_unused_elements.py
+++ b/third_party/polymer/v1_0/find_unused_elements.py
@@ -136,7 +136,8 @@ class UnusedElementsDetector(object):
continue
# Skip generated files that may include the element source.
- if filename in ('crisper.js', 'vulcanized.html'):
+ if filename in ('crisper.js', 'vulcanized.html',
+ 'app.crisper.js', 'app.vulcanized.html'):
continue
with open(os.path.join(dirpath, filename)) as f:
« no previous file with comments | « docs/vulcanize.md ('k') | third_party/polymer/v1_0/reproduce.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698