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

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

Issue 2648843002: cr-network-icon: Animate connecting using .svg (Closed)
Patch Set: Use <include> for .svg files and type=BINDATA 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_images.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" output_all_resource_defines= "false"> 4 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 <include name="IDR_WEBUI_IMAGES_GOOGLE_LOGO" 189 <include name="IDR_WEBUI_IMAGES_GOOGLE_LOGO"
190 file="images/google_logo.svg" type="BINDATA" /> 190 file="images/google_logo.svg" type="BINDATA" />
191 <include name="IDR_WEBUI_IMAGES_SELECT" 191 <include name="IDR_WEBUI_IMAGES_SELECT"
192 file="images/select.png" type="BINDATA" /> 192 file="images/select.png" type="BINDATA" />
193 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM" 193 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM"
194 file="images/throbber_medium.svg" type="BINDATA" /> 194 file="images/throbber_medium.svg" type="BINDATA" />
195 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL" 195 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL"
196 file="images/throbber_small.svg" type="BINDATA" /> 196 file="images/throbber_small.svg" type="BINDATA" />
197 <include name="IDR_WEBUI_IMAGES_TRASH" 197 <include name="IDR_WEBUI_IMAGES_TRASH"
198 file="images/trash.png" type="BINDATA" /> 198 file="images/trash.png" type="BINDATA" />
199
200 <if expr="not is_android">
201 <part file="cr_elements_images.grdp" />
202 </if>
199 </includes> 203 </includes>
200 <structures> 204 <structures>
201 <structure name="IDR_WEBUI_CSS_ACTION_LINK" 205 <structure name="IDR_WEBUI_CSS_ACTION_LINK"
202 file="css/action_link.css" type="chrome_html" /> 206 file="css/action_link.css" type="chrome_html" />
203 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" 207 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY"
204 file="css/alert_overlay.css" type="chrome_html" /> 208 file="css/alert_overlay.css" type="chrome_html" />
205 <structure name="IDR_WEBUI_CSS_APPS_COMMON" 209 <structure name="IDR_WEBUI_CSS_APPS_COMMON"
206 file="css/apps/common.css" type="chrome_html" /> 210 file="css/apps/common.css" type="chrome_html" />
207 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR" 211 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR"
208 file="css/apps/topbutton_bar.css" type="chrome_html" /> 212 file="css/apps/topbutton_bar.css" type="chrome_html" />
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 file="js/chromeos/ui_account_tweaks.js" 491 file="js/chromeos/ui_account_tweaks.js"
488 type="chrome_html" /> 492 type="chrome_html" />
489 </if> 493 </if>
490 <if expr="not is_android"> 494 <if expr="not is_android">
491 <part file="cr_elements_resources.grdp" /> 495 <part file="cr_elements_resources.grdp" />
492 <part file="polymer_resources.grdp" /> 496 <part file="polymer_resources.grdp" />
493 </if> 497 </if>
494 </structures> 498 </structures>
495 </release> 499 </release>
496 </grit> 500 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements_images.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698