From 5624fe39db570f5ad0fab80cf6314e95e4397698 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 30 Aug 2017 16:13:01 -0400 Subject: Move CFX_UTF8Decoder out of fx_basic This CL moves CFX_UTF8Decoder out of fx_basic and includes where needed. Change-Id: I1a093a8a77bbefcc90fbb2f81b1da65bfc0512bf Reviewed-on: https://pdfium-review.googlesource.com/12411 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 0f8ddcd775..51480ed043 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -820,6 +820,8 @@ static_library("fxcrt") { "core/fxcrt/cfx_string_data_template.h", "core/fxcrt/cfx_string_pool_template.h", "core/fxcrt/cfx_unowned_ptr.h", + "core/fxcrt/cfx_utf8decoder.cpp", + "core/fxcrt/cfx_utf8decoder.h", "core/fxcrt/cfx_weak_ptr.h", "core/fxcrt/cfx_widestring.cpp", "core/fxcrt/cfx_widestring.h", -- cgit v1.2.3