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

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

Issue 2352293002: MD History: Replace app-route with a custom router (Closed)
Patch Set: More minor cleanup 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 a93b17764f8d1d29354ee86cf9f345ad4e4f7b3b..0eef2582a31f1369d52ff990dc6e38bccc465efd 100755
--- a/third_party/polymer/v1_0/find_unused_elements.py
+++ b/third_party/polymer/v1_0/find_unused_elements.py
@@ -22,6 +22,8 @@ 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