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

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

Issue 902053003: Add cr-toggle-button to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renames, expand cr-events, style cr-toggle-button 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/cr_element_resources.grdp
diff --git a/ui/webui/resources/cr_element_resources.grdp b/ui/webui/resources/cr_element_resources.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..be71b68e86fc8406586ef71ca2498dcec8516f41
--- /dev/null
+++ b/ui/webui/resources/cr_element_resources.grdp
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <structure name="IDR_CR_ELEMENTS_TOGGLE_BUTTON_CR_TOGGLE_BUTTON_CSS"
James Hawkins 2015/02/06 15:19:10 The IDR name is long enough to seem unmanageable.
stevenjb 2015/02/06 17:50:30 I would suggest that the CR_ELEMENTS_TOGGLE_BUTTON
michaelpg 2015/02/06 21:32:02 I thought it was just convention to use the path.
stevenjb 2015/02/09 18:33:00 Thinking about this more, I would keep the CR_ELEM
michaelpg 2015/02/09 22:11:19 Done.
+ file="../../webui/resources/cr_elements/toggle-button/cr-toggle-button.css"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_TOGGLE_BUTTON_CR_TOGGLE_BUTTON_HTML"
+ file="../../webui/resources/cr_elements/toggle-button/cr-toggle-button.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_TOGGLE_BUTTON_CR_TOGGLE_BUTTON_JS"
+ file="../../webui/resources/cr_elements/toggle-button/cr-toggle-button.js"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_EVENTS_CR_EVENTS_HTML"
+ file="../../webui/resources/cr_elements/events/cr-events.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_EVENTS_CR_EVENTS_JS"
+ file="../../webui/resources/cr_elements/events/cr-events.js"
+ type="chrome_html" />
+</grit-part>
« no previous file with comments | « content/browser/webui/shared_resources_data_source.cc ('k') | ui/webui/resources/cr_elements/events/cr-events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698