diff options
author | Lei Zhang <thestig@chromium.org> | 2018-01-22 19:57:27 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-22 19:57:27 +0000 |
commit | ab218bf9f437d666e1ef7974c51f95f456bd036f (patch) | |
tree | f272179005a67202a7d9ca993b2e9769f80b4b10 /BUILD.gn | |
parent | c3ba98e2be94dc6bb4f43df994423f911f0b8618 (diff) | |
download | pdfium-ab218bf9f437d666e1ef7974c51f95f456bd036f.tar.xz |
Support jumbo build in XFA targets.
Except for the XFA parser, which has too many classes with the same
constant names.
BUG=pdfium:964
Change-Id: Iab1ac146017d13f63c0f4756d6e06035543eaba8
Reviewed-on: https://pdfium-review.googlesource.com/23174
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -1818,8 +1818,7 @@ if (pdf_enable_xfa) { ] } - # TODO(crbug.com/pdfium/964): Support jumbo builds. - static_library("xfa_fde") { + jumbo_static_library("xfa_fde") { sources = [ "xfa/fde/cfde_data.h", "xfa/fde/cfde_texteditengine.cpp", @@ -1838,8 +1837,7 @@ if (pdf_enable_xfa) { ] } - # TODO(crbug.com/pdfium/964): Support jumbo builds. - static_library("xfa_fgas") { + jumbo_static_library("xfa_fgas") { sources = [ "xfa/fgas/crt/cfgas_formatstring.cpp", "xfa/fgas/crt/cfgas_formatstring.h", @@ -1875,8 +1873,7 @@ if (pdf_enable_xfa) { ] } - # TODO(crbug.com/pdfium/964): Support jumbo builds. - static_library("xfa_fwl") { + jumbo_static_library("xfa_fwl") { sources = [ "xfa/fwl/cfwl_app.cpp", "xfa/fwl/cfwl_app.h", @@ -2006,8 +2003,7 @@ if (pdf_enable_xfa) { ] } - # TODO(crbug.com/pdfium/964): Support jumbo builds. - static_library("xfa_fxfa") { + jumbo_static_library("xfa_fxfa") { sources = [ "xfa/fxfa/cxfa_eventparam.cpp", "xfa/fxfa/cxfa_eventparam.h", @@ -2114,8 +2110,7 @@ if (pdf_enable_xfa) { ] } - # TODO(crbug.com/pdfium/964): Support jumbo builds. - static_library("xfa_fxfa_fm2js") { + jumbo_static_library("xfa_fxfa_fm2js") { sources = [ "xfa/fxfa/fm2js/cxfa_fmexpression.cpp", "xfa/fxfa/fm2js/cxfa_fmexpression.h", @@ -2841,8 +2836,7 @@ if (pdf_enable_xfa) { ] } - # TODO(crbug.com/pdfium/964): Support jumbo builds. - static_library("xfa_fxgraphics") { + jumbo_static_library("xfa_fxgraphics") { sources = [ "xfa/fxgraphics/cxfa_gecolor.cpp", "xfa/fxgraphics/cxfa_gecolor.h", |