diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-03-16 16:55:43 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-16 21:55:57 +0000 |
commit | 939121f33f9bb02c207094b5b3e78e69be992b84 (patch) | |
tree | d42477d9ded35bb5ad3d751a61bab644f83c73e2 /BUILD.gn | |
parent | 79e548eb98caefd3ea0f0e4806a7abca6654e7dc (diff) | |
download | pdfium-939121f33f9bb02c207094b5b3e78e69be992b84.tar.xz |
Cleanup some fgas locale code.
This Cl cleans up a bit of the locale code in fgas, removing unused
code and cleaning up some of the other code.
Change-Id: Ieb18df552cf5d803c1bbdbfe11a4f5a88c4b3af3
Reviewed-on: https://pdfium-review.googlesource.com/3094
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1248,11 +1248,12 @@ if (pdf_enable_xfa) { "xfa/fgas/layout/fgas_rtfbreak.h", "xfa/fgas/layout/fgas_textbreak.cpp", "xfa/fgas/layout/fgas_textbreak.h", + "xfa/fgas/localization/cfx_decimal.cpp", + "xfa/fgas/localization/cfx_formatstring.h", "xfa/fgas/localization/fgas_datetime.cpp", "xfa/fgas/localization/fgas_datetime.h", "xfa/fgas/localization/fgas_locale.cpp", "xfa/fgas/localization/fgas_locale.h", - "xfa/fgas/localization/fgas_localeimp.h", "xfa/fwl/cfwl_app.cpp", "xfa/fwl/cfwl_app.h", "xfa/fwl/cfwl_barcode.cpp", |