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

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

Issue 2249943002: Preprocess icons.html files for <if>s (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: preprocess 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 | « chrome/browser/resources/settings/settings_resources.grd ('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_DIALOG_HTML" 4 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_HTML"
5 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.html" 5 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.html"
6 type="chrome_html" /> 6 type="chrome_html" />
7 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_JS" 7 <structure name="IDR_CR_ELEMENTS_CR_DIALOG_JS"
8 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.js" 8 file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.js"
9 type="chrome_html" /> 9 type="chrome_html" />
10 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_CSS" 10 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_CSS"
11 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.css" 11 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.css"
12 type="chrome_html" /> 12 type="chrome_html" />
13 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_HTML" 13 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_HTML"
14 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.html" 14 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.html"
15 type="chrome_html" /> 15 type="chrome_html" />
16 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_JS" 16 <structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_JS"
17 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.js" 17 file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_ button.js"
18 type="chrome_html" /> 18 type="chrome_html" />
19 <structure name="IDR_CR_ELEMENTS_ICONS_HTML" 19 <structure name="IDR_CR_ELEMENTS_ICONS_HTML"
20 file="../../webui/resources/cr_elements/icons.html" 20 file="../../webui/resources/cr_elements/icons.html"
21 type="chrome_html" /> 21 type="chrome_html"
22 preprocess="true" />
22 <if expr="chromeos"> 23 <if expr="chromeos">
23 <structure name="IDR_CR_ELEMENTS_CR_NETWORK_ICON_HTML" 24 <structure name="IDR_CR_ELEMENTS_CR_NETWORK_ICON_HTML"
24 file="../../webui/resources/cr_elements/network/cr_network_icon.h tml" 25 file="../../webui/resources/cr_elements/network/cr_network_icon.h tml"
25 type="chrome_html" /> 26 type="chrome_html" />
26 <structure name="IDR_CR_ELEMENTS_CR_NETWORK_ICON_JS" 27 <structure name="IDR_CR_ELEMENTS_CR_NETWORK_ICON_JS"
27 file="../../webui/resources/cr_elements/network/cr_network_icon.j s" 28 file="../../webui/resources/cr_elements/network/cr_network_icon.j s"
28 type="chrome_html" /> 29 type="chrome_html" />
29 <structure name="IDR_CR_ELEMENTS_CR_NETWORK_LIST_HTML" 30 <structure name="IDR_CR_ELEMENTS_CR_NETWORK_LIST_HTML"
30 file="../../webui/resources/cr_elements/network/cr_network_list.h tml" 31 file="../../webui/resources/cr_elements/network/cr_network_list.h tml"
31 type="chrome_html" /> 32 type="chrome_html" />
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML" 153 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML"
153 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html" 154 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html"
154 type="chrome_html" /> 155 type="chrome_html" />
155 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS" 156 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS"
156 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js" 157 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js"
157 type="chrome_html" /> 158 type="chrome_html" />
158 <structure name="IDR_CR_ELEMENTS_SHARED_CSS" 159 <structure name="IDR_CR_ELEMENTS_SHARED_CSS"
159 file="../../webui/resources/cr_elements/shared.css" 160 file="../../webui/resources/cr_elements/shared.css"
160 type="chrome_html" /> 161 type="chrome_html" />
161 </grit-part> 162 </grit-part>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698