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

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

Issue 1947293002: Implement autofill Address and Credit Card lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_JS" 476 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_JS"
477 file="languages_page/edit_dictionary_page.js" 477 file="languages_page/edit_dictionary_page.js"
478 type="chrome_html" /> 478 type="chrome_html" />
479 </if> 479 </if>
480 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML" 480 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML"
481 file="passwords_and_forms_page/passwords_and_forms_page.html" 481 file="passwords_and_forms_page/passwords_and_forms_page.html"
482 type="chrome_html" /> 482 type="chrome_html" />
483 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS" 483 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS"
484 file="passwords_and_forms_page/passwords_and_forms_page.js" 484 file="passwords_and_forms_page/passwords_and_forms_page.js"
485 type="chrome_html" /> 485 type="chrome_html" />
486 <structure name="IDR_SETTINGS_PASSWORDS_SHARED_CSS_HTML"
487 file="passwords_and_forms_page/passwords_shared_css.html"
488 type="chrome_html" />
486 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_HTML" 489 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_HTML"
487 file="passwords_and_forms_page/autofill_section.html" 490 file="passwords_and_forms_page/autofill_section.html"
488 type="chrome_html" /> 491 type="chrome_html" />
489 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_JS" 492 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_JS"
490 file="passwords_and_forms_page/autofill_section.js" 493 file="passwords_and_forms_page/autofill_section.js"
491 type="chrome_html" /> 494 type="chrome_html" />
492 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML" 495 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML"
493 file="passwords_and_forms_page/passwords_section.html" 496 file="passwords_and_forms_page/passwords_section.html"
494 type="chrome_html" /> 497 type="chrome_html" />
495 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS" 498 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS"
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 type="chrome_html" 927 type="chrome_html"
925 flattenhtml="true" 928 flattenhtml="true"
926 allowexternalscript="true" /> 929 allowexternalscript="true" />
927 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 930 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
928 file="people_page/users_page.css" 931 file="people_page/users_page.css"
929 type="chrome_html" /> 932 type="chrome_html" />
930 </if> 933 </if>
931 </structures> 934 </structures>
932 </release> 935 </release>
933 </grit> 936 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698