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

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

Issue 1219753007: Add network proxy input to md-settings internet details (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_470445_onc_proxy
Patch Set: . Created 5 years, 5 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 type="chrome_html" /> 269 type="chrome_html" />
270 <structure name="IDR_SETTINGS_NETWORK_PROPERTY_LIST_CSS" 270 <structure name="IDR_SETTINGS_NETWORK_PROPERTY_LIST_CSS"
271 file="internet_page/network_property_list.css" 271 file="internet_page/network_property_list.css"
272 type="chrome_html" /> 272 type="chrome_html" />
273 <structure name="IDR_SETTINGS_NETWORK_PROPERTY_LIST_HTML" 273 <structure name="IDR_SETTINGS_NETWORK_PROPERTY_LIST_HTML"
274 file="internet_page/network_property_list.html" 274 file="internet_page/network_property_list.html"
275 type="chrome_html" /> 275 type="chrome_html" />
276 <structure name="IDR_SETTINGS_NETWORK_PROPERTY_LIST_JS" 276 <structure name="IDR_SETTINGS_NETWORK_PROPERTY_LIST_JS"
277 file="internet_page/network_property_list.js" 277 file="internet_page/network_property_list.js"
278 type="chrome_html" /> 278 type="chrome_html" />
279 <structure name="IDR_SETTINGS_NETWORK_PROXY_CSS"
280 file="internet_page/network_proxy.css"
281 type="chrome_html" />
282 <structure name="IDR_SETTINGS_NETWORK_PROXY_HTML"
283 file="internet_page/network_proxy.html"
284 type="chrome_html" />
285 <structure name="IDR_SETTINGS_NETWORK_PROXY_JS"
286 file="internet_page/network_proxy.js"
287 type="chrome_html" />
288 <structure name="IDR_SETTINGS_NETWORK_PROXY_EXCLUSIONS_CSS"
289 file="internet_page/network_proxy_exclusions.css"
290 type="chrome_html" />
291 <structure name="IDR_SETTINGS_NETWORK_PROXY_EXCLUSIONS_HTML"
292 file="internet_page/network_proxy_exclusions.html"
293 type="chrome_html" />
294 <structure name="IDR_SETTINGS_NETWORK_PROXY_EXCLUSIONS_JS"
295 file="internet_page/network_proxy_exclusions.js"
296 type="chrome_html" />
297 <structure name="IDR_SETTINGS_NETWORK_PROXY_INPUT_CSS"
298 file="internet_page/network_proxy_input.css"
299 type="chrome_html" />
300 <structure name="IDR_SETTINGS_NETWORK_PROXY_INPUT_HTML"
301 file="internet_page/network_proxy_input.html"
302 type="chrome_html" />
303 <structure name="IDR_SETTINGS_NETWORK_PROXY_INPUT_JS"
304 file="internet_page/network_proxy_input.js"
305 type="chrome_html" />
279 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_CSS" 306 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_CSS"
280 file="internet_page/network_summary.css" 307 file="internet_page/network_summary.css"
281 type="chrome_html" /> 308 type="chrome_html" />
282 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_HTML" 309 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_HTML"
283 file="internet_page/network_summary.html" 310 file="internet_page/network_summary.html"
284 type="chrome_html" /> 311 type="chrome_html" />
285 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_JS" 312 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_JS"
286 file="internet_page/network_summary.js" 313 file="internet_page/network_summary.js"
287 type="chrome_html" /> 314 type="chrome_html" />
288 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_CSS" 315 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_CSS"
(...skipping 24 matching lines...) Expand all
313 type="chrome_html" 340 type="chrome_html"
314 flattenhtml="true" 341 flattenhtml="true"
315 allowexternalscript="true" /> 342 allowexternalscript="true" />
316 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 343 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
317 file="users_page/users_page.css" 344 file="users_page/users_page.css"
318 type="chrome_html" /> 345 type="chrome_html" />
319 </if> 346 </if>
320 </structures> 347 </structures>
321 </release> 348 </release>
322 </grit> 349 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698