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

Unified Diff: BUILD.gn

Issue 2193783002: Add build configuration for experimental Windows GDI code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: wording Created 4 years, 5 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 | build_overrides/pdfium.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 57f9823aa9b0dacbe1ce85385f3e31a7ec228219..87b3bbfee0288666996832c87a6bf6c175f998e1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -30,6 +30,10 @@ config("pdfium_common_config") {
if (pdf_enable_xfa) {
defines += [ "PDF_ENABLE_XFA" ]
}
+
+ if (pdf_use_win32_gdi) {
+ defines += [ "PDFIUM_PRINT_TEXT_WITH_GDI" ]
+ }
}
config("pdfium_core_config") {
« no previous file with comments | « no previous file | build_overrides/pdfium.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698