summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-08-30 16:36:53 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-08-30 21:02:57 +0000
commita94566f3833b885019bbea76d3261a3050b5ed04 (patch)
tree3fff0d5f89ce69b03fc65132dba37aa970f47efd /BUILD.gn
parentcd07123993c2f6cfd2d08929e6ad27cab3ac74e9 (diff)
downloadpdfium-a94566f3833b885019bbea76d3261a3050b5ed04.tar.xz
Move CFX_WideTextBuf out of fx_basic
This CL moves CFX_WideTextBuf to its own files and updates includes as needed. Change-Id: Ibe66ecf3e66f8f01dd8e9eaf6b467588be86ad4f Reviewed-on: https://pdfium-review.googlesource.com/12413 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index cbf6fa0513..b20d3a1f39 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -827,8 +827,9 @@ static_library("fxcrt") {
"core/fxcrt/cfx_weak_ptr.h",
"core/fxcrt/cfx_widestring.cpp",
"core/fxcrt/cfx_widestring.h",
+ "core/fxcrt/cfx_widetextbuf.cpp",
+ "core/fxcrt/cfx_widetextbuf.h",
"core/fxcrt/fx_basic.h",
- "core/fxcrt/fx_basic_buffer.cpp",
"core/fxcrt/fx_basic_gcc.cpp",
"core/fxcrt/fx_basic_utf.cpp",
"core/fxcrt/fx_basic_util.cpp",