diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-03-29 15:18:16 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-29 21:00:18 +0000 |
commit | b929ab0886a2b0ceb701989ef126e5b0cabf6997 (patch) | |
tree | ea8dd8ea021c45a1fa95181d56316430740e150b /BUILD.gn | |
parent | f761a3aa4a001736249e1d7c3dce3b9dc8436a8d (diff) | |
download | pdfium-b929ab0886a2b0ceb701989ef126e5b0cabf6997.tar.xz |
Remove fgas/localization directory
This Cl moves the CFX_DateTime, CFX_Decimal and IFX_Locale files into
core/fxcrt and builds only for XFA. The CFX_FormatString code is moved
info fgas/crt and renamed CFGAS_FormatString to match the fgas naming.
Change-Id: I8d9061195d2225da0389cbc9d018fcbd2e9a3c0c
Reviewed-on: https://pdfium-review.googlesource.com/3257
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -805,8 +805,13 @@ static_library("fxcrt") { sources += [ "core/fxcrt/cfx_char.cpp", "core/fxcrt/cfx_char.h", + "core/fxcrt/cfx_datetime.cpp", + "core/fxcrt/cfx_datetime.h", + "core/fxcrt/cfx_decimal.cpp", + "core/fxcrt/cfx_decimal.h", "core/fxcrt/fx_arabic.cpp", "core/fxcrt/fx_arabic.h", + "core/fxcrt/ifx_locale.h", ] } } @@ -1229,6 +1234,8 @@ if (pdf_enable_xfa) { "xfa/fde/xml/fde_xml.h", "xfa/fde/xml/fde_xml_imp.cpp", "xfa/fde/xml/fde_xml_imp.h", + "xfa/fgas/crt/cfgas_formatstring.cpp", + "xfa/fgas/crt/cfgas_formatstring.h", "xfa/fgas/crt/fgas_codepage.cpp", "xfa/fgas/crt/fgas_codepage.h", "xfa/fgas/crt/fgas_language.h", @@ -1252,13 +1259,6 @@ 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_datetime.cpp", - "xfa/fgas/localization/cfx_datetime.h", - "xfa/fgas/localization/cfx_decimal.cpp", - "xfa/fgas/localization/cfx_decimal.h", - "xfa/fgas/localization/cfx_formatstring.cpp", - "xfa/fgas/localization/cfx_formatstring.h", - "xfa/fgas/localization/ifx_locale.h", "xfa/fwl/cfwl_app.cpp", "xfa/fwl/cfwl_app.h", "xfa/fwl/cfwl_barcode.cpp", |