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

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

Issue 2017283002: MD Settings: implement printing page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 type="chrome_html" /> 537 type="chrome_html" />
538 <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_JS" 538 <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_JS"
539 file="prefs/prefs_behavior.js" 539 file="prefs/prefs_behavior.js"
540 type="chrome_html" /> 540 type="chrome_html" />
541 <structure name="IDR_SETTINGS_PREFS_TYPES_HTML" 541 <structure name="IDR_SETTINGS_PREFS_TYPES_HTML"
542 file="prefs/prefs_types.html" 542 file="prefs/prefs_types.html"
543 type="chrome_html" /> 543 type="chrome_html" />
544 <structure name="IDR_SETTINGS_PREFS_TYPES_JS" 544 <structure name="IDR_SETTINGS_PREFS_TYPES_JS"
545 file="prefs/prefs_types.js" 545 file="prefs/prefs_types.js"
546 type="chrome_html" /> 546 type="chrome_html" />
547 <structure name="IDR_SETTINGS_PRINTING_PAGE_HTML"
548 file="printing_page/printing_page.html"
549 type="chrome_html" />
550 <structure name="IDR_SETTINGS_PRINTING_PAGE_JS"
551 file="printing_page/printing_page.js"
552 type="chrome_html" />
547 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML" 553 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
548 file="privacy_page/privacy_page.html" 554 file="privacy_page/privacy_page.html"
549 type="chrome_html" 555 type="chrome_html"
550 flattenhtml="true" 556 flattenhtml="true"
551 allowexternalscript="true" /> 557 allowexternalscript="true" />
552 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS" 558 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS"
553 file="privacy_page/privacy_page.js" 559 file="privacy_page/privacy_page.js"
554 flattenhtml="true" 560 flattenhtml="true"
555 type="chrome_html" /> 561 type="chrome_html" />
556 <if expr="is_win or is_macosx"> 562 <if expr="is_win or is_macosx">
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 type="chrome_html" /> 890 type="chrome_html" />
885 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 891 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
886 file="people_page/users_page.html" 892 file="people_page/users_page.html"
887 type="chrome_html" 893 type="chrome_html"
888 flattenhtml="true" 894 flattenhtml="true"
889 allowexternalscript="true" /> 895 allowexternalscript="true" />
890 </if> 896 </if>
891 </structures> 897 </structures>
892 </release> 898 </release>
893 </grit> 899 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698