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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 <structure name="IDR_WEBUI_JS_LOCAL_STRINGS" | 361 <structure name="IDR_WEBUI_JS_LOCAL_STRINGS" |
362 file="js/local_strings.js" type="chrome_html" /> | 362 file="js/local_strings.js" type="chrome_html" /> |
363 <structure name="IDR_WEBUI_JS_MEDIA_COMMON" | 363 <structure name="IDR_WEBUI_JS_MEDIA_COMMON" |
364 file="js/media_common.js" type="chrome_html" /> | 364 file="js/media_common.js" type="chrome_html" /> |
365 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" | 365 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" |
366 file="js/parse_html_subset.js" type="chrome_html" /> | 366 file="js/parse_html_subset.js" type="chrome_html" /> |
367 <structure name="IDR_WEBUI_JS_UTIL" | 367 <structure name="IDR_WEBUI_JS_UTIL" |
368 file="js/util.js" type="chrome_html" flattenhtml="true" /> | 368 file="js/util.js" type="chrome_html" flattenhtml="true" /> |
369 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" | 369 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" |
370 file="js/webui_resource_test.js" type="chrome_html" /> | 370 file="js/webui_resource_test.js" type="chrome_html" /> |
371 <if expr="pp_ifdef('chromeos')"> | 371 <if expr="chromeos"> |
372 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" | 372 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" |
373 file="css/chromeos/ui_account_tweaks.css" | 373 file="css/chromeos/ui_account_tweaks.css" |
374 type="chrome_html" /> | 374 type="chrome_html" /> |
375 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 375 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
376 file="js/chromeos/ui_account_tweaks.js" | 376 file="js/chromeos/ui_account_tweaks.js" |
377 type="chrome_html" /> | 377 type="chrome_html" /> |
378 </if> | 378 </if> |
379 </structures> | 379 </structures> |
380 </release> | 380 </release> |
381 </grit> | 381 </grit> |
OLD | NEW |