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

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

Issue 2079853002: Add Edit/Create Address Dialog to MD Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 6 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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 type="chrome_html" /> 489 type="chrome_html" />
490 <structure name="IDR_SETTINGS_CREDIT_CARD_EDIT_DIALOG_JS" 490 <structure name="IDR_SETTINGS_CREDIT_CARD_EDIT_DIALOG_JS"
491 file="passwords_and_forms_page/credit_card_edit_dialog.js" 491 file="passwords_and_forms_page/credit_card_edit_dialog.js"
492 type="chrome_html" /> 492 type="chrome_html" />
493 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_HTML" 493 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_HTML"
494 file="passwords_and_forms_page/autofill_section.html" 494 file="passwords_and_forms_page/autofill_section.html"
495 type="chrome_html" /> 495 type="chrome_html" />
496 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_JS" 496 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_JS"
497 file="passwords_and_forms_page/autofill_section.js" 497 file="passwords_and_forms_page/autofill_section.js"
498 type="chrome_html" /> 498 type="chrome_html" />
499 <structure name="IDR_SETTINGS_ADDRESS_EDIT_DIALOG_HTML"
500 file="passwords_and_forms_page/address_edit_dialog.html"
501 type="chrome_html" />
502 <structure name="IDR_SETTINGS_ADDRESS_EDIT_DIALOG_JS"
503 file="passwords_and_forms_page/address_edit_dialog.js"
504 type="chrome_html" />
499 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML" 505 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML"
500 file="passwords_and_forms_page/passwords_section.html" 506 file="passwords_and_forms_page/passwords_section.html"
501 type="chrome_html" /> 507 type="chrome_html" />
502 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS" 508 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS"
503 file="passwords_and_forms_page/passwords_section.js" 509 file="passwords_and_forms_page/passwords_section.js"
504 type="chrome_html" /> 510 type="chrome_html" />
505 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_HTML" 511 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_HTML"
506 file="passwords_and_forms_page/password_edit_dialog.html" 512 file="passwords_and_forms_page/password_edit_dialog.html"
507 type="chrome_html" /> 513 type="chrome_html" />
508 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_JS" 514 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_JS"
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 type="chrome_html" /> 924 type="chrome_html" />
919 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 925 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
920 file="people_page/users_page.html" 926 file="people_page/users_page.html"
921 type="chrome_html" 927 type="chrome_html"
922 flattenhtml="true" 928 flattenhtml="true"
923 allowexternalscript="true" /> 929 allowexternalscript="true" />
924 </if> 930 </if>
925 </structures> 931 </structures>
926 </release> 932 </release>
927 </grit> 933 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698