summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-06 13:40:02 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-06 13:40:02 -0700
commit72851be38d09908efb0d3eca248ee9d3fc655773 (patch)
tree0b9f875256976bd741515119c7af9a50f8743a00 /BUILD.gn
parent98a689f63282cfcae1e70f9a1303e56c3b4ce13e (diff)
downloadpdfium-72851be38d09908efb0d3eca248ee9d3fc655773.tar.xz
Remove IFWL_Grid and other grid classes.
The IFWL_Grid class wasn't an interface, it was a concrete class. Even as a concrete class it was never instantiated. The various other CFWL_Grid* class were also not instantiated. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1862243002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a2be53705e..a989f1e9d6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1041,8 +1041,6 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/fwl_error.h",
"xfa/fwl/core/fwl_formimp.cpp",
"xfa/fwl/core/fwl_formimp.h",
- "xfa/fwl/core/fwl_gridimp.cpp",
- "xfa/fwl/core/fwl_gridimp.h",
"xfa/fwl/core/fwl_noteimp.cpp",
"xfa/fwl/core/fwl_noteimp.h",
"xfa/fwl/core/fwl_panelimp.cpp",
@@ -1068,7 +1066,6 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/ifwl_custompanel.h",
"xfa/fwl/core/ifwl_dataprovider.h",
"xfa/fwl/core/ifwl_form.h",
- "xfa/fwl/core/ifwl_grid.h",
"xfa/fwl/core/ifwl_notedriver.h",
"xfa/fwl/core/ifwl_noteloop.h",
"xfa/fwl/core/ifwl_notethread.h",