From 0872b04ea41ba6706e42b28f632ab190bc77dede Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 31 Aug 2017 15:50:25 -0400 Subject: 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 Commit-Queue: dsinclair --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD.gn') 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", -- cgit v1.2.3