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

Side by Side Diff: ui/webui/resources/cr_elements_resources.grdp

Issue 2461113002: WebUI: Make settings-action-menu re-usable as cr-action-menu. (Closed)
Patch Set: getComputedStyle instead of util.js Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <!-- Polymer 1.0 Elements --> 3 <!-- Polymer 1.0 Elements -->
4 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_HTML"
5 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.html"
6 type="chrome_html" />
7 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_JS"
8 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.js"
9 type="chrome_html" />
4 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_HTML" 10 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_HTML"
5 file="../../webui/resources/cr_elements/cr_scrollable_behavior.html " 11 file="../../webui/resources/cr_elements/cr_scrollable_behavior.html "
6 type="chrome_html" /> 12 type="chrome_html" />
7 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_JS" 13 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_JS"
8 file="../../webui/resources/cr_elements/cr_scrollable_behavior.js" 14 file="../../webui/resources/cr_elements/cr_scrollable_behavior.js"
9 type="chrome_html" /> 15 type="chrome_html" />
10 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_HTML" 16 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_HTML"
11 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.html" 17 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.html"
12 type="chrome_html" /> 18 type="chrome_html" />
13 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_JS" 19 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_JS"
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML" 168 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML"
163 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html" 169 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html"
164 type="chrome_html" /> 170 type="chrome_html" />
165 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS" 171 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS"
166 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js" 172 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js"
167 type="chrome_html" /> 173 type="chrome_html" />
168 <structure name="IDR_CR_ELEMENTS_SHARED_CSS" 174 <structure name="IDR_CR_ELEMENTS_SHARED_CSS"
169 file="../../webui/resources/cr_elements/shared.css" 175 file="../../webui/resources/cr_elements/shared.css"
170 type="chrome_html" /> 176 type="chrome_html" />
171 </grit-part> 177 </grit-part>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698