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

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

Issue 2592383003: MD Settings: Switch cr_network_icon to use svg icons (Closed)
Patch Set: Fix clang 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
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="chromeos">
201 <part file="cr_elements_images_chromeos.grdp" />
202 </if>
203 </includes> 199 </includes>
204 <structures> 200 <structures>
205 <structure name="IDR_WEBUI_CSS_ACTION_LINK" 201 <structure name="IDR_WEBUI_CSS_ACTION_LINK"
206 file="css/action_link.css" type="chrome_html" /> 202 file="css/action_link.css" type="chrome_html" />
207 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" 203 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY"
208 file="css/alert_overlay.css" type="chrome_html" /> 204 file="css/alert_overlay.css" type="chrome_html" />
209 <structure name="IDR_WEBUI_CSS_APPS_COMMON" 205 <structure name="IDR_WEBUI_CSS_APPS_COMMON"
210 file="css/apps/common.css" type="chrome_html" /> 206 file="css/apps/common.css" type="chrome_html" />
211 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR" 207 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR"
212 file="css/apps/topbutton_bar.css" type="chrome_html" /> 208 file="css/apps/topbutton_bar.css" type="chrome_html" />
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 file="js/chromeos/ui_account_tweaks.js" 475 file="js/chromeos/ui_account_tweaks.js"
480 type="chrome_html" /> 476 type="chrome_html" />
481 </if> 477 </if>
482 <if expr="not is_android"> 478 <if expr="not is_android">
483 <part file="cr_elements_resources.grdp" /> 479 <part file="cr_elements_resources.grdp" />
484 <part file="polymer_resources.grdp" /> 480 <part file="polymer_resources.grdp" />
485 </if> 481 </if>
486 </structures> 482 </structures>
487 </release> 483 </release>
488 </grit> 484 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698