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

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

Issue 1918823011: [MD Settings] Add initial autofill sub page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 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_page/settings_router.js ('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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_JS" 455 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_JS"
456 file="languages_page/edit_dictionary_page.js" 456 file="languages_page/edit_dictionary_page.js"
457 type="chrome_html" /> 457 type="chrome_html" />
458 </if> 458 </if>
459 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML" 459 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML"
460 file="passwords_and_forms_page/passwords_and_forms_page.html" 460 file="passwords_and_forms_page/passwords_and_forms_page.html"
461 type="chrome_html" /> 461 type="chrome_html" />
462 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS" 462 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS"
463 file="passwords_and_forms_page/passwords_and_forms_page.js" 463 file="passwords_and_forms_page/passwords_and_forms_page.js"
464 type="chrome_html" /> 464 type="chrome_html" />
465 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_HTML"
466 file="passwords_and_forms_page/autofill_section.html"
467 type="chrome_html" />
468 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_JS"
469 file="passwords_and_forms_page/autofill_section.js"
470 type="chrome_html" />
465 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML" 471 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML"
466 file="passwords_and_forms_page/passwords_section.html" 472 file="passwords_and_forms_page/passwords_section.html"
467 type="chrome_html" /> 473 type="chrome_html" />
468 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS" 474 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS"
469 file="passwords_and_forms_page/passwords_section.js" 475 file="passwords_and_forms_page/passwords_section.js"
470 type="chrome_html" /> 476 type="chrome_html" />
471 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_HTML" 477 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_HTML"
472 file="passwords_and_forms_page/password_edit_dialog.html" 478 file="passwords_and_forms_page/password_edit_dialog.html"
473 type="chrome_html" /> 479 type="chrome_html" />
474 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_JS" 480 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_JS"
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 type="chrome_html" 942 type="chrome_html"
937 flattenhtml="true" 943 flattenhtml="true"
938 allowexternalscript="true" /> 944 allowexternalscript="true" />
939 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 945 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
940 file="people_page/users_page.css" 946 file="people_page/users_page.css"
941 type="chrome_html" /> 947 type="chrome_html" />
942 </if> 948 </if>
943 </structures> 949 </structures>
944 </release> 950 </release>
945 </grit> 951 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_page/settings_router.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698