From b929ab0886a2b0ceb701989ef126e5b0cabf6997 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 29 Mar 2017 15:18:16 -0400 Subject: Remove fgas/localization directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Tom Sepez Reviewed-by: Nicolás Peña --- BUILD.gn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 9ce6e810a3..b54f67d9f7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", -- cgit v1.2.3