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

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

Issue 1124323004: Update some more webui progress indicators to new throbber: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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/css/spinner.css ('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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 <include name="IDR_WEBUI_IMAGES_GEAR" 187 <include name="IDR_WEBUI_IMAGES_GEAR"
188 file="images/gear.png" type="BINDATA" /> 188 file="images/gear.png" type="BINDATA" />
189 <include name="IDR_WEBUI_IMAGES_GOOGLE_TRANSPARENT" 189 <include name="IDR_WEBUI_IMAGES_GOOGLE_TRANSPARENT"
190 file="images/google-transparent.png" type="BINDATA" /> 190 file="images/google-transparent.png" type="BINDATA" />
191 <include name="IDR_WEBUI_IMAGES_HELP" 191 <include name="IDR_WEBUI_IMAGES_HELP"
192 file="images/help.png" type="BINDATA" /> 192 file="images/help.png" type="BINDATA" />
193 <include name="IDR_WEBUI_IMAGES_QUESTION_MARK" 193 <include name="IDR_WEBUI_IMAGES_QUESTION_MARK"
194 file="images/question_mark.png" type="BINDATA" /> 194 file="images/question_mark.png" type="BINDATA" />
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"
198 file="images/spinner.svg" type="BINDATA" />
Dan Beam 2015/05/07 01:21:22 where is this still used? i don't see it `git rm`
Evan Stade 2015/05/07 03:10:24 chrome/browser/resources/extensions/chromeos/kiosk
199 <include name="IDR_WEBUI_IMAGES_THROBBER" 197 <include name="IDR_WEBUI_IMAGES_THROBBER"
200 file="images/throbber.svg" type="BINDATA" /> 198 file="images/throbber.svg" type="BINDATA" />
201 <include name="IDR_WEBUI_IMAGES_TRASH" 199 <include name="IDR_WEBUI_IMAGES_TRASH"
202 file="images/trash.png" type="BINDATA" /> 200 file="images/trash.png" type="BINDATA" />
203 <include name="IDR_WEBUI_IMAGES_CLOUDS" 201 <include name="IDR_WEBUI_IMAGES_CLOUDS"
204 file="images/clouds.png" type="BINDATA" /> 202 file="images/clouds.png" type="BINDATA" />
205 203
206 <part file="cr_elements_images.grdp" /> 204 <part file="cr_elements_images.grdp" />
207 </includes> 205 </includes>
208 <structures> 206 <structures>
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 type="chrome_html" /> 390 type="chrome_html" />
393 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 391 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
394 file="js/chromeos/ui_account_tweaks.js" 392 file="js/chromeos/ui_account_tweaks.js"
395 type="chrome_html" /> 393 type="chrome_html" />
396 </if> 394 </if>
397 <part file="cr_elements_resources.grdp" /> 395 <part file="cr_elements_resources.grdp" />
398 <part file="polymer_resources.grdp" /> 396 <part file="polymer_resources.grdp" />
399 </structures> 397 </structures>
400 </release> 398 </release>
401 </grit> 399 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/css/spinner.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698