| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 file="css/trash.css" type="chrome_html" /> | 241 file="css/trash.css" type="chrome_html" /> |
| 242 <structure name="IDR_WEBUI_CSS_TREE" | 242 <structure name="IDR_WEBUI_CSS_TREE" |
| 243 file="css/tree.css" type="chrome_html" | 243 file="css/tree.css" type="chrome_html" |
| 244 flattenhtml="true" /> | 244 flattenhtml="true" /> |
| 245 <structure name="IDR_WEBUI_CSS_TREE_JS" | 245 <structure name="IDR_WEBUI_CSS_TREE_JS" |
| 246 file="css/tree.css.js" type="chrome_html" /> | 246 file="css/tree.css.js" type="chrome_html" /> |
| 247 <structure name="IDR_WEBUI_CSS_WIDGETS" | 247 <structure name="IDR_WEBUI_CSS_WIDGETS" |
| 248 file="css/widgets.css" type="chrome_html" | 248 file="css/widgets.css" type="chrome_html" |
| 249 flattenhtml="true" /> | 249 flattenhtml="true" /> |
| 250 <structure name="IDR_WEBUI_JS_CR" | 250 <structure name="IDR_WEBUI_JS_CR" |
| 251 file="js/cr.js" type="chrome_html" /> | 251 file="js/cr.js" type="chrome_html" flattenhtml="true" /> |
| 252 <structure name="IDR_WEBUI_JS_CR_EVENT_TARGET" | 252 <structure name="IDR_WEBUI_JS_CR_EVENT_TARGET" |
| 253 file="js/cr/event_target.js" type="chrome_html" /> | 253 file="js/cr/event_target.js" type="chrome_html" /> |
| 254 <structure name="IDR_WEBUI_JS_CR_LINK_CONTROLLER" | 254 <structure name="IDR_WEBUI_JS_CR_LINK_CONTROLLER" |
| 255 file="js/cr/link_controller.js" type="chrome_html" /> | 255 file="js/cr/link_controller.js" type="chrome_html" /> |
| 256 <structure name="IDR_WEBUI_JS_CR_UI" | 256 <structure name="IDR_WEBUI_JS_CR_UI" |
| 257 file="js/cr/ui.js" type="chrome_html" /> | 257 file="js/cr/ui.js" type="chrome_html" /> |
| 258 <structure name="IDR_WEBUI_JS_CR_UI_ALERT_OVERLAY" | 258 <structure name="IDR_WEBUI_JS_CR_UI_ALERT_OVERLAY" |
| 259 file="js/cr/ui/alert_overlay.js" type="chrome_html" /> | 259 file="js/cr/ui/alert_overlay.js" type="chrome_html" /> |
| 260 <structure name="IDR_WEBUI_JS_CR_UI_ARRAY_DATA_MODEL" | 260 <structure name="IDR_WEBUI_JS_CR_UI_ARRAY_DATA_MODEL" |
| 261 file="js/cr/ui/array_data_model.js" | 261 file="js/cr/ui/array_data_model.js" |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" | 360 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" |
| 361 file="css/chromeos/ui_account_tweaks.css" | 361 file="css/chromeos/ui_account_tweaks.css" |
| 362 type="chrome_html" /> | 362 type="chrome_html" /> |
| 363 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 363 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
| 364 file="js/chromeos/ui_account_tweaks.js" | 364 file="js/chromeos/ui_account_tweaks.js" |
| 365 type="chrome_html" /> | 365 type="chrome_html" /> |
| 366 </if> | 366 </if> |
| 367 </structures> | 367 </structures> |
| 368 </release> | 368 </release> |
| 369 </grit> | 369 </grit> |
| OLD | NEW |