| OLD | NEW |
| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 file="css/list.css" type="chrome_html" /> | 218 file="css/list.css" type="chrome_html" /> |
| 219 <structure name="IDR_WEBUI_CSS_MENU" | 219 <structure name="IDR_WEBUI_CSS_MENU" |
| 220 file="css/menu.css" type="chrome_html" | 220 file="css/menu.css" type="chrome_html" |
| 221 flattenhtml="true" /> | 221 flattenhtml="true" /> |
| 222 <structure name="IDR_WEBUI_CSS_MENU_BUTTON" | 222 <structure name="IDR_WEBUI_CSS_MENU_BUTTON" |
| 223 file="css/menu_button.css" type="chrome_html" | 223 file="css/menu_button.css" type="chrome_html" |
| 224 flattenhtml="true" /> | 224 flattenhtml="true" /> |
| 225 <structure name="IDR_WEBUI_CSS_CHROME" | 225 <structure name="IDR_WEBUI_CSS_CHROME" |
| 226 file="css/chrome_shared.css" type="chrome_html" | 226 file="css/chrome_shared.css" type="chrome_html" |
| 227 flattenhtml="true" /> | 227 flattenhtml="true" /> |
| 228 <structure name="IDR_WEBUI_CSS_TEXT_DEFAULTS" |
| 229 file="css/text_defaults.css" type="chrome_html" /> |
| 228 <structure name="IDR_WEBUI_CSS_OVERLAY" | 230 <structure name="IDR_WEBUI_CSS_OVERLAY" |
| 229 file="css/overlay.css" type="chrome_html" | 231 file="css/overlay.css" type="chrome_html" |
| 230 flattenhtml="true" /> | 232 flattenhtml="true" /> |
| 231 <structure name="IDR_WEBUI_CSS_SPINNER" | 233 <structure name="IDR_WEBUI_CSS_SPINNER" |
| 232 file="css/spinner.css" type="chrome_html" /> | 234 file="css/spinner.css" type="chrome_html" /> |
| 233 <structure name="IDR_WEBUI_CSS_TABLE" | 235 <structure name="IDR_WEBUI_CSS_TABLE" |
| 234 file="css/table.css" type="chrome_html" /> | 236 file="css/table.css" type="chrome_html" /> |
| 235 <structure name="IDR_WEBUI_CSS_TABS" | 237 <structure name="IDR_WEBUI_CSS_TABS" |
| 236 file="css/tabs.css" type="chrome_html" /> | 238 file="css/tabs.css" type="chrome_html" /> |
| 237 <structure name="IDR_WEBUI_CSS_THROBBER" | 239 <structure name="IDR_WEBUI_CSS_THROBBER" |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" | 374 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" |
| 373 file="css/chromeos/ui_account_tweaks.css" | 375 file="css/chromeos/ui_account_tweaks.css" |
| 374 type="chrome_html" /> | 376 type="chrome_html" /> |
| 375 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 377 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
| 376 file="js/chromeos/ui_account_tweaks.js" | 378 file="js/chromeos/ui_account_tweaks.js" |
| 377 type="chrome_html" /> | 379 type="chrome_html" /> |
| 378 </if> | 380 </if> |
| 379 </structures> | 381 </structures> |
| 380 </release> | 382 </release> |
| 381 </grit> | 383 </grit> |
| OLD | NEW |