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

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

Issue 2256753003: MD Settings: Introduce CrScrollableBehavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_638377_selectable_behavior
Patch Set: Rebase Created 4 years, 4 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/shared_style_css.html ('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_SCROLLABLE_BEHAVIOR_HTML"
5 file="../../webui/resources/cr_elements/cr_scrollable_behavior.html "
6 type="chrome_html" />
7 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_JS"
8 file="../../webui/resources/cr_elements/cr_scrollable_behavior.js"
9 type="chrome_html" />
4 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_HTML" 10 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_HTML"
5 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.html" 11 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.html"
6 type="chrome_html" /> 12 type="chrome_html" />
7 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_JS" 13 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_JS"
8 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.js" 14 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.js"
9 type="chrome_html" /> 15 type="chrome_html" />
10 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_CSS" 16 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_CSS"
11 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.css" 17 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.css"
12 type="chrome_html" /> 18 type="chrome_html" />
13 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_HTML" 19 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_HTML"
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML" 150 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML"
145 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html" 151 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html"
146 type="chrome_html" /> 152 type="chrome_html" />
147 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS" 153 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS"
148 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js" 154 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js"
149 type="chrome_html" /> 155 type="chrome_html" />
150 <structure name="IDR_CR_ELEMENTS_SHARED_CSS" 156 <structure name="IDR_CR_ELEMENTS_SHARED_CSS"
151 file="../../webui/resources/cr_elements/shared.css" 157 file="../../webui/resources/cr_elements/shared.css"
152 type="chrome_html" /> 158 type="chrome_html" />
153 </grit-part> 159 </grit-part>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/shared_style_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698