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

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

Issue 2094223004: MD Settings: make chrome://[md-]settings/clearBrowserData URL work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asdf Created 4 years, 5 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 type="chrome_html" 155 type="chrome_html"
156 allowexternalscript="true" /> 156 allowexternalscript="true" />
157 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_HTML" 157 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_HTML"
158 file="settings_main/settings_main.html" 158 file="settings_main/settings_main.html"
159 type="chrome_html" 159 type="chrome_html"
160 flattenhtml="true" 160 flattenhtml="true"
161 allowexternalscript="true" /> 161 allowexternalscript="true" />
162 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_JS" 162 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_JS"
163 file="settings_main/settings_main.js" 163 file="settings_main/settings_main.js"
164 type="chrome_html" /> 164 type="chrome_html" />
165 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_RENDERED_HTML"
166 file="settings_main/settings_main_rendered.html"
167 type="chrome_html"
168 allowexternalscript="true" />
169 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_RENDERED_JS"
170 file="settings_main/settings_main_rendered.js"
171 type="chrome_html" />
165 <structure name="IDR_SETTINGS_CR_SETTINGS_MENU_HTML" 172 <structure name="IDR_SETTINGS_CR_SETTINGS_MENU_HTML"
166 file="settings_menu/settings_menu.html" 173 file="settings_menu/settings_menu.html"
167 type="chrome_html" 174 type="chrome_html"
168 flattenhtml="true" 175 flattenhtml="true"
169 allowexternalscript="true" /> 176 allowexternalscript="true" />
170 <structure name="IDR_SETTINGS_CR_SETTINGS_MENU_JS" 177 <structure name="IDR_SETTINGS_CR_SETTINGS_MENU_JS"
171 file="settings_menu/settings_menu.js" 178 file="settings_menu/settings_menu.js"
172 type="chrome_html" /> 179 type="chrome_html" />
173 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_VISIBILITY_HTML" 180 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_VISIBILITY_HTML"
174 file="settings_page/settings_page_visibility.html" 181 file="settings_page/settings_page_visibility.html"
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 type="chrome_html" /> 925 type="chrome_html" />
919 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 926 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
920 file="people_page/users_page.html" 927 file="people_page/users_page.html"
921 type="chrome_html" 928 type="chrome_html"
922 flattenhtml="true" 929 flattenhtml="true"
923 allowexternalscript="true" /> 930 allowexternalscript="true" />
924 </if> 931 </if>
925 </structures> 932 </structures>
926 </release> 933 </release>
927 </grit> 934 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698