Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: BUILD.gn

Issue 1896893003: Cleanup FDE interfaces. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | xfa.gyp » ('j') | xfa/fde/fde_iterator.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index fd6faca9a186e4ee19d01b5d7d5d0073a785b2c4..a2e5ed9a8aba9176d6bb990439e4a44cfd41c9be 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -903,6 +903,8 @@ if (pdf_enable_xfa) {
static_library("xfa") {
sources = [
+ "xfa/fde/cfde_path.cpp",
+ "xfa/fde/cfde_path.h",
"xfa/fde/css/fde_css.h",
"xfa/fde/css/fde_csscache.cpp",
"xfa/fde/css/fde_csscache.h",
@@ -917,16 +919,12 @@ if (pdf_enable_xfa) {
"xfa/fde/css/fde_csssyntax.cpp",
"xfa/fde/css/fde_csssyntax.h",
"xfa/fde/fde_gedevice.cpp",
- "xfa/fde/fde_gedevice.h",
- "xfa/fde/fde_geobject.cpp",
"xfa/fde/fde_geobject.h",
"xfa/fde/fde_iterator.cpp",
"xfa/fde/fde_iterator.h",
"xfa/fde/fde_object.h",
- "xfa/fde/fde_path.h",
"xfa/fde/fde_render.cpp",
"xfa/fde/fde_render.h",
- "xfa/fde/fde_renderdevice.h",
"xfa/fde/tto/fde_textout.cpp",
"xfa/fde/tto/fde_textout.h",
"xfa/fde/xml/fde_xml.h",
« no previous file with comments | « no previous file | xfa.gyp » ('j') | xfa/fde/fde_iterator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698