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

Side by Side Diff: ui/webui/resources/webui_resources.grd

Issue 874283006: Add custom Polymer network icon element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge fix Created 5 years, 9 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_resources.grdp ('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 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/webui_resources.h" type="rc_header"> 6 <output filename="grit/webui_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/webui_resources_map.cc" 9 <output filename="grit/webui_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 <include name="IDR_WEBUI_IMAGES_SELECT" 195 <include name="IDR_WEBUI_IMAGES_SELECT"
196 file="images/select.png" type="BINDATA" /> 196 file="images/select.png" type="BINDATA" />
197 <include name="IDR_WEBUI_IMAGES_SPINNER" 197 <include name="IDR_WEBUI_IMAGES_SPINNER"
198 file="images/spinner.svg" type="BINDATA" /> 198 file="images/spinner.svg" type="BINDATA" />
199 <include name="IDR_WEBUI_IMAGES_THROBBER" 199 <include name="IDR_WEBUI_IMAGES_THROBBER"
200 file="images/throbber.svg" type="BINDATA" /> 200 file="images/throbber.svg" type="BINDATA" />
201 <include name="IDR_WEBUI_IMAGES_TRASH" 201 <include name="IDR_WEBUI_IMAGES_TRASH"
202 file="images/trash.png" type="BINDATA" /> 202 file="images/trash.png" type="BINDATA" />
203 <include name="IDR_WEBUI_IMAGES_CLOUDS" 203 <include name="IDR_WEBUI_IMAGES_CLOUDS"
204 file="images/clouds.png" type="BINDATA" /> 204 file="images/clouds.png" type="BINDATA" />
205
206 <part file="cr_elements_images.grdp" />
205 </includes> 207 </includes>
206 <structures> 208 <structures>
207 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" 209 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY"
208 file="css/alert_overlay.css" type="chrome_html" /> 210 file="css/alert_overlay.css" type="chrome_html" />
209 <structure name="IDR_WEBUI_CSS_BUBBLE" 211 <structure name="IDR_WEBUI_CSS_BUBBLE"
210 file="css/bubble.css" type="chrome_html" /> 212 file="css/bubble.css" type="chrome_html" />
211 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON" 213 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON"
212 file="css/bubble_button.css" type="chrome_html" /> 214 file="css/bubble_button.css" type="chrome_html" />
213 <structure name="IDR_WEBUI_CSS_BUTTER_BAR" 215 <structure name="IDR_WEBUI_CSS_BUTTER_BAR"
214 file="css/butter_bar.css" type="chrome_html" /> 216 file="css/butter_bar.css" type="chrome_html" />
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 type="chrome_html" /> 386 type="chrome_html" />
385 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 387 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
386 file="js/chromeos/ui_account_tweaks.js" 388 file="js/chromeos/ui_account_tweaks.js"
387 type="chrome_html" /> 389 type="chrome_html" />
388 </if> 390 </if>
389 <part file="cr_elements_resources.grdp" /> 391 <part file="cr_elements_resources.grdp" />
390 <part file="polymer_resources.grdp" /> 392 <part file="polymer_resources.grdp" />
391 </structures> 393 </structures>
392 </release> 394 </release>
393 </grit> 395 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements_resources.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698