summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-03-29 14:52:40 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-03-29 20:29:31 +0000
commitbd5176ef75d850fd6a59bbd1fd5bebf1f2c8140f (patch)
treeab777fc3d52570bf08991998b2f16931a179c1b4 /BUILD.gn
parentca825d3abded0dd633857ab56288ceff54858cd8 (diff)
downloadpdfium-bd5176ef75d850fd6a59bbd1fd5bebf1f2c8140f.tar.xz
Rename fgas/localization files to match contents
This Cl renames the files to match their contents and splits out headers where needed. Change-Id: Ibe2e90ca969a9d05ee73bb956ffa59a63c7ab076 Reviewed-on: https://pdfium-review.googlesource.com/3256 Reviewed-by: Nicolás Peña <npm@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 2c44ec7e76..9ce6e810a3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1255,9 +1255,10 @@ if (pdf_enable_xfa) {
"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/fgas_locale.cpp",
- "xfa/fgas/localization/fgas_locale.h",
+ "xfa/fgas/localization/ifx_locale.h",
"xfa/fwl/cfwl_app.cpp",
"xfa/fwl/cfwl_app.h",
"xfa/fwl/cfwl_barcode.cpp",