summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-08-15 10:31:17 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-08-15 15:22:12 +0000
commit22fcbeaa80c54bef3bb6fd4180ba5519fab30962 (patch)
treeb1642f91b36d45b11b76d02c59547186dc6c524b /BUILD.gn
parenta0377dc31bccf0e3427bd94fab5fed17c1283098 (diff)
downloadpdfium-22fcbeaa80c54bef3bb6fd4180ba5519fab30962.tar.xz
Hide the undo/redo record classes inside the engine
This CL moves the implementation of the records which handle undo/redo in the text edit engine into an anonymous namespace in the engine. Change-Id: I299b9738b72e3eccbbec972fd3ea956c491859fa Reviewed-on: https://pdfium-review.googlesource.com/11010 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e268c50b16..39a227c600 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1463,10 +1463,6 @@ if (pdf_enable_xfa) {
"xfa/fde/cfde_textout.h",
"xfa/fde/cfde_txtedtbuf.cpp",
"xfa/fde/cfde_txtedtbuf.h",
- "xfa/fde/cfde_txtedtdorecord_deleterange.cpp",
- "xfa/fde/cfde_txtedtdorecord_deleterange.h",
- "xfa/fde/cfde_txtedtdorecord_insert.cpp",
- "xfa/fde/cfde_txtedtdorecord_insert.h",
"xfa/fde/cfde_txtedtengine.cpp",
"xfa/fde/cfde_txtedtengine.h",
"xfa/fde/cfde_txtedtpage.cpp",