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

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

Issue 2348913002: Port storage manager to MD settings. (Closed)
Patch Set: Address review comments 2. Created 4 years, 2 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
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 type="chrome_html" /> 411 type="chrome_html" />
412 <structure name="IDR_SETTINGS_DEVICE_DISPLAY_LAYOUT_JS" 412 <structure name="IDR_SETTINGS_DEVICE_DISPLAY_LAYOUT_JS"
413 file="device_page/display_layout.js" 413 file="device_page/display_layout.js"
414 type="chrome_html" /> 414 type="chrome_html" />
415 <structure name="IDR_SETTINGS_DEVICE_DISPLAY_OVERSCAN_DIALOG_HTML" 415 <structure name="IDR_SETTINGS_DEVICE_DISPLAY_OVERSCAN_DIALOG_HTML"
416 file="device_page/display_overscan_dialog.html" 416 file="device_page/display_overscan_dialog.html"
417 type="chrome_html" /> 417 type="chrome_html" />
418 <structure name="IDR_SETTINGS_DEVICE_DISPLAY_OVERSCAN_DIALOG_JS" 418 <structure name="IDR_SETTINGS_DEVICE_DISPLAY_OVERSCAN_DIALOG_JS"
419 file="device_page/display_overscan_dialog.js" 419 file="device_page/display_overscan_dialog.js"
420 type="chrome_html" /> 420 type="chrome_html" />
421 <structure name="IDR_SETTINGS_DEVICE_DRIVE_CACHE_DIALOG_HTML"
422 file="device_page/drive_cache_dialog.html"
423 type="chrome_html" />
424 <structure name="IDR_SETTINGS_DEVICE_DRIVE_CACHE_DIALOG_JS"
425 file="device_page/drive_cache_dialog.js"
426 type="chrome_html" />
421 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_HTML" 427 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_HTML"
422 file="device_page/keyboard.html" 428 file="device_page/keyboard.html"
423 type="chrome_html" /> 429 type="chrome_html" />
424 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_JS" 430 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_JS"
425 file="device_page/keyboard.js" 431 file="device_page/keyboard.js"
426 type="chrome_html" /> 432 type="chrome_html" />
433 <structure name="IDR_SETTINGS_DEVICE_STORAGE_HTML"
434 file="device_page/storage.html"
435 type="chrome_html" />
436 <structure name="IDR_SETTINGS_DEVICE_STORAGE_JS"
437 file="device_page/storage.js"
438 type="chrome_html" />
427 <structure name="IDR_SETTINGS_DEVICE_STYLUS_HTML" 439 <structure name="IDR_SETTINGS_DEVICE_STYLUS_HTML"
428 file="device_page/stylus.html" 440 file="device_page/stylus.html"
429 type="chrome_html" /> 441 type="chrome_html" />
430 <structure name="IDR_SETTINGS_DEVICE_STYLUS_JS" 442 <structure name="IDR_SETTINGS_DEVICE_STYLUS_JS"
431 file="device_page/stylus.js" 443 file="device_page/stylus.js"
432 type="chrome_html" /> 444 type="chrome_html" />
433 <structure name="IDR_SETTINGS_DEVICE_PAGE_HTML" 445 <structure name="IDR_SETTINGS_DEVICE_PAGE_HTML"
434 file="device_page/device_page.html" 446 file="device_page/device_page.html"
435 type="chrome_html" /> 447 type="chrome_html" />
436 <structure name="IDR_SETTINGS_DEVICE_PAGE_JS" 448 <structure name="IDR_SETTINGS_DEVICE_PAGE_JS"
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 type="chrome_html" /> 1124 type="chrome_html" />
1113 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1125 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1114 file="people_page/users_page.html" 1126 file="people_page/users_page.html"
1115 type="chrome_html" 1127 type="chrome_html"
1116 flattenhtml="true" 1128 flattenhtml="true"
1117 allowexternalscript="true" /> 1129 allowexternalscript="true" />
1118 </if> 1130 </if>
1119 </structures> 1131 </structures>
1120 </release> 1132 </release>
1121 </grit> 1133 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698