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" output_all_resource_defines=
"false"> | 4 <grit latest_public_release="0" current_release="1" output_all_resource_defines=
"false"> |
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 259 matching lines...) Loading... |
270 <structure name="IDR_WEBUI_HTML_PROMISE_RESOLVER" | 270 <structure name="IDR_WEBUI_HTML_PROMISE_RESOLVER" |
271 file="html/promise_resolver.html" type="chrome_html" /> | 271 file="html/promise_resolver.html" type="chrome_html" /> |
272 <structure name="IDR_WEBUI_HTML_CR" | 272 <structure name="IDR_WEBUI_HTML_CR" |
273 file="html/cr.html" type="chrome_html" /> | 273 file="html/cr.html" type="chrome_html" /> |
274 <structure name="IDR_WEBUI_HTML_CR_EVENT_TARGET" | 274 <structure name="IDR_WEBUI_HTML_CR_EVENT_TARGET" |
275 file="html/cr/event_target.html" type="chrome_html" /> | 275 file="html/cr/event_target.html" type="chrome_html" /> |
276 <structure name="IDR_WEBUI_HTML_CR_UI" | 276 <structure name="IDR_WEBUI_HTML_CR_UI" |
277 file="html/cr/ui.html" type="chrome_html" /> | 277 file="html/cr/ui.html" type="chrome_html" /> |
278 <structure name="IDR_WEBUI_HTML_CR_UI_ALERT_OVERLAY" | 278 <structure name="IDR_WEBUI_HTML_CR_UI_ALERT_OVERLAY" |
279 file="html/cr/ui/alert_overlay.html" type="chrome_html" /> | 279 file="html/cr/ui/alert_overlay.html" type="chrome_html" /> |
| 280 <structure name="IDR_WEBUI_HTML_CR_UI_ARRAY_DATA_MODEL" |
| 281 file="html/cr/ui/array_data_model.html" type="chrome_html" /> |
280 <structure name="IDR_WEBUI_HTML_CR_UI_COMMAND" | 282 <structure name="IDR_WEBUI_HTML_CR_UI_COMMAND" |
281 file="html/cr/ui/command.html" type="chrome_html" /> | 283 file="html/cr/ui/command.html" type="chrome_html" /> |
282 <structure name="IDR_WEBUI_HTML_CR_UI_CONTEXT_MENU_BUTTON" | 284 <structure name="IDR_WEBUI_HTML_CR_UI_CONTEXT_MENU_BUTTON" |
283 file="html/cr/ui/context_menu_button.html" | 285 file="html/cr/ui/context_menu_button.html" |
284 type="chrome_html" /> | 286 type="chrome_html" /> |
285 <structure name="IDR_WEBUI_HTML_CR_UI_CONTEXT_MENU_HANDLER" | 287 <structure name="IDR_WEBUI_HTML_CR_UI_CONTEXT_MENU_HANDLER" |
286 file="html/cr/ui/context_menu_handler.html" | 288 file="html/cr/ui/context_menu_handler.html" |
287 type="chrome_html" /> | 289 type="chrome_html" /> |
288 <structure name="IDR_WEBUI_HTML_CR_UI_DRAG_WRAPPER" | 290 <structure name="IDR_WEBUI_HTML_CR_UI_DRAG_WRAPPER" |
289 file="html/cr/ui/drag_wrapper.html" type="chrome_html" /> | 291 file="html/cr/ui/drag_wrapper.html" type="chrome_html" /> |
(...skipping 178 matching lines...) Loading... |
468 file="js/chromeos/ui_account_tweaks.js" | 470 file="js/chromeos/ui_account_tweaks.js" |
469 type="chrome_html" /> | 471 type="chrome_html" /> |
470 </if> | 472 </if> |
471 <if expr="not is_android"> | 473 <if expr="not is_android"> |
472 <part file="cr_elements_resources.grdp" /> | 474 <part file="cr_elements_resources.grdp" /> |
473 <part file="polymer_resources.grdp" /> | 475 <part file="polymer_resources.grdp" /> |
474 </if> | 476 </if> |
475 </structures> | 477 </structures> |
476 </release> | 478 </release> |
477 </grit> | 479 </grit> |
OLD | NEW |