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

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

Issue 1388353003: [MD settings] adding DefaultBrowser settings page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review changes Created 5 years, 2 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 type="chrome_html" /> 187 type="chrome_html" />
188 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML" 188 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML"
189 file="controls/settings_radio_group.html" 189 file="controls/settings_radio_group.html"
190 type="chrome_html" /> 190 type="chrome_html" />
191 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS" 191 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS"
192 file="controls/settings_radio_group.js" 192 file="controls/settings_radio_group.js"
193 type="chrome_html" /> 193 type="chrome_html" />
194 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_CSS" 194 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_CSS"
195 file="controls/settings_radio_group.css" 195 file="controls/settings_radio_group.css"
196 type="chrome_html" /> 196 type="chrome_html" />
197 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_CSS"
198 file="default_browser_page/default_browser_page.css"
199 type="chrome_html" />
200 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML"
201 file="default_browser_page/default_browser_page.html"
202 type="chrome_html"
203 flattenhtml="true"
204 allowexternalscript="true" />
205 <structure name="IDR_SETTINGS_DEFAULT_BROWSERE_PAGE_JS"
206 file="default_browser_page/default_browser_page.js"
207 type="chrome_html" />
197 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" 208 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS"
198 file="downloads_page/downloads_page.css" 209 file="downloads_page/downloads_page.css"
199 type="chrome_html" /> 210 type="chrome_html" />
200 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" 211 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML"
201 file="downloads_page/downloads_page.html" 212 file="downloads_page/downloads_page.html"
202 type="chrome_html" /> 213 type="chrome_html" />
203 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" 214 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS"
204 file="downloads_page/downloads_page.js" 215 file="downloads_page/downloads_page.js"
205 type="chrome_html" /> 216 type="chrome_html" />
206 <structure name="IDR_SETTINGS_LANGUAGES_HTML" 217 <structure name="IDR_SETTINGS_LANGUAGES_HTML"
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 type="chrome_html" 538 type="chrome_html"
528 flattenhtml="true" 539 flattenhtml="true"
529 allowexternalscript="true" /> 540 allowexternalscript="true" />
530 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 541 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
531 file="users_page/users_page.css" 542 file="users_page/users_page.css"
532 type="chrome_html" /> 543 type="chrome_html" />
533 </if> 544 </if>
534 </structures> 545 </structures>
535 </release> 546 </release>
536 </grit> 547 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698