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

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

Issue 23450021: Profile Reset dialog: the new section with detailed feedback information (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ReplaceChars() Created 7 years, 3 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 | Annotate | Revision Log
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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 <include name="IDR_WEBUI_IMAGES_CHECKBOX_WHITE" 180 <include name="IDR_WEBUI_IMAGES_CHECKBOX_WHITE"
181 file="images/checkbox_white.png" type="BINDATA" /> 181 file="images/checkbox_white.png" type="BINDATA" />
182 <include name="IDR_WEBUI_IMAGES_DISABLED_SELECT" 182 <include name="IDR_WEBUI_IMAGES_DISABLED_SELECT"
183 file="images/disabled_select.png" type="BINDATA" /> 183 file="images/disabled_select.png" type="BINDATA" />
184 <include name="IDR_WEBUI_IMAGES_GEAR" 184 <include name="IDR_WEBUI_IMAGES_GEAR"
185 file="images/gear.png" type="BINDATA" /> 185 file="images/gear.png" type="BINDATA" />
186 <include name="IDR_WEBUI_IMAGES_GOOGLE_TRANSPARENT" 186 <include name="IDR_WEBUI_IMAGES_GOOGLE_TRANSPARENT"
187 file="images/google-transparent.png" type="BINDATA" /> 187 file="images/google-transparent.png" type="BINDATA" />
188 <include name="IDR_WEBUI_IMAGES_HELP" 188 <include name="IDR_WEBUI_IMAGES_HELP"
189 file="images/help.png" type="BINDATA" /> 189 file="images/help.png" type="BINDATA" />
190 <include name="IDR_WEBUI_IMAGES_QUESTION_MARK"
191 file="images/question_mark.png" type="BINDATA" />
190 <include name="IDR_WEBUI_IMAGES_SELECT" 192 <include name="IDR_WEBUI_IMAGES_SELECT"
191 file="images/select.png" type="BINDATA" /> 193 file="images/select.png" type="BINDATA" />
192 <include name="IDR_WEBUI_IMAGES_SPINNER" 194 <include name="IDR_WEBUI_IMAGES_SPINNER"
193 file="images/spinner.svg" type="BINDATA" /> 195 file="images/spinner.svg" type="BINDATA" />
194 <include name="IDR_WEBUI_IMAGES_THROBBER" 196 <include name="IDR_WEBUI_IMAGES_THROBBER"
195 file="images/throbber.svg" type="BINDATA" /> 197 file="images/throbber.svg" type="BINDATA" />
196 <include name="IDR_WEBUI_IMAGES_TRASH" 198 <include name="IDR_WEBUI_IMAGES_TRASH"
197 file="images/trash.png" type="BINDATA" /> 199 file="images/trash.png" type="BINDATA" />
198 <include name="IDR_WEBUI_IMAGES_CLOUDS" 200 <include name="IDR_WEBUI_IMAGES_CLOUDS"
199 file="images/clouds.png" type="BINDATA" /> 201 file="images/clouds.png" type="BINDATA" />
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" 372 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
371 file="css/chromeos/ui_account_tweaks.css" 373 file="css/chromeos/ui_account_tweaks.css"
372 type="chrome_html" /> 374 type="chrome_html" />
373 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 375 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
374 file="js/chromeos/ui_account_tweaks.js" 376 file="js/chromeos/ui_account_tweaks.js"
375 type="chrome_html" /> 377 type="chrome_html" />
376 </if> 378 </if>
377 </structures> 379 </structures>
378 </release> 380 </release>
379 </grit> 381 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698