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

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

Issue 1954413002: MD Settings: inline bluetooth_dialog_shared_css.html now that it's only (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-polish1
Patch Set: 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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 type="chrome_html" /> 746 type="chrome_html" />
747 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_JS" 747 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_JS"
748 file="bluetooth_page/bluetooth_device_dialog.js" 748 file="bluetooth_page/bluetooth_device_dialog.js"
749 type="chrome_html" /> 749 type="chrome_html" />
750 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_HTML" 750 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_HTML"
751 file="bluetooth_page/bluetooth_device_list_item.html" 751 file="bluetooth_page/bluetooth_device_list_item.html"
752 type="chrome_html" /> 752 type="chrome_html" />
753 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_JS" 753 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_JS"
754 file="bluetooth_page/bluetooth_device_list_item.js" 754 file="bluetooth_page/bluetooth_device_list_item.js"
755 type="chrome_html" /> 755 type="chrome_html" />
756 <structure name="IDR_SETTINGS_BLUETOOTH_DIALOG_SHARED_CSS_HTML"
757 file="bluetooth_page/bluetooth_dialog_shared_css.html"
758 type="chrome_html" />
759 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_HTML" 756 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_HTML"
760 file="bluetooth_page/bluetooth_page.html" 757 file="bluetooth_page/bluetooth_page.html"
761 type="chrome_html" /> 758 type="chrome_html" />
762 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_JS" 759 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_JS"
763 file="bluetooth_page/bluetooth_page.js" 760 file="bluetooth_page/bluetooth_page.js"
764 type="chrome_html" /> 761 type="chrome_html" />
765 <structure name="IDR_SETTINGS_DATE_TIME_PAGE_HTML" 762 <structure name="IDR_SETTINGS_DATE_TIME_PAGE_HTML"
766 file="date_time_page/date_time_page.html" 763 file="date_time_page/date_time_page.html"
767 type="chrome_html" /> 764 type="chrome_html" />
768 <structure name="IDR_SETTINGS_DATE_TIME_PAGE_JS" 765 <structure name="IDR_SETTINGS_DATE_TIME_PAGE_JS"
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 type="chrome_html" 941 type="chrome_html"
945 flattenhtml="true" 942 flattenhtml="true"
946 allowexternalscript="true" /> 943 allowexternalscript="true" />
947 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 944 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
948 file="people_page/users_page.css" 945 file="people_page/users_page.css"
949 type="chrome_html" /> 946 type="chrome_html" />
950 </if> 947 </if>
951 </structures> 948 </structures>
952 </release> 949 </release>
953 </grit> 950 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698