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

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

Issue 2402553002: MD Settings: Implementing modal popup/action menus. (Closed)
Patch Set: Address comments. Created 4 years, 2 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" />
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 file="md_select_css.html" 237 file="md_select_css.html"
238 type="chrome_html" 238 type="chrome_html"
239 flattenhtml="true" /> 239 flattenhtml="true" />
240 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML" 240 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML"
241 file="settings_ui/settings_ui.html" 241 file="settings_ui/settings_ui.html"
242 type="chrome_html" /> 242 type="chrome_html" />
243 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS" 243 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS"
244 file="settings_ui/settings_ui.js" 244 file="settings_ui/settings_ui.js"
245 type="chrome_html" 245 type="chrome_html"
246 flattenhtml="true" /> 246 flattenhtml="true" />
247 <structure name="IDR_SETTINGS_SETTINGS_ACTION_MENU_HTML"
248 file="settings_action_menu.html"
249 type="chrome_html" />
250 <structure name="IDR_SETTINGS_SETTINGS_ACTION_MENU_JS"
251 file="settings_action_menu.js"
252 type="chrome_html" />
247 <if expr="use_nss_certs"> 253 <if expr="use_nss_certs">
248 <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_HTML" 254 <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_HTML"
249 file="certificate_manager_page/certificate_manager_page.html" 255 file="certificate_manager_page/certificate_manager_page.html"
250 type="chrome_html" /> 256 type="chrome_html" />
251 <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_JS" 257 <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_JS"
252 file="certificate_manager_page/certificate_manager_page.js" 258 file="certificate_manager_page/certificate_manager_page.js"
253 type="chrome_html" /> 259 type="chrome_html" />
254 <structure name="IDR_SETTINGS_CERTIFICATE_LIST_HTML" 260 <structure name="IDR_SETTINGS_CERTIFICATE_LIST_HTML"
255 file="certificate_manager_page/certificate_list.html" 261 file="certificate_manager_page/certificate_list.html"
256 type="chrome_html" /> 262 type="chrome_html" />
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 type="chrome_html" /> 1131 type="chrome_html" />
1126 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1132 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1127 file="people_page/users_page.html" 1133 file="people_page/users_page.html"
1128 type="chrome_html" 1134 type="chrome_html"
1129 flattenhtml="true" 1135 flattenhtml="true"
1130 allowexternalscript="true" /> 1136 allowexternalscript="true" />
1131 </if> 1137 </if>
1132 </structures> 1138 </structures>
1133 </release> 1139 </release>
1134 </grit> 1140 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_action_menu.js ('k') | chrome/test/data/webui/settings/cr_settings_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698