summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-08-31 15:50:25 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-08-31 20:01:56 +0000
commit0872b04ea41ba6706e42b28f632ab190bc77dede (patch)
treeb6bf5114395046b79cbe4e20dab61fd05edc1239 /BUILD.gn
parentce9ad1bee792856c2d9e940ecffff97145e18d32 (diff)
downloadpdfium-0872b04ea41ba6706e42b28f632ab190bc77dede.tar.xz
Move methods string methods to fx_string.cpp
This CL creates an fx_string.cpp and moves any methods defined in fx_string.h into the .cpp file. Change-Id: I64c310b9be6d8f4c3be633a22884023c0b16fc1b Reviewed-on: https://pdfium-review.googlesource.com/12671 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f268a0c3f6..969a5ff414 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -831,7 +831,6 @@ static_library("fxcrt") {
"core/fxcrt/cfx_widetextbuf.cpp",
"core/fxcrt/cfx_widetextbuf.h",
"core/fxcrt/fx_basic_gcc.cpp",
- "core/fxcrt/fx_basic_utf.cpp",
"core/fxcrt/fx_basic_util.cpp",
"core/fxcrt/fx_bidi.cpp",
"core/fxcrt/fx_bidi.h",
@@ -845,6 +844,7 @@ static_library("fxcrt") {
"core/fxcrt/fx_safe_types.h",
"core/fxcrt/fx_stream.cpp",
"core/fxcrt/fx_stream.h",
+ "core/fxcrt/fx_string.cpp",
"core/fxcrt/fx_string.h",
"core/fxcrt/fx_system.cpp",
"core/fxcrt/fx_system.h",