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

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: asdf 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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 type="chrome_html" /> 546 type="chrome_html" />
547 <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_JS" 547 <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_JS"
548 file="prefs/prefs_behavior.js" 548 file="prefs/prefs_behavior.js"
549 type="chrome_html" /> 549 type="chrome_html" />
550 <structure name="IDR_SETTINGS_PREFS_TYPES_HTML" 550 <structure name="IDR_SETTINGS_PREFS_TYPES_HTML"
551 file="prefs/prefs_types.html" 551 file="prefs/prefs_types.html"
552 type="chrome_html" /> 552 type="chrome_html" />
553 <structure name="IDR_SETTINGS_PREFS_TYPES_JS" 553 <structure name="IDR_SETTINGS_PREFS_TYPES_JS"
554 file="prefs/prefs_types.js" 554 file="prefs/prefs_types.js"
555 type="chrome_html" /> 555 type="chrome_html" />
556 <structure name="IDR_SETTINGS_PRINTING_PAGE_HTML"
557 file="printing_page/printing_page.html"
558 type="chrome_html" />
559 <structure name="IDR_SETTINGS_PRINTING_PAGE_JS"
560 file="printing_page/printing_page.js"
561 type="chrome_html" />
556 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML" 562 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
557 file="privacy_page/privacy_page.html" 563 file="privacy_page/privacy_page.html"
558 type="chrome_html" 564 type="chrome_html"
559 flattenhtml="true" 565 flattenhtml="true"
560 allowexternalscript="true" /> 566 allowexternalscript="true" />
561 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS" 567 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS"
562 file="privacy_page/privacy_page.js" 568 file="privacy_page/privacy_page.js"
563 flattenhtml="true" 569 flattenhtml="true"
564 type="chrome_html" /> 570 type="chrome_html" />
565 <if expr="is_win or is_macosx"> 571 <if expr="is_win or is_macosx">
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 type="chrome_html" /> 899 type="chrome_html" />
894 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 900 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
895 file="people_page/users_page.html" 901 file="people_page/users_page.html"
896 type="chrome_html" 902 type="chrome_html"
897 flattenhtml="true" 903 flattenhtml="true"
898 allowexternalscript="true" /> 904 allowexternalscript="true" />
899 </if> 905 </if>
900 </structures> 906 </structures>
901 </release> 907 </release>
902 </grit> 908 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698