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

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

Issue 1975003002: MD Settings: About page, implementing detailed build info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments. 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 19 matching lines...) Expand all
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 flattenhtml="true" />
35 <structure name="IDR_SETTINGS_ABOUT_PAGE_HTML" 35 <structure name="IDR_SETTINGS_ABOUT_PAGE_HTML"
36 file="about_page/about_page.html" 36 file="about_page/about_page.html"
37 type="chrome_html" 37 type="chrome_html"
38 flattenhtml="true" 38 flattenhtml="true"
39 allowexternalscript="true" /> 39 allowexternalscript="true" />
40 <if expr="chromeos">
41 <structure name="IDR_SETTINGS_DETAILED_BUILD_INFO_JS"
42 file="about_page/detailed_build_info.js"
43 type="chrome_html" />
44 <structure name="IDR_SETTINGS_DETAILED_BUILD_INFO_HTML"
45 file="about_page/detailed_build_info.html"
46 type="chrome_html" />
47 </if>
40 <structure name="IDR_SETTINGS_ADD_SITE_DIALOG_HTML" 48 <structure name="IDR_SETTINGS_ADD_SITE_DIALOG_HTML"
41 file="site_settings/add_site_dialog.html" 49 file="site_settings/add_site_dialog.html"
42 type="chrome_html" /> 50 type="chrome_html" />
43 <structure name="IDR_SETTINGS_ADD_SITE_DIALOG_JS" 51 <structure name="IDR_SETTINGS_ADD_SITE_DIALOG_JS"
44 file="site_settings/add_site_dialog.js" 52 file="site_settings/add_site_dialog.js"
45 type="chrome_html" /> 53 type="chrome_html" />
46 <structure name="IDR_SETTINGS_ADVANCED_PAGE_JS" 54 <structure name="IDR_SETTINGS_ADVANCED_PAGE_JS"
47 file="advanced_page/advanced_page.js" 55 file="advanced_page/advanced_page.js"
48 flattenhtml="true" 56 flattenhtml="true"
49 type="chrome_html" /> 57 type="chrome_html" />
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 type="chrome_html" 957 type="chrome_html"
950 flattenhtml="true" 958 flattenhtml="true"
951 allowexternalscript="true" /> 959 allowexternalscript="true" />
952 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 960 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
953 file="people_page/users_page.css" 961 file="people_page/users_page.css"
954 type="chrome_html" /> 962 type="chrome_html" />
955 </if> 963 </if>
956 </structures> 964 </structures>
957 </release> 965 </release>
958 </grit> 966 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/about_page/detailed_build_info.js ('k') | chrome/browser/ui/webui/settings/about_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698