summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-08-30 16:21:36 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-08-30 20:50:28 +0000
commitcd07123993c2f6cfd2d08929e6ad27cab3ac74e9 (patch)
tree9a721335cc507c101557bec84d9022d7f971445a /BUILD.gn
parent5624fe39db570f5ad0fab80cf6314e95e4397698 (diff)
downloadpdfium-cd07123993c2f6cfd2d08929e6ad27cab3ac74e9.tar.xz
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 <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
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",