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

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: @private 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"
54 flattenhtml="true" />
48 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_HTML" 55 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_HTML"
49 file="appearance_page/appearance_fonts_page.html" 56 file="appearance_page/appearance_fonts_page.html"
50 type="chrome_html" 57 type="chrome_html"
51 allowexternalscript="true" /> 58 allowexternalscript="true" />
52 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_JS" 59 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_JS"
53 file="appearance_page/appearance_fonts_page.js" 60 file="appearance_page/appearance_fonts_page.js"
54 type="chrome_html" /> 61 type="chrome_html" />
55 <structure name="IDR_SETTINGS_APPEARANCE_PAGE_HTML" 62 <structure name="IDR_SETTINGS_APPEARANCE_PAGE_HTML"
56 file="appearance_page/appearance_page.html" 63 file="appearance_page/appearance_page.html"
57 type="chrome_html" 64 type="chrome_html"
58 flattenhtml="true" 65 flattenhtml="true"
59 allowexternalscript="true" /> 66 allowexternalscript="true" />
60 <structure name="IDR_SETTINGS_APPEARANCE_PAGE_JS" 67 <structure name="IDR_SETTINGS_APPEARANCE_PAGE_JS"
61 file="appearance_page/appearance_page.js" 68 file="appearance_page/appearance_page.js"
62 type="chrome_html" /> 69 type="chrome_html"
70 flattenhtml="true" />
63 <structure name="IDR_SETTINGS_APPEARANCE_SHARED_CSS" 71 <structure name="IDR_SETTINGS_APPEARANCE_SHARED_CSS"
64 file="appearance_page/appearance_shared.css" 72 file="appearance_page/appearance_shared.css"
65 type="chrome_html" /> 73 type="chrome_html" />
66 <structure name="IDR_SETTINGS_BASIC_PAGE_JS" 74 <structure name="IDR_SETTINGS_BASIC_PAGE_JS"
67 file="basic_page/basic_page.js" 75 file="basic_page/basic_page.js"
68 type="chrome_html" /> 76 type="chrome_html" />
69 <structure name="IDR_SETTINGS_BASIC_PAGE_HTML" 77 <structure name="IDR_SETTINGS_BASIC_PAGE_HTML"
70 file="basic_page/basic_page.html" 78 file="basic_page/basic_page.html"
71 type="chrome_html" 79 type="chrome_html"
72 flattenhtml="true" 80 flattenhtml="true"
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 type="chrome_html" 924 type="chrome_html"
917 flattenhtml="true" 925 flattenhtml="true"
918 allowexternalscript="true" /> 926 allowexternalscript="true" />
919 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 927 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
920 file="people_page/users_page.css" 928 file="people_page/users_page.css"
921 type="chrome_html" /> 929 type="chrome_html" />
922 </if> 930 </if>
923 </structures> 931 </structures>
924 </release> 932 </release>
925 </grit> 933 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698