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

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

Issue 2020963002: MD History: Add responsive layout which hides the sidebar in thin windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup and closure Created 4 years, 6 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 202eca7a41c24795ffb83f0f1d9543a955b39035..209a631a88dbe31d21d1c104fbf55ab3073f780d 100755
--- a/third_party/polymer/v1_0/find_unused_elements.py
+++ b/third_party/polymer/v1_0/find_unused_elements.py
@@ -20,8 +20,6 @@ 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.
'app-route',
# Necessary for closure.

Powered by Google App Engine
This is Rietveld 408576698