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

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

Issue 1832253002: Settings People Revamp: Address CSS wrongdoings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 type="chrome_html" /> 409 type="chrome_html" />
410 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_CSS" 410 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_CSS"
411 file="passwords_and_forms_page/passwords_section.css" 411 file="passwords_and_forms_page/passwords_section.css"
412 type="chrome_html" /> 412 type="chrome_html" />
413 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML" 413 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML"
414 file="passwords_and_forms_page/passwords_section.html" 414 file="passwords_and_forms_page/passwords_section.html"
415 type="chrome_html" /> 415 type="chrome_html" />
416 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS" 416 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS"
417 file="passwords_and_forms_page/passwords_section.js" 417 file="passwords_and_forms_page/passwords_section.js"
418 type="chrome_html" /> 418 type="chrome_html" />
419 <structure name="IDR_SETTINGS_PEOPLE_PAGE_CSS"
420 file="people_page/people_page.css"
421 type="chrome_html"
422 flattenhtml="true"
423 allowexternalscript="true" />
424 <structure name="IDR_SETTINGS_PEOPLE_PAGE_HTML" 419 <structure name="IDR_SETTINGS_PEOPLE_PAGE_HTML"
425 file="people_page/people_page.html" 420 file="people_page/people_page.html"
426 type="chrome_html" 421 type="chrome_html"
427 flattenhtml="true" 422 flattenhtml="true"
428 allowexternalscript="true" /> 423 allowexternalscript="true" />
429 <structure name="IDR_SETTINGS_PEOPLE_PAGE_JS" 424 <structure name="IDR_SETTINGS_PEOPLE_PAGE_JS"
430 file="people_page/people_page.js" 425 file="people_page/people_page.js"
431 type="chrome_html" 426 type="chrome_html"
432 flattenhtml="true" 427 flattenhtml="true"
433 allowexternalscript="true" /> 428 allowexternalscript="true" />
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 type="chrome_html" 875 type="chrome_html"
881 flattenhtml="true" 876 flattenhtml="true"
882 allowexternalscript="true" /> 877 allowexternalscript="true" />
883 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 878 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
884 file="people_page/users_page.css" 879 file="people_page/users_page.css"
885 type="chrome_html" /> 880 type="chrome_html" />
886 </if> 881 </if>
887 </structures> 882 </structures>
888 </release> 883 </release>
889 </grit> 884 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698