summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-12 17:03:10 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-12 17:03:10 +0000
commit29b708e7af32de30d946b4bb609b390187987cb5 (patch)
tree3985f745bc8c80bd5bd5f163603f9a59f438d3dd /BUILD.gn
parent0f567261d33a70860bb3ec3db4cf1185df1a9a54 (diff)
downloadpdfium-29b708e7af32de30d946b4bb609b390187987cb5.tar.xz
Mark the bigint target as XFA only.chromium/3579
Depend on it directly from the only user, fxbarcode. Change-Id: I303dc7b0e713d683257fb3d893e74fdd40ac2046 Reviewed-on: https://pdfium-review.googlesource.com/c/43939 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
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" ]
}