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

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

Issue 2628123002: MD WebUI: Move settings' dialog-drawer element into a shared cr-element (Closed)
Patch Set: Rebase Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « ui/webui/resources/cr_elements/cr_drawer/cr_drawer.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" 4 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_HTML"
5 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.html" 5 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.html"
6 type="chrome_html" /> 6 type="chrome_html" />
7 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_JS" 7 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_JS"
8 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.js" 8 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.js"
9 type="chrome_html" /> 9 type="chrome_html" />
10 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_HTML" 10 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_HTML"
11 file="../../webui/resources/cr_elements/cr_scrollable_behavior.html " 11 file="../../webui/resources/cr_elements/cr_scrollable_behavior.html "
12 type="chrome_html" /> 12 type="chrome_html" />
13 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_JS" 13 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_JS"
14 file="../../webui/resources/cr_elements/cr_scrollable_behavior.js" 14 file="../../webui/resources/cr_elements/cr_scrollable_behavior.js"
15 type="chrome_html" /> 15 type="chrome_html" />
16 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_HTML" 16 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_HTML"
17 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.html" 17 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.html"
18 type="chrome_html" /> 18 type="chrome_html" />
19 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_JS" 19 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_JS"
20 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.js" 20 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.js"
21 type="chrome_html" /> 21 type="chrome_html" />
22 <structure name="IDR_CR_ELEMENTS_CR_DRAWER_HTML"
23 file="../../webui/resources/cr_elements/cr_drawer/cr_drawer.html"
24 type="chrome_html" />
25 <structure name="IDR_CR_ELEMENTS_CR_DRAWER_JS"
26 file="../../webui/resources/cr_elements/cr_drawer/cr_drawer.js"
27 type="chrome_html" />
22 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_HTML" 28 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_HTML"
23 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.html" 29 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.html"
24 type="chrome_html" /> 30 type="chrome_html" />
25 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_JS" 31 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_JS"
26 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.js" 32 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.js"
27 type="chrome_html" /> 33 type="chrome_html" />
28 <structure name="IDR_CR_ELEMENTS_ICONS_HTML" 34 <structure name="IDR_CR_ELEMENTS_ICONS_HTML"
29 file="../../webui/resources/cr_elements/icons.html" 35 file="../../webui/resources/cr_elements/icons.html"
30 type="chrome_html" 36 type="chrome_html"
31 preprocess="true" /> 37 preprocess="true" />
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_JS" 158 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_JS"
153 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar.js" 159 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar.js"
154 type="chrome_html" /> 160 type="chrome_html" />
155 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML" 161 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML"
156 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html" 162 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html"
157 type="chrome_html" /> 163 type="chrome_html" />
158 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS" 164 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS"
159 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js" 165 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js"
160 type="chrome_html" /> 166 type="chrome_html" />
161 </grit-part> 167 </grit-part>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698