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

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

Issue 2110653003: CUPS: MD Settings printers subpage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format the Google cloud printing icon. Created 4 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" 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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 file="prefs/prefs_behavior.js" 619 file="prefs/prefs_behavior.js"
620 type="chrome_html" /> 620 type="chrome_html" />
621 <structure name="IDR_SETTINGS_PREFS_TYPES_HTML" 621 <structure name="IDR_SETTINGS_PREFS_TYPES_HTML"
622 file="prefs/prefs_types.html" 622 file="prefs/prefs_types.html"
623 type="chrome_html" /> 623 type="chrome_html" />
624 <structure name="IDR_SETTINGS_PREFS_TYPES_JS" 624 <structure name="IDR_SETTINGS_PREFS_TYPES_JS"
625 file="prefs/prefs_types.js" 625 file="prefs/prefs_types.js"
626 type="chrome_html" /> 626 type="chrome_html" />
627 <structure name="IDR_SETTINGS_PRINTING_PAGE_HTML" 627 <structure name="IDR_SETTINGS_PRINTING_PAGE_HTML"
628 file="printing_page/printing_page.html" 628 file="printing_page/printing_page.html"
629 flattenhtml="true"
630 allowexternalscript="true"
629 type="chrome_html" /> 631 type="chrome_html" />
630 <structure name="IDR_SETTINGS_PRINTING_PAGE_JS" 632 <structure name="IDR_SETTINGS_PRINTING_PAGE_JS"
631 file="printing_page/printing_page.js" 633 file="printing_page/printing_page.js"
634 flattenhtml="true"
635 type="chrome_html" />
636 <if expr="chromeos">
637 <structure name="IDR_SETTINGS_CUPS_PRINTING_PAGE_HTML"
638 file="printing_page/cups_printers.html"
639 type="chrome_html" />
640 <structure name="IDR_SETTINGS_CUPS_PRINTING_PAGE_JS"
641 file="printing_page/cups_printers.js"
642 type="chrome_html" />
643 </if>
644 <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_HTML"
645 file="printing_page/cloud_printers.html"
646 type="chrome_html" />
647 <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_JS"
648 file="printing_page/cloud_printers.js"
632 type="chrome_html" /> 649 type="chrome_html" />
633 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML" 650 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
634 file="privacy_page/privacy_page.html" 651 file="privacy_page/privacy_page.html"
635 type="chrome_html" 652 type="chrome_html"
636 flattenhtml="true" 653 flattenhtml="true"
637 allowexternalscript="true" /> 654 allowexternalscript="true" />
638 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS" 655 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS"
639 file="privacy_page/privacy_page.js" 656 file="privacy_page/privacy_page.js"
640 flattenhtml="true" 657 flattenhtml="true"
641 type="chrome_html" /> 658 type="chrome_html" />
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 type="chrome_html" /> 1021 type="chrome_html" />
1005 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1022 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1006 file="people_page/users_page.html" 1023 file="people_page/users_page.html"
1007 type="chrome_html" 1024 type="chrome_html"
1008 flattenhtml="true" 1025 flattenhtml="true"
1009 allowexternalscript="true" /> 1026 allowexternalscript="true" />
1010 </if> 1027 </if>
1011 </structures> 1028 </structures>
1012 </release> 1029 </release>
1013 </grit> 1030 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698