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

Side by Side Diff: chrome/browser/browser_resources.grd

Issue 8872051: Print preview: Display a dummy page when a user visits chrome://print directly. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | Annotate | Revision Log
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/browser_resources.h" type="rc_header"> 4 <output filename="grit/browser_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="browser_resources.pak" type="data_package" /> 7 <output filename="browser_resources.pak" type="data_package" />
8 <output filename="browser_resources.rc" type="rc_all" /> 8 <output filename="browser_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA" /> 84 <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA" />
85 <if expr="is_win"> 85 <if expr="is_win">
86 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugins_win.json" typ e="BINDATA" /> 86 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugins_win.json" typ e="BINDATA" />
87 </if> 87 </if>
88 <if expr="is_macosx"> 88 <if expr="is_macosx">
89 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugins_mac.json" typ e="BINDATA" /> 89 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugins_mac.json" typ e="BINDATA" />
90 </if> 90 </if>
91 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA"/ > 91 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA"/ >
92 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml=" true" allowexternalscript="true" type="BINDATA"/> 92 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml=" true" allowexternalscript="true" type="BINDATA"/>
93 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/> 93 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/>
94 <include name="IDR_PRINT_PREVIEW_DUMMY_HTML" file="resources\print_preview \print_preview_dummy.html" flattenhtml="true" allowexternalscript="true" type="B INDATA" />
95 <include name="IDR_PRINT_PREVIEW_DUMMY_JS" file="resources\print_preview\p rint_preview_dummy.js" flattenhtml="true" type="BINDATA" />
94 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\print _preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 96 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\print _preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
95 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print_p review.js" flattenhtml="true" type="BINDATA" /> 97 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print_p review.js" flattenhtml="true" type="BINDATA" />
96 <include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 98 <include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
97 <include name="IDR_PROFILER_JS" file="resources\profiler\profiler.js" flat tenhtml="true" type="BINDATA" /> 99 <include name="IDR_PROFILER_JS" file="resources\profiler\profiler.js" flat tenhtml="true" type="BINDATA" />
98 <include name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_of_ date.html" flattenhtml="true" type="BINDATA" /> 100 <include name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_of_ date.html" flattenhtml="true" type="BINDATA" />
99 <include name="IDR_SAFE_BROWSING_MALWARE_BLOCK" file="resources\safe_brows ing_malware_block.html" flattenhtml="true" type="BINDATA" /> 101 <include name="IDR_SAFE_BROWSING_MALWARE_BLOCK" file="resources\safe_brows ing_malware_block.html" flattenhtml="true" type="BINDATA" />
100 <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\sa fe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" /> 102 <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\sa fe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" />
101 <include name="IDR_SAFE_BROWSING_PHISHING_BLOCK" file="resources\safe_brow sing_phishing_block.html" flattenhtml="true" type="BINDATA" /> 103 <include name="IDR_SAFE_BROWSING_PHISHING_BLOCK" file="resources\safe_brow sing_phishing_block.html" flattenhtml="true" type="BINDATA" />
102 <include name="IDR_SESSIONS_HTML" file="resources\sessions.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" /> 104 <include name="IDR_SESSIONS_HTML" file="resources\sessions.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" />
103 <include name="IDR_SESSIONS_JS" file="resources\sessions.js" flattenhtml=" true" type="BINDATA" /> 105 <include name="IDR_SESSIONS_JS" file="resources\sessions.js" flattenhtml=" true" type="BINDATA" />
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 </if> 167 </if>
166 <if expr="pp_ifdef('use_aura')"> 168 <if expr="pp_ifdef('use_aura')">
167 <include name="IDR_APP_LIST_HTML" file="resources\aura\app_list\app_list .html" flattenhtml="true" type="BINDATA" /> 169 <include name="IDR_APP_LIST_HTML" file="resources\aura\app_list\app_list .html" flattenhtml="true" type="BINDATA" />
168 </if> 170 </if>
169 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> 171 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')">
170 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" /> 172 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" />
171 </if> 173 </if>
172 </includes> 174 </includes>
173 </release> 175 </release>
174 </grit> 176 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698