Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <grit latest_public_release="0" current_release="1"> | 2 <grit latest_public_release="0" current_release="1"> |
| 3 <outputs> | 3 <outputs> |
| 4 <output filename="grit/settings_resources.h" type="rc_header"> | 4 <output filename="grit/settings_resources.h" type="rc_header"> |
| 5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
| 6 </output> | 6 </output> |
| 7 <output filename="grit/settings_resources_map.cc" | 7 <output filename="grit/settings_resources_map.cc" |
| 8 type="resource_file_map_source" /> | 8 type="resource_file_map_source" /> |
| 9 <output filename="grit/settings_resources_map.h" | 9 <output filename="grit/settings_resources_map.h" |
| 10 type="resource_map_header" /> | 10 type="resource_map_header" /> |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 204 type="chrome_html" /> | 204 type="chrome_html" /> |
| 205 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML" | 205 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML" |
| 206 file="default_browser_page/default_browser_page.html" | 206 file="default_browser_page/default_browser_page.html" |
| 207 type="chrome_html" | 207 type="chrome_html" |
| 208 flattenhtml="true" | 208 flattenhtml="true" |
| 209 allowexternalscript="true" /> | 209 allowexternalscript="true" /> |
| 210 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_JS" | 210 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_JS" |
| 211 file="default_browser_page/default_browser_page.js" | 211 file="default_browser_page/default_browser_page.js" |
| 212 type="chrome_html" /> | 212 type="chrome_html" /> |
| 213 </if> | 213 </if> |
| 214 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_HTML" | |
| 215 file="direction_delegate.html" | |
|
Dan Beam
2016/02/17 19:57:12
I don't really think making a chrome/browser/resou
| |
| 216 type="chrome_html" /> | |
| 217 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_JS" | |
| 218 file="direction_delegate.js" | |
| 219 type="chrome_html" /> | |
| 214 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" | 220 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" |
| 215 file="downloads_page/downloads_page.css" | 221 file="downloads_page/downloads_page.css" |
| 216 type="chrome_html" /> | 222 type="chrome_html" /> |
| 217 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" | 223 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" |
| 218 file="downloads_page/downloads_page.html" | 224 file="downloads_page/downloads_page.html" |
| 219 type="chrome_html" | 225 type="chrome_html" |
| 220 flattenhtml="true" | 226 flattenhtml="true" |
| 221 allowexternalscript="true" /> | 227 allowexternalscript="true" /> |
| 222 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" | 228 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" |
| 223 file="downloads_page/downloads_page.js" | 229 file="downloads_page/downloads_page.js" |
| (...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 756 type="chrome_html" | 762 type="chrome_html" |
| 757 flattenhtml="true" | 763 flattenhtml="true" |
| 758 allowexternalscript="true" /> | 764 allowexternalscript="true" /> |
| 759 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" | 765 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" |
| 760 file="people_page/users_page.css" | 766 file="people_page/users_page.css" |
| 761 type="chrome_html" /> | 767 type="chrome_html" /> |
| 762 </if> | 768 </if> |
| 763 </structures> | 769 </structures> |
| 764 </release> | 770 </release> |
| 765 </grit> | 771 </grit> |
| OLD | NEW |