summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-01-18 21:51:17 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-18 21:51:17 +0000
commit27d718ebb2989631d6b4d3425e1fceb4b3bc795b (patch)
treef02b961630ef79eb73d87a554958fd235f22a805 /BUILD.gn
parentbbd02f1cd05f55cabee8fbd23a645ac69ac32574 (diff)
downloadpdfium-27d718ebb2989631d6b4d3425e1fceb4b3bc795b.tar.xz
Add jumbo build support for fxge and pwl.
This completes jumbo build support for non-XFA builds. BUG=pdfium:964 Change-Id: Ife4ed23f9b438623581a863685014e64a06cf0d8 Reviewed-on: https://pdfium-review.googlesource.com/22775 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 2 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e68a48ec36..c771b81910 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -968,8 +968,7 @@ jumbo_static_library("fxcrt") {
}
}
-# TODO(crbug.com/pdfium/964): Support jumbo builds.
-static_library("fxge") {
+jumbo_static_library("fxge") {
sources = [
"core/fxge/android/cfpf_skiabufferfont.cpp",
"core/fxge/android/cfpf_skiabufferfont.h",
@@ -1139,8 +1138,7 @@ static_library("fxge") {
}
}
-# TODO(crbug.com/pdfium/964): Support jumbo builds.
-static_library("pwl") {
+jumbo_static_library("pwl") {
sources = [
"fpdfsdk/pwl/cpwl_appstream.cpp",
"fpdfsdk/pwl/cpwl_appstream.h",