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

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

Issue 1681203002: Add the decorative icons to the sync confirmation dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 10 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"> 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 <include name="IDR_WEBUI_IMAGES_ERROR" 186 <include name="IDR_WEBUI_IMAGES_ERROR"
187 file="images/error.svg" type="BINDATA" /> 187 file="images/error.svg" type="BINDATA" />
188 <include name="IDR_WEBUI_IMAGES_SELECT" 188 <include name="IDR_WEBUI_IMAGES_SELECT"
189 file="images/select.png" type="BINDATA" /> 189 file="images/select.png" type="BINDATA" />
190 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM" 190 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM"
191 file="images/throbber_medium.svg" type="BINDATA" /> 191 file="images/throbber_medium.svg" type="BINDATA" />
192 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL" 192 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL"
193 file="images/throbber_small.svg" type="BINDATA" /> 193 file="images/throbber_small.svg" type="BINDATA" />
194 <include name="IDR_WEBUI_IMAGES_TRASH" 194 <include name="IDR_WEBUI_IMAGES_TRASH"
195 file="images/trash.png" type="BINDATA" /> 195 file="images/trash.png" type="BINDATA" />
196 <include name="IDR_WEBUI_IMAGES_CHECK_CIRCLE"
197 file="images/check_circle.svg" type="BINDATA" />
198 196
199 <part file="cr_elements_images.grdp" /> 197 <part file="cr_elements_images.grdp" />
200 </includes> 198 </includes>
201 <structures> 199 <structures>
202 <structure name="IDR_WEBUI_CSS_ACTION_LINK" 200 <structure name="IDR_WEBUI_CSS_ACTION_LINK"
203 file="css/action_link.css" type="chrome_html" /> 201 file="css/action_link.css" type="chrome_html" />
204 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" 202 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY"
205 file="css/alert_overlay.css" type="chrome_html" /> 203 file="css/alert_overlay.css" type="chrome_html" />
206 <structure name="IDR_WEBUI_CSS_APPS_COMMON" 204 <structure name="IDR_WEBUI_CSS_APPS_COMMON"
207 file="css/apps/common.css" type="chrome_html" /> 205 file="css/apps/common.css" type="chrome_html" />
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 file="js/chromeos/ui_account_tweaks.js" 447 file="js/chromeos/ui_account_tweaks.js"
450 type="chrome_html" /> 448 type="chrome_html" />
451 </if> 449 </if>
452 <part file="cr_elements_resources.grdp" /> 450 <part file="cr_elements_resources.grdp" />
453 <if expr="not is_android"> 451 <if expr="not is_android">
454 <part file="polymer_resources.grdp" /> 452 <part file="polymer_resources.grdp" />
455 </if> 453 </if>
456 </structures> 454 </structures>
457 </release> 455 </release>
458 </grit> 456 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698