summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2017-02-02 14:32:21 -0500
committerChromium commit bot <commit-bot@chromium.org>2017-02-02 20:07:07 +0000
commit4bd0d99c11102514fb43328b67b7674165888619 (patch)
tree4e502ba15f2279bd563e270d620472e37a2a5c24 /BUILD.gn
parent5c19c3597b2865c0b5bc2c61fc5911cbd5d6ba90 (diff)
downloadpdfium-4bd0d99c11102514fb43328b67b7674165888619.tar.xz
Add CPDF_PageContentGenerator::ProcessPath supporting path construction
See Table 4.9 for path construction operators. Ignoring v, y, because those can be replaced with the more powerful c operator. The code added will be called by public methods that do not exist yet. BUG=pdfium:661 Change-Id: I9a1ad3fd0a601e4e3a292b55f3e5708fe0c9c8fb Reviewed-on: https://pdfium-review.googlesource.com/2495 Commit-Queue: Nicolás Peña <npm@chromium.org> Reviewed-by: 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 c7266d3a1d..d0946a490d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1734,6 +1734,7 @@ if (pdf_enable_xfa) {
test("pdfium_unittests") {
sources = [
"core/fdrm/crypto/fx_crypt_unittest.cpp",
+ "core/fpdfapi/edit/cpdf_pagecontentgenerator_unittest.cpp",
"core/fpdfapi/font/fpdf_font_cid_unittest.cpp",
"core/fpdfapi/font/fpdf_font_unittest.cpp",
"core/fpdfapi/page/cpdf_streamcontentparser_unittest.cpp",