summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-08-01 18:34:43 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-08-02 19:15:00 +0000
commitb4fee4d5d471475ada1d0d9110e1a534b49477ba (patch)
tree3f969af1ac350b5c884f44f3f6d755d98d911415 /BUILD.gn
parentdb14532fb2637b34f0926b6c3a931132854f53bb (diff)
downloadpdfium-b4fee4d5d471475ada1d0d9110e1a534b49477ba.tar.xz
Add CFFL_TextField class.chromium/3175
This class implements common code used by several CFFL_FormFiller sub-classes. Make those sub-classes inherit from CFFL_TextField, instead of inheriting from CFFL_FormFiller directly and then implementing the same functionality multiple times. Change-Id: Iad8a735b6d6e18e89d617636b753805d3f77a286 Reviewed-on: https://pdfium-review.googlesource.com/9850 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@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 db87b1631f..59b116f3e6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1204,6 +1204,8 @@ static_library("formfiller") {
"fpdfsdk/formfiller/cffl_radiobutton.h",
"fpdfsdk/formfiller/cffl_textfield.cpp",
"fpdfsdk/formfiller/cffl_textfield.h",
+ "fpdfsdk/formfiller/cffl_textobject.cpp",
+ "fpdfsdk/formfiller/cffl_textobject.h",
]
configs += [ ":pdfium_core_config" ]
deps = [