| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 file="css/trash.css" type="chrome_html" /> | 258 file="css/trash.css" type="chrome_html" /> |
| 259 <structure name="IDR_WEBUI_CSS_TREE" | 259 <structure name="IDR_WEBUI_CSS_TREE" |
| 260 file="css/tree.css" type="chrome_html" | 260 file="css/tree.css" type="chrome_html" |
| 261 flattenhtml="true" /> | 261 flattenhtml="true" /> |
| 262 <structure name="IDR_WEBUI_CSS_WIDGETS" | 262 <structure name="IDR_WEBUI_CSS_WIDGETS" |
| 263 file="css/widgets.css" type="chrome_html" | 263 file="css/widgets.css" type="chrome_html" |
| 264 flattenhtml="true" /> | 264 flattenhtml="true" /> |
| 265 | 265 |
| 266 <structure name="IDR_WEBUI_HTML_ACTION_LINK" | 266 <structure name="IDR_WEBUI_HTML_ACTION_LINK" |
| 267 file="html/action_link.html" type="chrome_html" /> | 267 file="html/action_link.html" type="chrome_html" /> |
| 268 <structure name="IDR_WEBUI_HTML_ACTION_LINK_CSS" |
| 269 file="html/action_link_css.html" type="chrome_html" /> |
| 268 <structure name="IDR_WEBUI_HTML_ASSERT" | 270 <structure name="IDR_WEBUI_HTML_ASSERT" |
| 269 file="html/assert.html" type="chrome_html" /> | 271 file="html/assert.html" type="chrome_html" /> |
| 270 <structure name="IDR_WEBUI_HTML_PROMISE_RESOLVER" | 272 <structure name="IDR_WEBUI_HTML_PROMISE_RESOLVER" |
| 271 file="html/promise_resolver.html" type="chrome_html" /> | 273 file="html/promise_resolver.html" type="chrome_html" /> |
| 272 <structure name="IDR_WEBUI_HTML_CR" | 274 <structure name="IDR_WEBUI_HTML_CR" |
| 273 file="html/cr.html" type="chrome_html" /> | 275 file="html/cr.html" type="chrome_html" /> |
| 274 <structure name="IDR_WEBUI_HTML_CR_EVENT_TARGET" | 276 <structure name="IDR_WEBUI_HTML_CR_EVENT_TARGET" |
| 275 file="html/cr/event_target.html" type="chrome_html" /> | 277 file="html/cr/event_target.html" type="chrome_html" /> |
| 276 <structure name="IDR_WEBUI_HTML_CR_UI" | 278 <structure name="IDR_WEBUI_HTML_CR_UI" |
| 277 file="html/cr/ui.html" type="chrome_html" /> | 279 file="html/cr/ui.html" type="chrome_html" /> |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 file="js/chromeos/ui_account_tweaks.js" | 493 file="js/chromeos/ui_account_tweaks.js" |
| 492 type="chrome_html" /> | 494 type="chrome_html" /> |
| 493 </if> | 495 </if> |
| 494 <if expr="not is_android"> | 496 <if expr="not is_android"> |
| 495 <part file="cr_elements_resources.grdp" /> | 497 <part file="cr_elements_resources.grdp" /> |
| 496 <part file="polymer_resources.grdp" /> | 498 <part file="polymer_resources.grdp" /> |
| 497 </if> | 499 </if> |
| 498 </structures> | 500 </structures> |
| 499 </release> | 501 </release> |
| 500 </grit> | 502 </grit> |
| OLD | NEW |