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

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

Issue 2755173002: [CrOS Tether] Add a connection dialog to md-settings. (Closed)
Patch Set: dbeam@ comments. Created 3 years, 9 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 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 type="chrome_html" /> 1135 type="chrome_html" />
1136 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_JS" 1136 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_JS"
1137 file="internet_page/network_summary.js" 1137 file="internet_page/network_summary.js"
1138 type="chrome_html" /> 1138 type="chrome_html" />
1139 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML" 1139 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML"
1140 file="internet_page/network_summary_item.html" 1140 file="internet_page/network_summary_item.html"
1141 type="chrome_html" /> 1141 type="chrome_html" />
1142 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS" 1142 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS"
1143 file="internet_page/network_summary_item.js" 1143 file="internet_page/network_summary_item.js"
1144 type="chrome_html" /> 1144 type="chrome_html" />
1145 <structure name="IDR_SETTINGS_TETHER_CONNECTION_DIALOG_HTML"
1146 file="internet_page/tether_connection_dialog.html"
1147 type="chrome_html" />
1148 <structure name="IDR_SETTINGS_TETHER_CONNECTION_DIALOG_JS"
1149 file="internet_page/tether_connection_dialog.js"
1150 type="chrome_html" />
1145 <structure name="IDR_SETTINGS_PEOPLE_PAGE_CAMERA_HTML" 1151 <structure name="IDR_SETTINGS_PEOPLE_PAGE_CAMERA_HTML"
1146 file="people_page/camera.html" 1152 file="people_page/camera.html"
1147 type="chrome_html" 1153 type="chrome_html"
1148 preprocess="true" 1154 preprocess="true"
1149 allowexternalscript="true" /> 1155 allowexternalscript="true" />
1150 <structure name="IDR_SETTINGS_PEOPLE_PAGE_CAMERA_JS" 1156 <structure name="IDR_SETTINGS_PEOPLE_PAGE_CAMERA_JS"
1151 file="people_page/camera.js" 1157 file="people_page/camera.js"
1152 type="chrome_html" /> 1158 type="chrome_html" />
1153 <structure name="IDR_SETTINGS_PEOPLE_PAGE_CHANGE_PICTURE_HTML" 1159 <structure name="IDR_SETTINGS_PEOPLE_PAGE_CHANGE_PICTURE_HTML"
1154 file="people_page/change_picture.html" 1160 file="people_page/change_picture.html"
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 type="chrome_html" /> 1282 type="chrome_html" />
1277 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1283 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1278 file="people_page/users_page.html" 1284 file="people_page/users_page.html"
1279 type="chrome_html" 1285 type="chrome_html"
1280 preprocess="true" 1286 preprocess="true"
1281 allowexternalscript="true" /> 1287 allowexternalscript="true" />
1282 </if> 1288 </if>
1283 </structures> 1289 </structures>
1284 </release> 1290 </release>
1285 </grit> 1291 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698