diff options
author | Lei Zhang <thestig@chromium.org> | 2018-01-18 21:51:17 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-18 21:51:17 +0000 |
commit | 27d718ebb2989631d6b4d3425e1fceb4b3bc795b (patch) | |
tree | f02b961630ef79eb73d87a554958fd235f22a805 /BUILD.gn | |
parent | bbd02f1cd05f55cabee8fbd23a645ac69ac32574 (diff) | |
download | pdfium-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.gn | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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", |