| 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 file="js/cr/ui/tabs.js" type="chrome_html" /> | 346 file="js/cr/ui/tabs.js" type="chrome_html" /> |
| 347 <structure name="IDR_WEBUI_JS_CR_UI_TREE" | 347 <structure name="IDR_WEBUI_JS_CR_UI_TREE" |
| 348 file="js/cr/ui/tree.js" type="chrome_html" /> | 348 file="js/cr/ui/tree.js" type="chrome_html" /> |
| 349 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER" | 349 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER" |
| 350 file="js/cr/ui/touch_handler.js" type="chrome_html" /> | 350 file="js/cr/ui/touch_handler.js" type="chrome_html" /> |
| 351 <structure name="IDR_WEBUI_JS_EVENT_TRACKER" | 351 <structure name="IDR_WEBUI_JS_EVENT_TRACKER" |
| 352 file="js/event_tracker.js" type="chrome_html" /> | 352 file="js/event_tracker.js" type="chrome_html" /> |
| 353 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS" | 353 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS" |
| 354 file="js/i18n_template_no_process.js" | 354 file="js/i18n_template_no_process.js" |
| 355 type="chrome_html" /> | 355 type="chrome_html" /> |
| 356 <structure name="IDR_WEBUI_JS_ACTION_LINK" |
| 357 file="js/action_link.js" type="chrome_html" /> |
| 356 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA" | 358 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA" |
| 357 file="js/load_time_data.js" type="chrome_html" /> | 359 file="js/load_time_data.js" type="chrome_html" /> |
| 358 <structure name="IDR_WEBUI_JS_MEDIA_COMMON" | 360 <structure name="IDR_WEBUI_JS_MEDIA_COMMON" |
| 359 file="js/media_common.js" type="chrome_html" /> | 361 file="js/media_common.js" type="chrome_html" /> |
| 360 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" | 362 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" |
| 361 file="js/parse_html_subset.js" type="chrome_html" /> | 363 file="js/parse_html_subset.js" type="chrome_html" /> |
| 362 <structure name="IDR_WEBUI_JS_UTIL" | 364 <structure name="IDR_WEBUI_JS_UTIL" |
| 363 file="js/util.js" type="chrome_html" flattenhtml="true" /> | 365 file="js/util.js" type="chrome_html" flattenhtml="true" /> |
| 364 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" | 366 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" |
| 365 file="js/webui_resource_test.js" type="chrome_html" /> | 367 file="js/webui_resource_test.js" type="chrome_html" /> |
| 366 <if expr="chromeos"> | 368 <if expr="chromeos"> |
| 367 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" | 369 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" |
| 368 file="css/chromeos/ui_account_tweaks.css" | 370 file="css/chromeos/ui_account_tweaks.css" |
| 369 type="chrome_html" /> | 371 type="chrome_html" /> |
| 370 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 372 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
| 371 file="js/chromeos/ui_account_tweaks.js" | 373 file="js/chromeos/ui_account_tweaks.js" |
| 372 type="chrome_html" /> | 374 type="chrome_html" /> |
| 373 </if> | 375 </if> |
| 374 </structures> | 376 </structures> |
| 375 </release> | 377 </release> |
| 376 </grit> | 378 </grit> |
| OLD | NEW |