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

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

Issue 2509543002: MD Settings: create a shared handler/browser proxy to control extensions (Closed)
Patch Set: self-review Created 4 years, 1 month 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" />
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 type="chrome_html" 122 type="chrome_html"
123 flattenhtml="true" /> 123 flattenhtml="true" />
124 <structure name="IDR_SETTINGS_BASIC_PAGE_JS" 124 <structure name="IDR_SETTINGS_BASIC_PAGE_JS"
125 file="basic_page/basic_page.js" 125 file="basic_page/basic_page.js"
126 type="chrome_html" /> 126 type="chrome_html" />
127 <structure name="IDR_SETTINGS_BASIC_PAGE_HTML" 127 <structure name="IDR_SETTINGS_BASIC_PAGE_HTML"
128 file="basic_page/basic_page.html" 128 file="basic_page/basic_page.html"
129 type="chrome_html" 129 type="chrome_html"
130 flattenhtml="true" 130 flattenhtml="true"
131 allowexternalscript="true" /> 131 allowexternalscript="true" />
132 <structure name="IDR_SETTINGS_EXTENSION_CONTROL_BROWSER_PROXY_JS"
133 file="extension_control_browser_proxy.js"
134 type="chrome_html" />
135 <structure name="IDR_SETTINGS_EXTENSION_CONTROL_BROWSER_PROXY_HTML"
136 file="extension_control_browser_proxy.html"
137 type="chrome_html" />
132 <structure name="IDR_SETTINGS_FONTS_BROWSER_PROXY_HTML" 138 <structure name="IDR_SETTINGS_FONTS_BROWSER_PROXY_HTML"
133 file="appearance_page/fonts_browser_proxy.html" 139 file="appearance_page/fonts_browser_proxy.html"
134 type="chrome_html" /> 140 type="chrome_html" />
135 <structure name="IDR_SETTINGS_FONTS_BROWSER_PROXY_JS" 141 <structure name="IDR_SETTINGS_FONTS_BROWSER_PROXY_JS"
136 file="appearance_page/fonts_browser_proxy.js" 142 file="appearance_page/fonts_browser_proxy.js"
137 type="chrome_html" /> 143 type="chrome_html" />
138 <structure name="IDR_SETTINGS_LIFETIME_BROWSER_PROXY_HTML" 144 <structure name="IDR_SETTINGS_LIFETIME_BROWSER_PROXY_HTML"
139 file="lifetime_browser_proxy.html" 145 file="lifetime_browser_proxy.html"
140 type="chrome_html" /> 146 type="chrome_html" />
141 <structure name="IDR_SETTINGS_LIFETIME_BROWSER_PROXY_JS" 147 <structure name="IDR_SETTINGS_LIFETIME_BROWSER_PROXY_JS"
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 type="chrome_html" /> 1167 type="chrome_html" />
1162 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1168 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1163 file="people_page/users_page.html" 1169 file="people_page/users_page.html"
1164 type="chrome_html" 1170 type="chrome_html"
1165 flattenhtml="true" 1171 flattenhtml="true"
1166 allowexternalscript="true" /> 1172 allowexternalscript="true" />
1167 </if> 1173 </if>
1168 </structures> 1174 </structures>
1169 </release> 1175 </release>
1170 </grit> 1176 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698