summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-08-30 16:44:57 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-08-30 21:19:27 +0000
commit4793f3474f2778dbbd225d797f011db0f45e0953 (patch)
tree718989f635f041e7fd57a758151701a6de6554b0 /BUILD.gn
parenta94566f3833b885019bbea76d3261a3050b5ed04 (diff)
downloadpdfium-chromium/3201.tar.xz
Split CFX_FixedBufGrow out of fx_basicchromium/3201
This CL moves CFX_FixedBufGrow to its own files and updates includes as needed. Change-Id: Ia0cb70569b30acdb3ba9f23d8937ab8f9c17d6e6 Reviewed-on: https://pdfium-review.googlesource.com/12490 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b20d3a1f39..820b1cfe8c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -812,6 +812,7 @@ static_library("fxcrt") {
"core/fxcrt/cfx_bytestring.h",
"core/fxcrt/cfx_datetime.cpp",
"core/fxcrt/cfx_datetime.h",
+ "core/fxcrt/cfx_fixedbufgrow.h",
"core/fxcrt/cfx_maybe_owned.h",
"core/fxcrt/cfx_memorystream.cpp",
"core/fxcrt/cfx_memorystream.h",