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

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

Issue 1973733002: MD Settings: About page, setup for showing a sub-page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comment. Created 4 years, 7 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 12 matching lines...) Expand all
23 allowexternalscript="true" /> 23 allowexternalscript="true" />
24 <structure name="IDR_SETTINGS_ABOUT_PAGE_BROWSER_PROXY_HTML" 24 <structure name="IDR_SETTINGS_ABOUT_PAGE_BROWSER_PROXY_HTML"
25 file="about_page/about_page_browser_proxy.html" 25 file="about_page/about_page_browser_proxy.html"
26 type="chrome_html" /> 26 type="chrome_html" />
27 <structure name="IDR_SETTINGS_ABOUT_PAGE_BROWSER_PROXY_JS" 27 <structure name="IDR_SETTINGS_ABOUT_PAGE_BROWSER_PROXY_JS"
28 file="about_page/about_page_browser_proxy.js" 28 file="about_page/about_page_browser_proxy.js"
29 type="chrome_html" 29 type="chrome_html"
30 flattenhtml="true" /> 30 flattenhtml="true" />
31 <structure name="IDR_SETTINGS_ABOUT_PAGE_JS" 31 <structure name="IDR_SETTINGS_ABOUT_PAGE_JS"
32 file="about_page/about_page.js" 32 file="about_page/about_page.js"
33 type="chrome_html" /> 33 type="chrome_html"
34 flattenhtml="true" />
34 <structure name="IDR_SETTINGS_ABOUT_PAGE_HTML" 35 <structure name="IDR_SETTINGS_ABOUT_PAGE_HTML"
35 file="about_page/about_page.html" 36 file="about_page/about_page.html"
36 type="chrome_html" 37 type="chrome_html"
37 flattenhtml="true" 38 flattenhtml="true"
38 allowexternalscript="true" /> 39 allowexternalscript="true" />
39 <structure name="IDR_SETTINGS_ADD_SITE_DIALOG_HTML" 40 <structure name="IDR_SETTINGS_ADD_SITE_DIALOG_HTML"
40 file="site_settings/add_site_dialog.html" 41 file="site_settings/add_site_dialog.html"
41 type="chrome_html" /> 42 type="chrome_html" />
42 <structure name="IDR_SETTINGS_ADD_SITE_DIALOG_JS" 43 <structure name="IDR_SETTINGS_ADD_SITE_DIALOG_JS"
43 file="site_settings/add_site_dialog.js" 44 file="site_settings/add_site_dialog.js"
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 type="chrome_html" 955 type="chrome_html"
955 flattenhtml="true" 956 flattenhtml="true"
956 allowexternalscript="true" /> 957 allowexternalscript="true" />
957 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 958 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
958 file="people_page/users_page.css" 959 file="people_page/users_page.css"
959 type="chrome_html" /> 960 type="chrome_html" />
960 </if> 961 </if>
961 </structures> 962 </structures>
962 </release> 963 </release>
963 </grit> 964 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698