Chromium Code Reviews| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 297 file="js/cr/ui/list_item.js" type="chrome_html" /> | 297 file="js/cr/ui/list_item.js" type="chrome_html" /> |
| 298 <structure name="IDR_WEBUI_JS_CR_UI_LIST_SELECTION_CONTROLLER" | 298 <structure name="IDR_WEBUI_JS_CR_UI_LIST_SELECTION_CONTROLLER" |
| 299 file="js/cr/ui/list_selection_controller.js" | 299 file="js/cr/ui/list_selection_controller.js" |
| 300 type="chrome_html" /> | 300 type="chrome_html" /> |
| 301 <structure name="IDR_WEBUI_JS_CR_UI_LIST_SELECTION_MODEL" | 301 <structure name="IDR_WEBUI_JS_CR_UI_LIST_SELECTION_MODEL" |
| 302 file="js/cr/ui/list_selection_model.js" | 302 file="js/cr/ui/list_selection_model.js" |
| 303 type="chrome_html" /> | 303 type="chrome_html" /> |
| 304 <structure name="IDR_WEBUI_JS_CR_UI_LIST_SINGLE_SELECTION_MODEL" | 304 <structure name="IDR_WEBUI_JS_CR_UI_LIST_SINGLE_SELECTION_MODEL" |
| 305 file="js/cr/ui/list_single_selection_model.js" | 305 file="js/cr/ui/list_single_selection_model.js" |
| 306 type="chrome_html" /> | 306 type="chrome_html" /> |
| 307 <structure name="IDR_OPTIONS_DELETABLE_ITEM_LIST" | |
| 308 file="../../../chrome/browser/resources/options/deletable_item_ list.js" | |
| 309 type="chrome_html" /> | |
| 310 <structure name="IDR_OPTIONS_INLINE_EDITABLE_LIST" | |
| 311 file="../../../chrome/browser/resources/options/inline_editable _list.js" | |
| 312 type="chrome_html" /> | |
|
bondd
2014/11/06 02:45:41
These are the only chrome/browser/ resources in th
Dan Beam
2014/11/06 02:56:13
not in this file
bondd
2014/11/07 17:36:14
Done.
| |
| 307 <structure name="IDR_WEBUI_JS_CR_UI_MENU" | 313 <structure name="IDR_WEBUI_JS_CR_UI_MENU" |
| 308 file="js/cr/ui/menu.js" type="chrome_html" /> | 314 file="js/cr/ui/menu.js" type="chrome_html" /> |
| 309 <structure name="IDR_WEBUI_JS_CR_UI_MENU_BUTTON" | 315 <structure name="IDR_WEBUI_JS_CR_UI_MENU_BUTTON" |
| 310 file="js/cr/ui/menu_button.js" type="chrome_html" /> | 316 file="js/cr/ui/menu_button.js" type="chrome_html" /> |
| 311 <structure name="IDR_WEBUI_JS_CR_UI_MENU_ITEM" | 317 <structure name="IDR_WEBUI_JS_CR_UI_MENU_ITEM" |
| 312 file="js/cr/ui/menu_item.js" type="chrome_html" /> | 318 file="js/cr/ui/menu_item.js" type="chrome_html" /> |
| 313 <structure name="IDR_WEBUI_JS_CR_UI_OVERLAY" | 319 <structure name="IDR_WEBUI_JS_CR_UI_OVERLAY" |
| 314 file="js/cr/ui/overlay.js" type="chrome_html" /> | 320 file="js/cr/ui/overlay.js" type="chrome_html" /> |
| 315 <structure name="IDR_WEBUI_JS_CR_UI_PAGE_MANAGER_PAGE" | 321 <structure name="IDR_WEBUI_JS_CR_UI_PAGE_MANAGER_PAGE" |
| 316 file="js/cr/ui/page_manager/page.js" type="chrome_html" /> | 322 file="js/cr/ui/page_manager/page.js" type="chrome_html" /> |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 369 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" | 375 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" |
| 370 file="css/chromeos/ui_account_tweaks.css" | 376 file="css/chromeos/ui_account_tweaks.css" |
| 371 type="chrome_html" /> | 377 type="chrome_html" /> |
| 372 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 378 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
| 373 file="js/chromeos/ui_account_tweaks.js" | 379 file="js/chromeos/ui_account_tweaks.js" |
| 374 type="chrome_html" /> | 380 type="chrome_html" /> |
| 375 </if> | 381 </if> |
| 376 </structures> | 382 </structures> |
| 377 </release> | 383 </release> |
| 378 </grit> | 384 </grit> |
| OLD | NEW |