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

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

Issue 2393463002: MD Settings: Rename select_css.html to md_select_css.html. (Closed)
Patch Set: 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
« no previous file with comments | « chrome/browser/resources/settings/select_css.html ('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" 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS" 226 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS"
227 file="settings_page/main_page_behavior.js" 227 file="settings_page/main_page_behavior.js"
228 type="chrome_html" /> 228 type="chrome_html" />
229 <structure name="IDR_SETTINGS_SETTINGS_VARS_CSS_HTML" 229 <structure name="IDR_SETTINGS_SETTINGS_VARS_CSS_HTML"
230 file="settings_vars_css.html" 230 file="settings_vars_css.html"
231 type="chrome_html" /> 231 type="chrome_html" />
232 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML" 232 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML"
233 file="settings_shared_css.html" 233 file="settings_shared_css.html"
234 type="chrome_html" 234 type="chrome_html"
235 flattenhtml="true" /> 235 flattenhtml="true" />
236 <structure name="IDR_SETTINGS_SELECT_CSS_HTML" 236 <structure name="IDR_SETTINGS_MD_SELECT_CSS_HTML"
237 file="select_css.html" 237 file="md_select_css.html"
238 type="chrome_html" /> 238 type="chrome_html" />
239 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML" 239 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML"
240 file="settings_ui/settings_ui.html" 240 file="settings_ui/settings_ui.html"
241 type="chrome_html" /> 241 type="chrome_html" />
242 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS" 242 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS"
243 file="settings_ui/settings_ui.js" 243 file="settings_ui/settings_ui.js"
244 type="chrome_html" 244 type="chrome_html"
245 flattenhtml="true" /> 245 flattenhtml="true" />
246 <if expr="use_nss_certs"> 246 <if expr="use_nss_certs">
247 <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_HTML" 247 <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_HTML"
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 type="chrome_html" /> 1112 type="chrome_html" />
1113 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1113 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1114 file="people_page/users_page.html" 1114 file="people_page/users_page.html"
1115 type="chrome_html" 1115 type="chrome_html"
1116 flattenhtml="true" 1116 flattenhtml="true"
1117 allowexternalscript="true" /> 1117 allowexternalscript="true" />
1118 </if> 1118 </if>
1119 </structures> 1119 </structures>
1120 </release> 1120 </release>
1121 </grit> 1121 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/select_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698