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

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

Issue 2109233002: [MD Settings] Add Edit/Create Address Dialog to MD Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 5 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 type="chrome_html" /> 526 type="chrome_html" />
527 <structure name="IDR_SETTINGS_CREDIT_CARD_EDIT_DIALOG_JS" 527 <structure name="IDR_SETTINGS_CREDIT_CARD_EDIT_DIALOG_JS"
528 file="passwords_and_forms_page/credit_card_edit_dialog.js" 528 file="passwords_and_forms_page/credit_card_edit_dialog.js"
529 type="chrome_html" /> 529 type="chrome_html" />
530 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_HTML" 530 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_HTML"
531 file="passwords_and_forms_page/autofill_section.html" 531 file="passwords_and_forms_page/autofill_section.html"
532 type="chrome_html" /> 532 type="chrome_html" />
533 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_JS" 533 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_JS"
534 file="passwords_and_forms_page/autofill_section.js" 534 file="passwords_and_forms_page/autofill_section.js"
535 type="chrome_html" /> 535 type="chrome_html" />
536 <structure name="IDR_SETTINGS_ADDRESS_EDIT_DIALOG_HTML"
537 file="passwords_and_forms_page/address_edit_dialog.html"
538 type="chrome_html" />
539 <structure name="IDR_SETTINGS_ADDRESS_EDIT_DIALOG_JS"
540 file="passwords_and_forms_page/address_edit_dialog.js"
541 type="chrome_html" />
536 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML" 542 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML"
537 file="passwords_and_forms_page/passwords_section.html" 543 file="passwords_and_forms_page/passwords_section.html"
538 type="chrome_html" /> 544 type="chrome_html" />
539 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS" 545 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS"
540 file="passwords_and_forms_page/passwords_section.js" 546 file="passwords_and_forms_page/passwords_section.js"
541 type="chrome_html" /> 547 type="chrome_html" />
542 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_HTML" 548 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_HTML"
543 file="passwords_and_forms_page/password_edit_dialog.html" 549 file="passwords_and_forms_page/password_edit_dialog.html"
544 type="chrome_html" /> 550 type="chrome_html" />
545 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_JS" 551 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_JS"
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 type="chrome_html" /> 977 type="chrome_html" />
972 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 978 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
973 file="people_page/users_page.html" 979 file="people_page/users_page.html"
974 type="chrome_html" 980 type="chrome_html"
975 flattenhtml="true" 981 flattenhtml="true"
976 allowexternalscript="true" /> 982 allowexternalscript="true" />
977 </if> 983 </if>
978 </structures> 984 </structures>
979 </release> 985 </release>
980 </grit> 986 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698