diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-08-31 15:50:25 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-31 20:01:56 +0000 |
commit | 0872b04ea41ba6706e42b28f632ab190bc77dede (patch) | |
tree | b6bf5114395046b79cbe4e20dab61fd05edc1239 /BUILD.gn | |
parent | ce9ad1bee792856c2d9e940ecffff97145e18d32 (diff) | |
download | pdfium-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.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |