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

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: Rebase Created 5 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 type="chrome_html" /> 231 type="chrome_html" />
232 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_STYLE_HTML" 232 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_STYLE_HTML"
233 file="internet_page/network_summary_style.html" 233 file="internet_page/network_summary_style.html"
234 type="chrome_html" /> 234 type="chrome_html" />
235 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_HTML" 235 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_HTML"
236 file="internet_page/network_summary.html" 236 file="internet_page/network_summary.html"
237 type="chrome_html" /> 237 type="chrome_html" />
238 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_JS" 238 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_JS"
239 file="internet_page/network_summary.js" 239 file="internet_page/network_summary.js"
240 type="chrome_html" /> 240 type="chrome_html" />
241 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_STYLE_HTML"
242 file="internet_page/network_summary_item_style.html"
243 type="chrome_html" />
244 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML"
245 file="internet_page/network_summary_item.html"
246 type="chrome_html" />
247 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS"
248 file="internet_page/network_summary_item.js"
249 type="chrome_html" />
241 </if> 250 </if>
242 </structures> 251 </structures>
243 </release> 252 </release>
244 </grit> 253 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/internet_page/network_summary_style.html ('k') | chromeos/dbus/fake_shill_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698