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

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

Issue 1875413002: MD Settings: polish top-level bluetooth page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fixes 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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 <structure name="IDR_SETTINGS_SETTINGS_JS" 683 <structure name="IDR_SETTINGS_SETTINGS_JS"
684 file="settings.js" 684 file="settings.js"
685 type="chrome_html" /> 685 type="chrome_html" />
686 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_HTML" 686 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_HTML"
687 file="site_settings/website_usage_private_api.html" 687 file="site_settings/website_usage_private_api.html"
688 type="chrome_html" /> 688 type="chrome_html" />
689 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS" 689 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS"
690 file="site_settings/website_usage_private_api.js" 690 file="site_settings/website_usage_private_api.js"
691 type="chrome_html" /> 691 type="chrome_html" />
692 <if expr="chromeos"> 692 <if expr="chromeos">
693 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_CSS"
694 file="bluetooth_page/bluetooth_device_list_item.css"
695 type="chrome_html" />
696 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_HTML" 693 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_HTML"
697 file="bluetooth_page/bluetooth_device_list_item.html" 694 file="bluetooth_page/bluetooth_device_list_item.html"
698 type="chrome_html" /> 695 type="chrome_html" />
699 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_JS" 696 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_JS"
700 file="bluetooth_page/bluetooth_device_list_item.js" 697 file="bluetooth_page/bluetooth_device_list_item.js"
701 type="chrome_html" /> 698 type="chrome_html" />
702 <structure name="IDR_SETTINGS_BLUETOOTH_DIALOG_CSS" 699 <structure name="IDR_SETTINGS_BLUETOOTH_DIALOG_CSS"
703 file="bluetooth_page/bluetooth_dialog.css" 700 file="bluetooth_page/bluetooth_dialog.css"
704 type="chrome_html" /> 701 type="chrome_html" />
705 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_CSS"
706 file="bluetooth_page/bluetooth_page.css"
707 type="chrome_html" />
708 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_HTML" 702 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_HTML"
709 file="bluetooth_page/bluetooth_page.html" 703 file="bluetooth_page/bluetooth_page.html"
710 type="chrome_html" /> 704 type="chrome_html" />
711 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_JS" 705 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_JS"
712 file="bluetooth_page/bluetooth_page.js" 706 file="bluetooth_page/bluetooth_page.js"
713 type="chrome_html" /> 707 type="chrome_html" />
714 <structure name="IDR_SETTINGS_BLUETOOTH_ADD_DEVICE_DIALOG_HTML" 708 <structure name="IDR_SETTINGS_BLUETOOTH_ADD_DEVICE_DIALOG_HTML"
715 file="bluetooth_page/bluetooth_add_device_dialog.html" 709 file="bluetooth_page/bluetooth_add_device_dialog.html"
716 type="chrome_html" /> 710 type="chrome_html" />
717 <structure name="IDR_SETTINGS_BLUETOOTH_ADD_DEVICE_DIALOG_JS" 711 <structure name="IDR_SETTINGS_BLUETOOTH_ADD_DEVICE_DIALOG_JS"
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 type="chrome_html" 899 type="chrome_html"
906 flattenhtml="true" 900 flattenhtml="true"
907 allowexternalscript="true" /> 901 allowexternalscript="true" />
908 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 902 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
909 file="people_page/users_page.css" 903 file="people_page/users_page.css"
910 type="chrome_html" /> 904 type="chrome_html" />
911 </if> 905 </if>
912 </structures> 906 </structures>
913 </release> 907 </release>
914 </grit> 908 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698