From cd07123993c2f6cfd2d08929e6ad27cab3ac74e9 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 30 Aug 2017 16:21:36 -0400 Subject: Move CFX_BinaryBuf out of fx_basic This CL splits the CFX_BinaryBuf out of fx_basic into its own files. The various includes have been updated. Change-Id: I0fa616eeb4df6dd229c02dc3a0597b3dced59425 Reviewed-on: https://pdfium-review.googlesource.com/12412 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 51480ed043..cbf6fa0513 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -804,6 +804,8 @@ config("fxge_warnings") { static_library("fxcrt") { sources = [ "core/fxcrt/cfx_autorestorer.h", + "core/fxcrt/cfx_binarybuf.cpp", + "core/fxcrt/cfx_binarybuf.h", "core/fxcrt/cfx_bitstream.cpp", "core/fxcrt/cfx_bitstream.h", "core/fxcrt/cfx_bytestring.cpp", -- cgit v1.2.3