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

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

Issue 1227223004: Switch controlled settings indicators to inlined SVGs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 <structure name="IDR_WEBUI_CSS_BUBBLE" 212 <structure name="IDR_WEBUI_CSS_BUBBLE"
213 file="css/bubble.css" type="chrome_html" /> 213 file="css/bubble.css" type="chrome_html" />
214 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON" 214 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON"
215 file="css/bubble_button.css" type="chrome_html" /> 215 file="css/bubble_button.css" type="chrome_html" />
216 <structure name="IDR_WEBUI_CSS_BUTTER_BAR" 216 <structure name="IDR_WEBUI_CSS_BUTTER_BAR"
217 file="css/butter_bar.css" type="chrome_html" /> 217 file="css/butter_bar.css" type="chrome_html" />
218 <structure name="IDR_WEBUI_CSS_CHROME" 218 <structure name="IDR_WEBUI_CSS_CHROME"
219 file="css/chrome_shared.css" type="chrome_html" 219 file="css/chrome_shared.css" type="chrome_html"
220 flattenhtml="true" /> 220 flattenhtml="true" />
221 <structure name="IDR_WEBUI_CSS_CONTROLLED_INDICATOR" 221 <structure name="IDR_WEBUI_CSS_CONTROLLED_INDICATOR"
222 file="css/controlled_indicator.css" type="chrome_html" /> 222 file="css/controlled_indicator.css" type="chrome_html"
223 flattenhtml="true" />
223 <structure name="IDR_WEBUI_CSS_DIALOGS" 224 <structure name="IDR_WEBUI_CSS_DIALOGS"
224 file="css/dialogs.css" type="chrome_html" /> 225 file="css/dialogs.css" type="chrome_html" />
225 <structure name="IDR_WEBUI_CSS_I18N_PROCESS" 226 <structure name="IDR_WEBUI_CSS_I18N_PROCESS"
226 file="css/i18n_process.css" type="chrome_html" /> 227 file="css/i18n_process.css" type="chrome_html" />
227 <structure name="IDR_WEBUI_CSS_LIST" 228 <structure name="IDR_WEBUI_CSS_LIST"
228 file="css/list.css" type="chrome_html" /> 229 file="css/list.css" type="chrome_html" />
229 <structure name="IDR_WEBUI_CSS_MENU" 230 <structure name="IDR_WEBUI_CSS_MENU"
230 file="css/menu.css" type="chrome_html" 231 file="css/menu.css" type="chrome_html"
231 flattenhtml="true" /> 232 flattenhtml="true" />
232 <structure name="IDR_WEBUI_CSS_MENU_BUTTON" 233 <structure name="IDR_WEBUI_CSS_MENU_BUTTON"
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 type="chrome_html" /> 396 type="chrome_html" />
396 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 397 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
397 file="js/chromeos/ui_account_tweaks.js" 398 file="js/chromeos/ui_account_tweaks.js"
398 type="chrome_html" /> 399 type="chrome_html" />
399 </if> 400 </if>
400 <part file="cr_elements_resources.grdp" /> 401 <part file="cr_elements_resources.grdp" />
401 <part file="polymer_resources.grdp" /> 402 <part file="polymer_resources.grdp" />
402 </structures> 403 </structures>
403 </release> 404 </release>
404 </grit> 405 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698