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

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

Issue 2357093002: Polymer WebUI: Remove app-route from Polymer components (Closed)
Patch Set: Rebase 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
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 0eef2582a31f1369d52ff990dc6e38bccc465efd..a93b17764f8d1d29354ee86cf9f345ad4e4f7b3b 100755
--- a/third_party/polymer/v1_0/find_unused_elements.py
+++ b/third_party/polymer/v1_0/find_unused_elements.py
@@ -22,8 +22,6 @@ class UnusedElementsDetector(object):
__WHITELIST = (
# Necessary for closure.
'polymer-externs',
- # TODO(tsergeant): Remove app-route from Chromium.
- 'app-route',
)
def __init__(self):

Powered by Google App Engine
This is Rietveld 408576698