summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 6e5e7b2e82..562afffac7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -212,7 +212,7 @@ static_library("pdfium") {
]
}
- if (pdfium_bundle_freetype) {
+ if (pdf_bundle_freetype) {
deps += [ "third_party:fx_freetype" ]
} else {
libs += [ "freetype" ]