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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
380 file="js/webui_resource_test.js" type="chrome_html" /> | 380 file="js/webui_resource_test.js" type="chrome_html" /> |
381 <if expr="chromeos"> | 381 <if expr="chromeos"> |
382 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" | 382 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" |
383 file="css/chromeos/ui_account_tweaks.css" | 383 file="css/chromeos/ui_account_tweaks.css" |
384 type="chrome_html" /> | 384 type="chrome_html" /> |
385 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 385 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
386 file="js/chromeos/ui_account_tweaks.js" | 386 file="js/chromeos/ui_account_tweaks.js" |
387 type="chrome_html" /> | 387 type="chrome_html" /> |
388 </if> | 388 </if> |
389 <part file="polymer_resources.grdp" /> | 389 <part file="polymer_resources.grdp" /> |
390 <part file="cr_element_resources.grdp" /> | |
stevenjb
2015/02/09 18:33:00
I think this should actually be cr_elements_resour
michaelpg
2015/02/09 22:11:19
Done. The plural sounds weird to me but this is ho
| |
390 </structures> | 391 </structures> |
391 </release> | 392 </release> |
392 </grit> | 393 </grit> |
OLD | NEW |