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 8a65f06b27..3e268ddafe 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -200,7 +200,6 @@ jumbo_static_library("pdfium") {
":fxge",
":fxjs",
":pwl",
- "third_party:bigint",
"third_party:pdfium_base",
"third_party:skia_shared",
]
@@ -1815,6 +1814,7 @@ if (pdf_enable_xfa) {
]
deps = [
":fxcrt",
+ "third_party:bigint",
]
configs += [ ":pdfium_core_config" ]
}