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

Unified Diff: ui/webui/resources/custom_element_resources.grdp

Issue 902053003: Add cr-toggle-button to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/custom_element_resources.grdp
diff --git a/ui/webui/resources/custom_element_resources.grdp b/ui/webui/resources/custom_element_resources.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..526f4cc3ace387e70723a420463a95b93e4b48ff
--- /dev/null
+++ b/ui/webui/resources/custom_element_resources.grdp
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <structure name="IDR_CUSTOM_ELEMENTS_CR_TOGGLE_BUTTON_CR_TOGGLE_BUTTON_CSS"
+ file="../../webui/resources/custom_elements/cr/toggle-button/cr-toggle-button.css"
+ type="chrome_html" />
+ <structure name="IDR_CUSTOM_ELEMENTS_CR_TOGGLE_BUTTON_CR_TOGGLE_BUTTON_HTML"
+ file="../../webui/resources/custom_elements/cr/toggle-button/cr-toggle-button.html"
+ type="chrome_html" />
+ <structure name="IDR_CUSTOM_ELEMENTS_CR_TOGGLE_BUTTON_CR_TOGGLE_BUTTON_JS"
+ file="../../webui/resources/custom_elements/cr/toggle-button/cr-toggle-button.js"
+ type="chrome_html" />
+ <structure name="IDR_CUSTOM_ELEMENTS_CR_UTIL_CR_UTIL_HTML"
+ file="../../webui/resources/custom_elements/cr/util/cr-util.html"
+ type="chrome_html" />
+ <structure name="IDR_CUSTOM_ELEMENTS_CR_UTIL_CR_UTIL_JS"
+ file="../../webui/resources/custom_elements/cr/util/cr-util.js"
+ type="chrome_html" />
+</grit-part>
stevenjb 2015/02/05 23:36:21 This is good, I do like putting these into a separ
Jeremy Klein 2015/02/05 23:42:11 Agreed. Good call, Michael.

Powered by Google App Engine
This is Rietveld 408576698