summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-10-16 11:59:15 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-10-16 17:23:01 +0000
commite5a637cfb23da32443b345b07f090b65771fa1c9 (patch)
treeea02cb54280f727ba8ebe2c6598a76c8208c6fc9 /BUILD.gn
parent8e7f932410732a4f05d2e69e9ff66277f54d1bd7 (diff)
downloadpdfium-e5a637cfb23da32443b345b07f090b65771fa1c9.tar.xz
Hide CPVT_Dash in CPVT_GenerateAP
The CPVT_Dash struct is only used in CPVT_GenerateAP. This CL moves the struct definition into the cpp class and removes the cpvt_dash.h file. Change-Id: I0f0c9279ded1086d47e81f1057d51121d9466974 Reviewed-on: https://pdfium-review.googlesource.com/16050 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 57d07fce04..7355dca772 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -353,7 +353,6 @@ static_library("fpdfdoc") {
"core/fpdfdoc/cpdf_variabletext.h",
"core/fpdfdoc/cpdf_viewerpreferences.cpp",
"core/fpdfdoc/cpdf_viewerpreferences.h",
- "core/fpdfdoc/cpvt_dash.h",
"core/fpdfdoc/cpvt_floatrect.h",
"core/fpdfdoc/cpvt_fontmap.cpp",
"core/fpdfdoc/cpvt_fontmap.h",