| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 flattenhtml="true" /> | 196 flattenhtml="true" /> |
| 197 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA" | 197 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA" |
| 198 file="js/load_time_data.js" type="chrome_html" /> | 198 file="js/load_time_data.js" type="chrome_html" /> |
| 199 <structure name="IDR_WEBUI_JS_LOCAL_STRINGS" | 199 <structure name="IDR_WEBUI_JS_LOCAL_STRINGS" |
| 200 file="js/local_strings.js" type="chrome_html" /> | 200 file="js/local_strings.js" type="chrome_html" /> |
| 201 <structure name="IDR_WEBUI_JS_MEDIA_COMMON" | 201 <structure name="IDR_WEBUI_JS_MEDIA_COMMON" |
| 202 file="js/media_common.js" type="chrome_html" /> | 202 file="js/media_common.js" type="chrome_html" /> |
| 203 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" | 203 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" |
| 204 file="js/parse_html_subset.js" type="chrome_html" /> | 204 file="js/parse_html_subset.js" type="chrome_html" /> |
| 205 <structure name="IDR_WEBUI_JS_UTIL" | 205 <structure name="IDR_WEBUI_JS_UTIL" |
| 206 file="js/util.js" type="chrome_html" /> | 206 file="js/util.js" type="chrome_html" flattenhtml="true" /> |
| 207 <if expr="pp_ifdef('chromeos')"> | 207 <if expr="pp_ifdef('chromeos')"> |
| 208 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" | 208 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" |
| 209 file="css/chromeos/ui_account_tweaks.css" | 209 file="css/chromeos/ui_account_tweaks.css" |
| 210 type="chrome_html" /> | 210 type="chrome_html" /> |
| 211 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 211 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
| 212 file="js/chromeos/ui_account_tweaks.js" | 212 file="js/chromeos/ui_account_tweaks.js" |
| 213 type="chrome_html" /> | 213 type="chrome_html" /> |
| 214 </if> | 214 </if> |
| 215 </structures> | 215 </structures> |
| 216 </release> | 216 </release> |
| 217 </grit> | 217 </grit> |
| OLD | NEW |