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

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

Issue 146963004: Exclude print_preview resources for platforms that don't use it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 11 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 | 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 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <structures> 10 <structures>
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 </if> 229 </if>
230 <if expr="is_android"> 230 <if expr="is_android">
231 <include name="IDR_POLICY_CSS" file="resources\policy_android.css" type= "BINDATA"/> 231 <include name="IDR_POLICY_CSS" file="resources\policy_android.css" type= "BINDATA"/>
232 </if> 232 </if>
233 <if expr="not is_android"> 233 <if expr="not is_android">
234 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA "/> 234 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA "/>
235 </if> 235 </if>
236 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml=" true" allowexternalscript="true" type="BINDATA"/> 236 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml=" true" allowexternalscript="true" type="BINDATA"/>
237 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/> 237 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/>
238 <include name="IDR_PRERENDER_URL_WHITELIST" file="resources\prerender_url_ whitelist.dat" type="BINDATA"/> 238 <include name="IDR_PRERENDER_URL_WHITELIST" file="resources\prerender_url_ whitelist.dat" type="BINDATA"/>
239 <if expr="pp_ifdef('enable_printing')"> 239 <if expr="pp_ifdef('enable_full_printing')">
240 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\pri nt_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 240 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\pri nt_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
241 <include name="IDR_PRINT_PREVIEW_PAGE" file="resources\print_preview\pri nt_preview_page.html" flattenhtml="true" allowexternalscript="false" type="BINDA TA" /> 241 <include name="IDR_PRINT_PREVIEW_PAGE" file="resources\print_preview\pri nt_preview_page.html" flattenhtml="true" allowexternalscript="false" type="BINDA TA" />
242 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print _preview.js" flattenhtml="true" type="BINDATA" /> 242 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print _preview.js" flattenhtml="true" type="BINDATA" />
243 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER" 243 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER"
244 file="resources\print_preview\images\printer.png" type="BINDATA " /> 244 file="resources\print_preview\images\printer.png" type="BINDATA " />
245 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED" 245 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED"
246 file="resources\print_preview\images\printer_shared.png" type=" BINDATA" /> 246 file="resources\print_preview\images\printer_shared.png" type=" BINDATA" />
247 <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC" 247 <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC"
248 file="resources\print_preview\images\google_doc.png" type="BIND ATA" /> 248 file="resources\print_preview\images\google_doc.png" type="BIND ATA" />
249 <include name="IDR_PRINT_PREVIEW_IMAGES_PDF" 249 <include name="IDR_PRINT_PREVIEW_IMAGES_PDF"
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 <include name="IDR_SOUND_VOLUME_ADJUST_WAV" file="resources\chromeos\sou nds\volume_adjust.wav" type="BINDATA" /> 412 <include name="IDR_SOUND_VOLUME_ADJUST_WAV" file="resources\chromeos\sou nds\volume_adjust.wav" type="BINDATA" />
413 </if> 413 </if>
414 <if expr="pp_ifdef('chromeos')"> 414 <if expr="pp_ifdef('chromeos')">
415 <include name="IDR_ABOUT_POWER_HTML" file="resources\chromeos\power.html " type="BINDATA" /> 415 <include name="IDR_ABOUT_POWER_HTML" file="resources\chromeos\power.html " type="BINDATA" />
416 <include name="IDR_ABOUT_POWER_JS" file="resources\chromeos\power.js" ty pe="BINDATA" /> 416 <include name="IDR_ABOUT_POWER_JS" file="resources\chromeos\power.js" ty pe="BINDATA" />
417 <include name="IDR_ABOUT_POWER_CSS" file="resources\chromeos\power.css" type="BINDATA" /> 417 <include name="IDR_ABOUT_POWER_CSS" file="resources\chromeos\power.css" type="BINDATA" />
418 </if> 418 </if>
419 </includes> 419 </includes>
420 </release> 420 </release>
421 </grit> 421 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/print_preview/print_preview_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698