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

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: Fixing Closure compilation. 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
« no previous file with comments | « chrome/browser/resources/settings/settings_page/settings_router.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 type="chrome_html" 952 type="chrome_html"
952 flattenhtml="true" 953 flattenhtml="true"
953 allowexternalscript="true" /> 954 allowexternalscript="true" />
954 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 955 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
955 file="people_page/users_page.css" 956 file="people_page/users_page.css"
956 type="chrome_html" /> 957 type="chrome_html" />
957 </if> 958 </if>
958 </structures> 959 </structures>
959 </release> 960 </release>
960 </grit> 961 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_page/settings_router.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698