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

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

Issue 1896283003: [MD settings] appearance theme and wallpaper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: param comments 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
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 27 matching lines...) Expand all
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_HTML" 42 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_HTML"
43 file="settings_page/settings_animated_pages.html" 43 file="settings_page/settings_animated_pages.html"
44 type="chrome_html" /> 44 type="chrome_html" />
45 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_JS" 45 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_JS"
46 file="settings_page/settings_animated_pages.js" 46 file="settings_page/settings_animated_pages.js"
47 type="chrome_html" /> 47 type="chrome_html" />
48 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_HTML"
49 file="appearance_page/appearance_browser_proxy.html"
50 type="chrome_html" />
51 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_JS"
52 file="appearance_page/appearance_browser_proxy.js"
53 type="chrome_html" />
48 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_HTML" 54 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_HTML"
49 file="appearance_page/appearance_fonts_page.html" 55 file="appearance_page/appearance_fonts_page.html"
50 type="chrome_html" 56 type="chrome_html"
51 allowexternalscript="true" /> 57 allowexternalscript="true" />
52 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_JS" 58 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_JS"
53 file="appearance_page/appearance_fonts_page.js" 59 file="appearance_page/appearance_fonts_page.js"
54 type="chrome_html" /> 60 type="chrome_html" />
55 <structure name="IDR_SETTINGS_APPEARANCE_PAGE_HTML" 61 <structure name="IDR_SETTINGS_APPEARANCE_PAGE_HTML"
56 file="appearance_page/appearance_page.html" 62 file="appearance_page/appearance_page.html"
57 type="chrome_html" 63 type="chrome_html"
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 type="chrome_html" 922 type="chrome_html"
917 flattenhtml="true" 923 flattenhtml="true"
918 allowexternalscript="true" /> 924 allowexternalscript="true" />
919 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 925 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
920 file="people_page/users_page.css" 926 file="people_page/users_page.css"
921 type="chrome_html" /> 927 type="chrome_html" />
922 </if> 928 </if>
923 </structures> 929 </structures>
924 </release> 930 </release>
925 </grit> 931 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698