summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-01-12 21:49:50 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-12 21:49:50 +0000
commit53c4ba4011ab59ecc8406e144df8aaaa1169801b (patch)
treee35e5a2e9ae3dbc9e57d2ad28ded618e23019988 /BUILD.gn
parent14e77443e92ce3fdf1cebe85f8f5c8fe705a1558 (diff)
downloadpdfium-53c4ba4011ab59ecc8406e144df8aaaa1169801b.tar.xz
Add jumbo build support for fxbarcode.
BUG=pdfium:964 Change-Id: Ic306a374bc9b710e2ac043eebe43504e5bd75926 Reviewed-on: https://pdfium-review.googlesource.com/22870 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3c32f3c1f0..f4e5fe9e44 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1671,8 +1671,7 @@ if (pdf_enable_xfa) {
configs += [ ":pdfium_core_config" ]
}
- # TODO(crbug.com/pdfium/964): Support jumbo builds.
- static_library("fxbarcode") {
+ jumbo_static_library("fxbarcode") {
sources = [
"fxbarcode/BC_Library.cpp",
"fxbarcode/BC_Library.h",