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

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

Issue 1774283002: [MD settings] move footer class into dialog style-module (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master Created 4 years, 9 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/settings_dialog.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"> 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 <structure name="IDR_SETTINGS_RESET_PAGE_DIALOG_CSS" 287 <structure name="IDR_SETTINGS_RESET_PAGE_DIALOG_CSS"
288 file="reset_page/reset_page_dialog.css" 288 file="reset_page/reset_page_dialog.css"
289 type="chrome_html" /> 289 type="chrome_html" />
290 <structure name="IDR_SETTINGS_RESET_PAGE_HTML" 290 <structure name="IDR_SETTINGS_RESET_PAGE_HTML"
291 file="reset_page/reset_page.html" 291 file="reset_page/reset_page.html"
292 type="chrome_html" 292 type="chrome_html"
293 flattenhtml="true" /> 293 flattenhtml="true" />
294 <structure name="IDR_SETTINGS_RESET_PAGE_JS" 294 <structure name="IDR_SETTINGS_RESET_PAGE_JS"
295 file="reset_page/reset_page.js" 295 file="reset_page/reset_page.js"
296 type="chrome_html" /> 296 type="chrome_html" />
297 <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_CSS"
298 file="reset_page/reset_profile_dialog.css"
299 type="chrome_html" />
300 <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_HTML" 297 <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_HTML"
301 file="reset_page/reset_profile_dialog.html" 298 file="reset_page/reset_profile_dialog.html"
302 type="chrome_html" /> 299 type="chrome_html" />
303 <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_JS" 300 <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_JS"
304 file="reset_page/reset_profile_dialog.js" 301 file="reset_page/reset_profile_dialog.js"
305 type="chrome_html" /> 302 type="chrome_html" />
306 <structure name="IDR_SETTINGS_RESET_PROFILE_BANNER_CSS" 303 <structure name="IDR_SETTINGS_RESET_PROFILE_BANNER_CSS"
307 file="reset_page/reset_profile_banner.css" 304 file="reset_page/reset_profile_banner.css"
308 type="chrome_html" /> 305 type="chrome_html" />
309 <structure name="IDR_SETTINGS_RESET_PROFILE_BANNER_HTML" 306 <structure name="IDR_SETTINGS_RESET_PROFILE_BANNER_HTML"
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 type="chrome_html" 811 type="chrome_html"
815 flattenhtml="true" 812 flattenhtml="true"
816 allowexternalscript="true" /> 813 allowexternalscript="true" />
817 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 814 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
818 file="people_page/users_page.css" 815 file="people_page/users_page.css"
819 type="chrome_html" /> 816 type="chrome_html" />
820 </if> 817 </if>
821 </structures> 818 </structures>
822 </release> 819 </release>
823 </grit> 820 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_dialog.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698