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

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

Issue 2200463002: Reorganize accessibility settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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" />
11 <output filename="settings_resources.pak" type="data_package" /> 11 <output filename="settings_resources.pak" type="data_package" />
12 </outputs> 12 </outputs>
13 <release seq="1"> 13 <release seq="1">
14 <structures> 14 <structures>
15 <structure name="IDR_SETTINGS_A11Y_PAGE_JS" 15 <structure name="IDR_SETTINGS_A11Y_PAGE_JS"
16 file="a11y_page/a11y_page.js" 16 file="a11y_page/a11y_page.js"
17 flattenhtml="true" 17 flattenhtml="true"
18 type="chrome_html" /> 18 type="chrome_html" />
19 <structure name="IDR_SETTINGS_A11Y_PAGE_HTML" 19 <structure name="IDR_SETTINGS_A11Y_PAGE_HTML"
20 file="a11y_page/a11y_page.html" 20 file="a11y_page/a11y_page.html"
21 type="chrome_html" 21 type="chrome_html"
22 flattenhtml="true" 22 flattenhtml="true"
23 allowexternalscript="true" /> 23 allowexternalscript="true" />
24 <structure name="IDR_SETTINGS_MANAGE_A11Y_PAGE_JS"
michaelpg 2016/07/29 22:14:21 these should be <if expr="chromeos">
dmazzoni 2016/08/01 18:45:24 Done
25 file="a11y_page/manage_a11y_page.js"
26 flattenhtml="true"
27 type="chrome_html" />
28 <structure name="IDR_SETTINGS_MANAGE_A11Y_PAGE_HTML"
29 file="a11y_page/manage_a11y_page.html"
30 type="chrome_html"
31 flattenhtml="true"
32 allowexternalscript="true" />
24 <structure name="IDR_SETTINGS_ABOUT_PAGE_BROWSER_PROXY_HTML" 33 <structure name="IDR_SETTINGS_ABOUT_PAGE_BROWSER_PROXY_HTML"
25 file="about_page/about_page_browser_proxy.html" 34 file="about_page/about_page_browser_proxy.html"
26 type="chrome_html" /> 35 type="chrome_html" />
27 <structure name="IDR_SETTINGS_ABOUT_PAGE_BROWSER_PROXY_JS" 36 <structure name="IDR_SETTINGS_ABOUT_PAGE_BROWSER_PROXY_JS"
28 file="about_page/about_page_browser_proxy.js" 37 file="about_page/about_page_browser_proxy.js"
29 type="chrome_html" 38 type="chrome_html"
30 flattenhtml="true" /> 39 flattenhtml="true" />
31 <structure name="IDR_SETTINGS_ABOUT_PAGE_JS" 40 <structure name="IDR_SETTINGS_ABOUT_PAGE_JS"
32 file="about_page/about_page.js" 41 file="about_page/about_page.js"
33 type="chrome_html" 42 type="chrome_html"
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 type="chrome_html" /> 1067 type="chrome_html" />
1059 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1068 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1060 file="people_page/users_page.html" 1069 file="people_page/users_page.html"
1061 type="chrome_html" 1070 type="chrome_html"
1062 flattenhtml="true" 1071 flattenhtml="true"
1063 allowexternalscript="true" /> 1072 allowexternalscript="true" />
1064 </if> 1073 </if>
1065 </structures> 1074 </structures>
1066 </release> 1075 </release>
1067 </grit> 1076 </grit>
OLDNEW
« chrome/browser/resources/settings/icons.html ('K') | « chrome/browser/resources/settings/route.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698