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

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

Issue 1228163005: Update some webui question mark icons to SVG. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add Created 5 years, 5 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/images/settings.svg ('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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 <include name="IDR_WEBUI_IMAGES_CHECKBOX_WHITE" 182 <include name="IDR_WEBUI_IMAGES_CHECKBOX_WHITE"
183 file="images/checkbox_white.png" type="BINDATA" /> 183 file="images/checkbox_white.png" type="BINDATA" />
184 <include name="IDR_WEBUI_IMAGES_DISABLED_SELECT" 184 <include name="IDR_WEBUI_IMAGES_DISABLED_SELECT"
185 file="images/disabled_select.png" type="BINDATA" /> 185 file="images/disabled_select.png" type="BINDATA" />
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_GEAR" 188 <include name="IDR_WEBUI_IMAGES_GEAR"
189 file="images/gear.png" type="BINDATA" /> 189 file="images/gear.png" type="BINDATA" />
190 <include name="IDR_WEBUI_IMAGES_GOOGLE_TRANSPARENT" 190 <include name="IDR_WEBUI_IMAGES_GOOGLE_TRANSPARENT"
191 file="images/google-transparent.png" type="BINDATA" /> 191 file="images/google-transparent.png" type="BINDATA" />
192 <include name="IDR_WEBUI_IMAGES_HELP"
193 file="images/help.png" type="BINDATA" />
194 <include name="IDR_WEBUI_IMAGES_QUESTION_MARK" 192 <include name="IDR_WEBUI_IMAGES_QUESTION_MARK"
195 file="images/question_mark.png" type="BINDATA" /> 193 file="images/question_mark.png" type="BINDATA" />
196 <include name="IDR_WEBUI_IMAGES_SELECT" 194 <include name="IDR_WEBUI_IMAGES_SELECT"
197 file="images/select.png" type="BINDATA" /> 195 file="images/select.png" type="BINDATA" />
198 <include name="IDR_WEBUI_IMAGES_THROBBER" 196 <include name="IDR_WEBUI_IMAGES_THROBBER"
199 file="images/throbber.svg" type="BINDATA" /> 197 file="images/throbber.svg" type="BINDATA" />
200 <include name="IDR_WEBUI_IMAGES_TRASH" 198 <include name="IDR_WEBUI_IMAGES_TRASH"
201 file="images/trash.png" type="BINDATA" /> 199 file="images/trash.png" type="BINDATA" />
202 <include name="IDR_WEBUI_IMAGES_CLOUDS" 200 <include name="IDR_WEBUI_IMAGES_CLOUDS"
203 file="images/clouds.png" type="BINDATA" /> 201 file="images/clouds.png" type="BINDATA" />
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 type="chrome_html" /> 441 type="chrome_html" />
444 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 442 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
445 file="js/chromeos/ui_account_tweaks.js" 443 file="js/chromeos/ui_account_tweaks.js"
446 type="chrome_html" /> 444 type="chrome_html" />
447 </if> 445 </if>
448 <part file="cr_elements_resources.grdp" /> 446 <part file="cr_elements_resources.grdp" />
449 <part file="polymer_resources.grdp" /> 447 <part file="polymer_resources.grdp" />
450 </structures> 448 </structures>
451 </release> 449 </release>
452 </grit> 450 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/images/settings.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698