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

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

Issue 2655043005: MD Settings: Bluetooth: Move device list to subpage (Closed)
Patch Set: Fix clang, ES6 Created 3 years, 10 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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 type="chrome_html" /> 1002 type="chrome_html" />
1003 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_JS" 1003 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_JS"
1004 file="bluetooth_page/bluetooth_device_list_item.js" 1004 file="bluetooth_page/bluetooth_device_list_item.js"
1005 type="chrome_html" /> 1005 type="chrome_html" />
1006 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_HTML" 1006 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_HTML"
1007 file="bluetooth_page/bluetooth_page.html" 1007 file="bluetooth_page/bluetooth_page.html"
1008 type="chrome_html" /> 1008 type="chrome_html" />
1009 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_JS" 1009 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_JS"
1010 file="bluetooth_page/bluetooth_page.js" 1010 file="bluetooth_page/bluetooth_page.js"
1011 type="chrome_html" /> 1011 type="chrome_html" />
1012 <structure name="IDR_SETTINGS_BLUETOOTH_SUBPAGE_HTML"
1013 file="bluetooth_page/bluetooth_subpage.html"
1014 type="chrome_html" />
1015 <structure name="IDR_SETTINGS_BLUETOOTH_SUBPAGE_JS"
1016 file="bluetooth_page/bluetooth_subpage.js"
1017 type="chrome_html" />
1012 <structure name="IDR_SETTINGS_DATE_TIME_PAGE_HTML" 1018 <structure name="IDR_SETTINGS_DATE_TIME_PAGE_HTML"
1013 file="date_time_page/date_time_page.html" 1019 file="date_time_page/date_time_page.html"
1014 type="chrome_html" /> 1020 type="chrome_html" />
1015 <structure name="IDR_SETTINGS_DATE_TIME_PAGE_JS" 1021 <structure name="IDR_SETTINGS_DATE_TIME_PAGE_JS"
1016 file="date_time_page/date_time_page.js" 1022 file="date_time_page/date_time_page.js"
1017 type="chrome_html" /> 1023 type="chrome_html" />
1018 <structure name="IDR_SETTINGS_INTERNET_DETAIL_PAGE_HTML" 1024 <structure name="IDR_SETTINGS_INTERNET_DETAIL_PAGE_HTML"
1019 file="internet_page/internet_detail_page.html" 1025 file="internet_page/internet_detail_page.html"
1020 type="chrome_html" /> 1026 type="chrome_html" />
1021 <structure name="IDR_SETTINGS_INTERNET_DETAIL_PAGE_JS" 1027 <structure name="IDR_SETTINGS_INTERNET_DETAIL_PAGE_JS"
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 type="chrome_html" /> 1212 type="chrome_html" />
1207 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1213 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1208 file="people_page/users_page.html" 1214 file="people_page/users_page.html"
1209 type="chrome_html" 1215 type="chrome_html"
1210 preprocess="true" 1216 preprocess="true"
1211 allowexternalscript="true" /> 1217 allowexternalscript="true" />
1212 </if> 1218 </if>
1213 </structures> 1219 </structures>
1214 </release> 1220 </release>
1215 </grit> 1221 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698