Chromium Code Reviews| 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" ] |
| } |
| } |