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

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

Issue 2178213002: Add note page to settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus-add-switch
Patch Set: Address comments and add utility method Created 4 years, 4 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 type="chrome_html" /> 399 type="chrome_html" />
400 <structure name="IDR_SETTINGS_DEVICE_DISPLAY_OVERSCAN_DIALOG_JS" 400 <structure name="IDR_SETTINGS_DEVICE_DISPLAY_OVERSCAN_DIALOG_JS"
401 file="device_page/display_overscan_dialog.js" 401 file="device_page/display_overscan_dialog.js"
402 type="chrome_html" /> 402 type="chrome_html" />
403 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_HTML" 403 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_HTML"
404 file="device_page/keyboard.html" 404 file="device_page/keyboard.html"
405 type="chrome_html" /> 405 type="chrome_html" />
406 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_JS" 406 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_JS"
407 file="device_page/keyboard.js" 407 file="device_page/keyboard.js"
408 type="chrome_html" /> 408 type="chrome_html" />
409 <structure name="IDR_SETTINGS_DEVICE_NOTE_HTML"
410 file="device_page/note.html"
411 type="chrome_html" />
412 <structure name="IDR_SETTINGS_DEVICE_NOTE_JS"
413 file="device_page/note.js"
414 type="chrome_html" />
409 <structure name="IDR_SETTINGS_DEVICE_PAGE_HTML" 415 <structure name="IDR_SETTINGS_DEVICE_PAGE_HTML"
410 file="device_page/device_page.html" 416 file="device_page/device_page.html"
411 type="chrome_html" /> 417 type="chrome_html" />
412 <structure name="IDR_SETTINGS_DEVICE_PAGE_JS" 418 <structure name="IDR_SETTINGS_DEVICE_PAGE_JS"
413 file="device_page/device_page.js" 419 file="device_page/device_page.js"
414 type="chrome_html" /> 420 type="chrome_html" />
415 <structure name="IDR_SETTINGS_DEVICE_POINTERS_HTML" 421 <structure name="IDR_SETTINGS_DEVICE_POINTERS_HTML"
416 file="device_page/pointers.html" 422 file="device_page/pointers.html"
417 type="chrome_html" /> 423 type="chrome_html" />
418 <structure name="IDR_SETTINGS_DEVICE_POINTERS_JS" 424 <structure name="IDR_SETTINGS_DEVICE_POINTERS_JS"
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 type="chrome_html" /> 1076 type="chrome_html" />
1071 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1077 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1072 file="people_page/users_page.html" 1078 file="people_page/users_page.html"
1073 type="chrome_html" 1079 type="chrome_html"
1074 flattenhtml="true" 1080 flattenhtml="true"
1075 allowexternalscript="true" /> 1081 allowexternalscript="true" />
1076 </if> 1082 </if>
1077 </structures> 1083 </structures>
1078 </release> 1084 </release>
1079 </grit> 1085 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698