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

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: 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 type="chrome_html" /> 181 type="chrome_html" />
182 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML" 182 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML"
183 file="controls/settings_radio_group.html" 183 file="controls/settings_radio_group.html"
184 type="chrome_html" /> 184 type="chrome_html" />
185 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS" 185 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS"
186 file="controls/settings_radio_group.js" 186 file="controls/settings_radio_group.js"
187 type="chrome_html" /> 187 type="chrome_html" />
188 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_CSS" 188 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_CSS"
189 file="controls/settings_radio_group.css" 189 file="controls/settings_radio_group.css"
190 type="chrome_html" /> 190 type="chrome_html" />
191 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_CSS"
192 file="default_browser_page/default_browser_page.css"
193 type="chrome_html" />
194 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML"
195 file="default_browser_page/default_browser_page.html"
196 type="chrome_html"
197 flattenhtml="true"
198 allowexternalscript="true" />
199 <structure name="IDR_SETTINGS_DEFAULT_BROWSERE_PAGE_JS"
200 file="default_browser_page/default_browser_page.js"
201 type="chrome_html" />
191 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" 202 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS"
192 file="downloads_page/downloads_page.css" 203 file="downloads_page/downloads_page.css"
193 type="chrome_html" /> 204 type="chrome_html" />
194 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" 205 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML"
195 file="downloads_page/downloads_page.html" 206 file="downloads_page/downloads_page.html"
196 type="chrome_html" /> 207 type="chrome_html" />
197 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" 208 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS"
198 file="downloads_page/downloads_page.js" 209 file="downloads_page/downloads_page.js"
199 type="chrome_html" /> 210 type="chrome_html" />
200 <structure name="IDR_SETTINGS_LANGUAGES_HTML" 211 <structure name="IDR_SETTINGS_LANGUAGES_HTML"
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 type="chrome_html" 524 type="chrome_html"
514 flattenhtml="true" 525 flattenhtml="true"
515 allowexternalscript="true" /> 526 allowexternalscript="true" />
516 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 527 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
517 file="users_page/users_page.css" 528 file="users_page/users_page.css"
518 type="chrome_html" /> 529 type="chrome_html" />
519 </if> 530 </if>
520 </structures> 531 </structures>
521 </release> 532 </release>
522 </grit> 533 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698