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

Unified Diff: ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.html

Issue 1406023003: Elim cr_elements/v1_0 subdirectory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 2 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: ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.html
diff --git a/ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.html b/ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.html
deleted file mode 100644
index 798a6f732b80e1ba963775db48f891c37167db8f..0000000000000000000000000000000000000000
--- a/ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
-
-<dom-module id="cr-expand-button">
- <link rel="import" type="css" href="cr_expand_button.css">
- <template>
- <content></content>
- <paper-icon-button toggles active="{{expanded}}" disabled="[[disabled]]"
- icon="[[iconName_(expanded)]]">
- </paper-icon-button>
- </template>
- <script src="cr_expand_button.js"></script>
-</dom-module>

Powered by Google App Engine
This is Rietveld 408576698