Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Side by Side Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 1858903002: MD Settings: Move settings-animated-pages CSS to HTML (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/settings/settings_page/settings_animated_pages.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 21 matching lines...) Expand all
32 allowexternalscript="true" /> 32 allowexternalscript="true" />
33 <structure name="IDR_SETTINGS_ALL_SITES_CSS" 33 <structure name="IDR_SETTINGS_ALL_SITES_CSS"
34 file="site_settings/all_sites.css" 34 file="site_settings/all_sites.css"
35 type="chrome_html" /> 35 type="chrome_html" />
36 <structure name="IDR_SETTINGS_ALL_SITES_HTML" 36 <structure name="IDR_SETTINGS_ALL_SITES_HTML"
37 file="site_settings/all_sites.html" 37 file="site_settings/all_sites.html"
38 type="chrome_html" /> 38 type="chrome_html" />
39 <structure name="IDR_SETTINGS_ALL_SITES_JS" 39 <structure name="IDR_SETTINGS_ALL_SITES_JS"
40 file="site_settings/all_sites.js" 40 file="site_settings/all_sites.js"
41 type="chrome_html" /> 41 type="chrome_html" />
42 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_CSS"
43 file="settings_page/settings_animated_pages.css"
44 type="chrome_html" />
45 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_HTML" 42 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_HTML"
46 file="settings_page/settings_animated_pages.html" 43 file="settings_page/settings_animated_pages.html"
47 type="chrome_html" /> 44 type="chrome_html" />
48 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_JS" 45 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_JS"
49 file="settings_page/settings_animated_pages.js" 46 file="settings_page/settings_animated_pages.js"
50 type="chrome_html" /> 47 type="chrome_html" />
51 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_HTML" 48 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_HTML"
52 file="appearance_page/appearance_fonts_page.html" 49 file="appearance_page/appearance_fonts_page.html"
53 type="chrome_html" 50 type="chrome_html"
54 allowexternalscript="true" /> 51 allowexternalscript="true" />
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 type="chrome_html" 883 type="chrome_html"
887 flattenhtml="true" 884 flattenhtml="true"
888 allowexternalscript="true" /> 885 allowexternalscript="true" />
889 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 886 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
890 file="people_page/users_page.css" 887 file="people_page/users_page.css"
891 type="chrome_html" /> 888 type="chrome_html" />
892 </if> 889 </if>
893 </structures> 890 </structures>
894 </release> 891 </release>
895 </grit> 892 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_page/settings_animated_pages.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698