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

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

Issue 1836583003: MD Settings: Use paper-dropdown-menu for search engines. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change paper-item to div Created 4 years, 8 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 flattenhtml="true" 603 flattenhtml="true"
604 allowexternalscript="true" /> 604 allowexternalscript="true" />
605 <structure name="IDR_SETTINGS_SEARCH_PAGE_JS" 605 <structure name="IDR_SETTINGS_SEARCH_PAGE_JS"
606 file="search_page/search_page.js" 606 file="search_page/search_page.js"
607 type="chrome_html" /> 607 type="chrome_html" />
608 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML" 608 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML"
609 file="search_page/search_page.html" 609 file="search_page/search_page.html"
610 type="chrome_html" 610 type="chrome_html"
611 flattenhtml="true" 611 flattenhtml="true"
612 allowexternalscript="true" /> 612 allowexternalscript="true" />
613 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS"
614 file="search_page/search_page.css"
615 type="chrome_html" />
616 <structure name="IDR_SETTINGS_SYNC_PAGE_JS" 613 <structure name="IDR_SETTINGS_SYNC_PAGE_JS"
617 file="people_page/sync_page.js" 614 file="people_page/sync_page.js"
618 type="chrome_html" /> 615 type="chrome_html" />
619 <structure name="IDR_SETTINGS_SYNC_PAGE_HTML" 616 <structure name="IDR_SETTINGS_SYNC_PAGE_HTML"
620 file="people_page/sync_page.html" 617 file="people_page/sync_page.html"
621 type="chrome_html" 618 type="chrome_html"
622 flattenhtml="true" 619 flattenhtml="true"
623 allowexternalscript="true" /> 620 allowexternalscript="true" />
624 <structure name="IDR_SETTINGS_SYNC_PAGE_CSS" 621 <structure name="IDR_SETTINGS_SYNC_PAGE_CSS"
625 file="people_page/sync_page.css" 622 file="people_page/sync_page.css"
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 type="chrome_html" 872 type="chrome_html"
876 flattenhtml="true" 873 flattenhtml="true"
877 allowexternalscript="true" /> 874 allowexternalscript="true" />
878 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 875 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
879 file="people_page/users_page.css" 876 file="people_page/users_page.css"
880 type="chrome_html" /> 877 type="chrome_html" />
881 </if> 878 </if>
882 </structures> 879 </structures>
883 </release> 880 </release>
884 </grit> 881 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698