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

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

Issue 1100993002: Implement md-settings network lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Request network states on expand wifi Created 5 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 type="chrome_html" /> 220 type="chrome_html" />
221 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_STYLE_HTML" 221 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_STYLE_HTML"
222 file="internet_page/network_summary_style.html" 222 file="internet_page/network_summary_style.html"
223 type="chrome_html" /> 223 type="chrome_html" />
224 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_HTML" 224 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_HTML"
225 file="internet_page/network_summary.html" 225 file="internet_page/network_summary.html"
226 type="chrome_html" /> 226 type="chrome_html" />
227 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_JS" 227 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_JS"
228 file="internet_page/network_summary.js" 228 file="internet_page/network_summary.js"
229 type="chrome_html" /> 229 type="chrome_html" />
230 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_STYLE_HTML"
231 file="internet_page/network_summary_item_style.html"
232 type="chrome_html" />
233 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML"
234 file="internet_page/network_summary_item.html"
235 type="chrome_html" />
236 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS"
237 file="internet_page/network_summary_item.js"
238 type="chrome_html" />
230 </if> 239 </if>
231 </structures> 240 </structures>
232 </release> 241 </release>
233 </grit> 242 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698