summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-07-27 11:23:48 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-27 16:00:12 +0000
commit0f25f014b3bff4229cb93a1ca850babc5dd382da (patch)
tree3dcc98af117703e4af87401582ba948eb0bdd840 /BUILD.gn
parentf63e8133d7a767c6f162e700056ae8ba8512820d (diff)
downloadpdfium-0f25f014b3bff4229cb93a1ca850babc5dd382da.tar.xz
Move CXFA_CSSTagProvider to inner class of CXFA_TextParser
The TagProvider is only used in CXFA_TextParser. This CL moves the code to a private inner class and renames to TagProvider. Change-Id: Idd1926250fc59592cc923fde9ec6f8750cb10abf Reviewed-on: https://pdfium-review.googlesource.com/9231 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9f8c52ae4b..057e84ff00 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1614,8 +1614,6 @@ if (pdf_enable_xfa) {
"xfa/fwl/theme/cfwl_utils.h",
"xfa/fwl/theme/cfwl_widgettp.cpp",
"xfa/fwl/theme/cfwl_widgettp.h",
- "xfa/fxfa/cxfa_csstagprovider.cpp",
- "xfa/fxfa/cxfa_csstagprovider.h",
"xfa/fxfa/cxfa_deffontmgr.cpp",
"xfa/fxfa/cxfa_deffontmgr.h",
"xfa/fxfa/cxfa_eventparam.cpp",