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

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

Issue 2554403005: [MD settings] move extra options in category settings (Closed)
Patch Set: touch up Created 4 years 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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 file="advanced_page/advanced_page.html" 73 file="advanced_page/advanced_page.html"
74 type="chrome_html" 74 type="chrome_html"
75 flattenhtml="true" 75 flattenhtml="true"
76 allowexternalscript="true" /> 76 allowexternalscript="true" />
77 <structure name="IDR_SETTINGS_ALL_SITES_HTML" 77 <structure name="IDR_SETTINGS_ALL_SITES_HTML"
78 file="site_settings/all_sites.html" 78 file="site_settings/all_sites.html"
79 type="chrome_html" /> 79 type="chrome_html" />
80 <structure name="IDR_SETTINGS_ALL_SITES_JS" 80 <structure name="IDR_SETTINGS_ALL_SITES_JS"
81 file="site_settings/all_sites.js" 81 file="site_settings/all_sites.js"
82 type="chrome_html" /> 82 type="chrome_html" />
83 <structure name="IDR_SETTINGS_CATEGORY_DEFAULT_HTML"
84 file="site_settings/category_default.html"
85 type="chrome_html" />
86 <structure name="IDR_SETTINGS_CATEGORY_DEFAULT_JS"
87 file="site_settings/category_default.js"
88 type="chrome_html" />
83 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_HTML" 89 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_HTML"
84 file="animation/animation.html" 90 file="animation/animation.html"
85 type="chrome_html" /> 91 type="chrome_html" />
86 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_JS" 92 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_JS"
87 file="animation/animation.js" 93 file="animation/animation.js"
88 type="chrome_html" /> 94 type="chrome_html" />
89 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_GROUP_HTML" 95 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_GROUP_HTML"
90 file="animation/animation_group.html" 96 file="animation/animation_group.html"
91 type="chrome_html" /> 97 type="chrome_html" />
92 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_GROUP_JS" 98 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_GROUP_JS"
(...skipping 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 type="chrome_html" /> 1203 type="chrome_html" />
1198 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1204 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1199 file="people_page/users_page.html" 1205 file="people_page/users_page.html"
1200 type="chrome_html" 1206 type="chrome_html"
1201 flattenhtml="true" 1207 flattenhtml="true"
1202 allowexternalscript="true" /> 1208 allowexternalscript="true" />
1203 </if> 1209 </if>
1204 </structures> 1210 </structures>
1205 </release> 1211 </release>
1206 </grit> 1212 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698