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

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

Issue 2193953002: MD Settings: Remove unused settings.main.rendered global variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit. Created 4 years, 4 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" 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 type="chrome_html" 170 type="chrome_html"
171 allowexternalscript="true" /> 171 allowexternalscript="true" />
172 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_HTML" 172 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_HTML"
173 file="settings_main/settings_main.html" 173 file="settings_main/settings_main.html"
174 type="chrome_html" 174 type="chrome_html"
175 flattenhtml="true" 175 flattenhtml="true"
176 allowexternalscript="true" /> 176 allowexternalscript="true" />
177 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_JS" 177 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_JS"
178 file="settings_main/settings_main.js" 178 file="settings_main/settings_main.js"
179 type="chrome_html" /> 179 type="chrome_html" />
180 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_RENDERED_HTML"
181 file="settings_main/settings_main_rendered.html"
182 type="chrome_html"
183 allowexternalscript="true" />
184 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_RENDERED_JS"
185 file="settings_main/settings_main_rendered.js"
186 type="chrome_html" />
187 <structure name="IDR_SETTINGS_CR_SETTINGS_MENU_HTML" 180 <structure name="IDR_SETTINGS_CR_SETTINGS_MENU_HTML"
188 file="settings_menu/settings_menu.html" 181 file="settings_menu/settings_menu.html"
189 type="chrome_html" 182 type="chrome_html"
190 flattenhtml="true" 183 flattenhtml="true"
191 allowexternalscript="true" /> 184 allowexternalscript="true" />
192 <structure name="IDR_SETTINGS_CR_SETTINGS_MENU_JS" 185 <structure name="IDR_SETTINGS_CR_SETTINGS_MENU_JS"
193 file="settings_menu/settings_menu.js" 186 file="settings_menu/settings_menu.js"
194 type="chrome_html" /> 187 type="chrome_html" />
195 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_VISIBILITY_HTML" 188 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_VISIBILITY_HTML"
196 file="settings_page/settings_page_visibility.html" 189 file="settings_page/settings_page_visibility.html"
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 type="chrome_html" /> 1076 type="chrome_html" />
1084 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1077 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1085 file="people_page/users_page.html" 1078 file="people_page/users_page.html"
1086 type="chrome_html" 1079 type="chrome_html"
1087 flattenhtml="true" 1080 flattenhtml="true"
1088 allowexternalscript="true" /> 1081 allowexternalscript="true" />
1089 </if> 1082 </if>
1090 </structures> 1083 </structures>
1091 </release> 1084 </release>
1092 </grit> 1085 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698