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

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

Issue 2281353002: [CUPS] Implement the Add Printer dialogs. (Closed)
Patch Set: Address michaelpg@'s comments. Created 4 years, 3 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 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 type="chrome_html" /> 690 type="chrome_html" />
691 <structure name="IDR_SETTINGS_CUPS_PRINTER_DETAILS_JS" 691 <structure name="IDR_SETTINGS_CUPS_PRINTER_DETAILS_JS"
692 file="printing_page/cups_printer_details_page.js" 692 file="printing_page/cups_printer_details_page.js"
693 type="chrome_html" /> 693 type="chrome_html" />
694 <structure name="IDR_SETTINGS_CUPS_ADD_PRINTER_DIALOG_HTML" 694 <structure name="IDR_SETTINGS_CUPS_ADD_PRINTER_DIALOG_HTML"
695 file="printing_page/cups_add_printer_dialog.html" 695 file="printing_page/cups_add_printer_dialog.html"
696 type="chrome_html" /> 696 type="chrome_html" />
697 <structure name="IDR_SETTINGS_CUPS_ADD_PRINTER_DIALOG_JS" 697 <structure name="IDR_SETTINGS_CUPS_ADD_PRINTER_DIALOG_JS"
698 file="printing_page/cups_add_printer_dialog.js" 698 file="printing_page/cups_add_printer_dialog.js"
699 type="chrome_html" /> 699 type="chrome_html" />
700 <structure name="IDR_SETTINGS_CUPS_ADD_PRINTER_DIALOG_UTIL_HTML"
701 file="printing_page/cups_add_printer_dialog_util.html"
702 type="chrome_html" />
703 <structure name="IDR_SETTINGS_CUPS_ADD_PRINTER_DIALOG_UTIL_JS"
704 file="printing_page/cups_add_printer_dialog_util.js"
705 type="chrome_html" />
700 </if> 706 </if>
701 <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_HTML" 707 <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_HTML"
702 file="printing_page/cloud_printers.html" 708 file="printing_page/cloud_printers.html"
703 type="chrome_html" /> 709 type="chrome_html" />
704 <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_JS" 710 <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_JS"
705 file="printing_page/cloud_printers.js" 711 file="printing_page/cloud_printers.js"
706 type="chrome_html" /> 712 type="chrome_html" />
707 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML" 713 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
708 file="privacy_page/privacy_page.html" 714 file="privacy_page/privacy_page.html"
709 type="chrome_html" 715 type="chrome_html"
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 type="chrome_html" /> 1107 type="chrome_html" />
1102 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1108 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1103 file="people_page/users_page.html" 1109 file="people_page/users_page.html"
1104 type="chrome_html" 1110 type="chrome_html"
1105 flattenhtml="true" 1111 flattenhtml="true"
1106 allowexternalscript="true" /> 1112 allowexternalscript="true" />
1107 </if> 1113 </if>
1108 </structures> 1114 </structures>
1109 </release> 1115 </release>
1110 </grit> 1116 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698