Chromium Code Reviews| Index: pdf/BUILD.gn |
| diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn |
| index 593e6ba570ebca37f98dd17a459732754ae90e9b..b52bdd9aef75537ee7d9061009535e01a59f16bb 100644 |
| --- a/pdf/BUILD.gn |
| +++ b/pdf/BUILD.gn |
| @@ -2,6 +2,7 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| +import("//third_party/pdfium/pdfium.gni") |
|
Lei Zhang
2015/12/10 00:20:30
blank line after?
|
| pdf_engine = 0 # 0 PDFium |
| static_library("pdf") { |
| @@ -46,6 +47,10 @@ static_library("pdf") { |
| ] |
| } |
| + if (pdf_enable_xfa) { |
| + defines = [ "PDF_ENABLE_XFA" ] |
| + } |
| + |
| deps = [ |
| "//base", |
| "//components/ui/zoom", |