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

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

Issue 1984963002: Roll Polymer elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « third_party/polymer/v1_0/components_summary.txt ('k') | third_party/polymer/v1_0/rsync_exclude.txt » ('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 a928c1b3fe66ea3f2702f0a72c70768bddea1d93..202eca7a41c24795ffb83f0f1d9543a955b39035 100755
--- a/third_party/polymer/v1_0/find_unused_elements.py
+++ b/third_party/polymer/v1_0/find_unused_elements.py
@@ -20,8 +20,10 @@ class UnusedElementsDetector(object):
# Unused elements to ignore because we plan to use them soon.
__WHITELIST = (
+ # TODO(tsergeant): Use element or remove from whitelist.
+ 'app-layout',
# TODO(dschuyler): Use element or remove from whitelist.
- 'carbon-route',
+ 'app-route',
# Necessary for closure.
'polymer-externs',
)
« no previous file with comments | « third_party/polymer/v1_0/components_summary.txt ('k') | third_party/polymer/v1_0/rsync_exclude.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698