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

Unified Diff: pdf/BUILD.gn

Issue 2114583002: Windows: Make it possible to print text with GDI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again, resolve conflicts Created 4 years, 4 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 | « content/renderer/render_thread_impl.cc ('k') | pdf/pdf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/BUILD.gn
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn
index ea7a3eda45317e0bc5b4abf7a230d6f6a229869e..f017ed2ff4468ec5525533e41ebc7bcb0322af48 100644
--- a/pdf/BUILD.gn
+++ b/pdf/BUILD.gn
@@ -65,7 +65,8 @@ static_library("pdf") {
]
}
+ defines = [ "PDFIUM_PRINT_TEXT_WITH_GDI" ]
if (pdf_enable_xfa) {
- defines = [ "PDF_ENABLE_XFA" ]
+ defines += [ "PDF_ENABLE_XFA" ]
}
}
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | pdf/pdf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698