| 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" 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" /> |
| 11 <output filename="grit/webui_resources_map.h" type="resource_map_header" /> | 11 <output filename="grit/webui_resources_map.h" type="resource_map_header" /> |
| 12 <output filename="webui_resources.pak" type="data_package" /> | 12 <output filename="webui_resources.pak" type="data_package" /> |
| 13 </outputs> | 13 </outputs> |
| 14 <release seq="1"> | 14 <release seq="1"> |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 file="js/chromeos/ui_account_tweaks.js" | 463 file="js/chromeos/ui_account_tweaks.js" |
| 464 type="chrome_html" /> | 464 type="chrome_html" /> |
| 465 </if> | 465 </if> |
| 466 <part file="cr_elements_resources.grdp" /> | 466 <part file="cr_elements_resources.grdp" /> |
| 467 <if expr="not is_android"> | 467 <if expr="not is_android"> |
| 468 <part file="polymer_resources.grdp" /> | 468 <part file="polymer_resources.grdp" /> |
| 469 </if> | 469 </if> |
| 470 </structures> | 470 </structures> |
| 471 </release> | 471 </release> |
| 472 </grit> | 472 </grit> |
| OLD | NEW |