summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2017-03-31 10:32:07 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-03-31 17:51:46 +0000
commitfcdb2df009796a78369a7fe8bcaab76b27f5450b (patch)
tree104104f6c1c4c1c68ef8e5b0c2bae93760e75005 /BUILD.gn
parentfc715c3c1d9c9c623c36ae9fc8b8aac0362e4c22 (diff)
downloadpdfium-fcdb2df009796a78369a7fe8bcaab76b27f5450b.tar.xz
Re-arrange fxcrt string files to match naming.
The top-level fx_string.h is kept to include all strings. Put all fx_atof code in fx_basic_util.cpp rather than header. Change-Id: I61fe768f2e1ddf8438d27e410929f4cff918a9a3 Reviewed-on: https://pdfium-review.googlesource.com/3530 Reviewed-by: Nicolás Peña <npm@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn10
1 files changed, 6 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f142d5fa7f..0bf5a01309 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -751,6 +751,8 @@ config("fxge_warnings") {
static_library("fxcrt") {
sources = [
+ "core/fxcrt/cfx_bytestring.cpp",
+ "core/fxcrt/cfx_bytestring.h",
"core/fxcrt/cfx_maybe_owned.h",
"core/fxcrt/cfx_observable.h",
"core/fxcrt/cfx_retain_ptr.h",
@@ -759,16 +761,16 @@ static_library("fxcrt") {
"core/fxcrt/cfx_string_data_template.h",
"core/fxcrt/cfx_string_pool_template.h",
"core/fxcrt/cfx_weak_ptr.h",
+ "core/fxcrt/cfx_widestring.cpp",
+ "core/fxcrt/cfx_widestring.h",
"core/fxcrt/extension.h",
"core/fxcrt/fx_basic.h",
- "core/fxcrt/fx_basic_bstring.cpp",
"core/fxcrt/fx_basic_buffer.cpp",
"core/fxcrt/fx_basic_coords.cpp",
"core/fxcrt/fx_basic_gcc.cpp",
"core/fxcrt/fx_basic_memmgr.cpp",
"core/fxcrt/fx_basic_utf.cpp",
"core/fxcrt/fx_basic_util.cpp",
- "core/fxcrt/fx_basic_wstring.cpp",
"core/fxcrt/fx_bidi.cpp",
"core/fxcrt/fx_bidi.h",
"core/fxcrt/fx_coordinates.h",
@@ -1826,17 +1828,17 @@ test("pdfium_unittests") {
"core/fxcodec/codec/fx_codec_rle_unittest.cpp",
"core/fxcodec/jbig2/JBig2_BitStream_unittest.cpp",
"core/fxcodec/jbig2/JBig2_Image_unittest.cpp",
+ "core/fxcrt/cfx_bytestring_unittest.cpp",
"core/fxcrt/cfx_maybe_owned_unittest.cpp",
"core/fxcrt/cfx_observable_unittest.cpp",
"core/fxcrt/cfx_retain_ptr_unittest.cpp",
"core/fxcrt/cfx_shared_copy_on_write_unittest.cpp",
"core/fxcrt/cfx_string_pool_template_unittest.cpp",
"core/fxcrt/cfx_weak_ptr_unittest.cpp",
- "core/fxcrt/fx_basic_bstring_unittest.cpp",
+ "core/fxcrt/cfx_widestring_unittest.cpp",
"core/fxcrt/fx_basic_gcc_unittest.cpp",
"core/fxcrt/fx_basic_memmgr_unittest.cpp",
"core/fxcrt/fx_basic_util_unittest.cpp",
- "core/fxcrt/fx_basic_wstring_unittest.cpp",
"core/fxcrt/fx_bidi_unittest.cpp",
"core/fxcrt/fx_extension_unittest.cpp",
"core/fxcrt/fx_system_unittest.cpp",