Chromium Code Reviews| 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> |