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

Unified Diff: build/common.gypi

Issue 293983010: win: Enable PDF for metafile as default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable pdf image tests similar to linux Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/printing/print_web_view_helper_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 504596c934078834ff2b025d0820620ba08f7e6f..a6f49310fc3c7f05fa3b60f54148758548e30a2d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -420,7 +420,7 @@
'enable_printing%': 1,
# Windows prints using a PDF as the metafile from the renderer.
- 'win_pdf_metafile_for_printing%': 0,
+ 'win_pdf_metafile_for_printing%': 1,
# Set the version of CLD.
# 0: Don't specify the version. This option is for the Finch testing.
@@ -2622,7 +2622,7 @@
['enable_printing==2', {
'defines': ['ENABLE_PRINTING=1'],
}],
- ['win_pdf_metafile_for_printing==1', {
+ ['OS=="win" and win_pdf_metafile_for_printing==1', {
'defines': ['WIN_PDF_METAFILE_FOR_PRINTING=1'],
}],
['enable_spellcheck==1', {
« no previous file with comments | « no previous file | chrome/renderer/printing/print_web_view_helper_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698