summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 17:41:42 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 17:41:42 -0700
commit202ad7238489934ba0c64760de5f95782b36a213 (patch)
tree629937d0f0777fd4198e361bc6526bec44f5eb81 /BUILD.gn
parent435546810a7c48f09889c00600ad344850b71f95 (diff)
downloadpdfium-202ad7238489934ba0c64760de5f95782b36a213.tar.xz
Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2383583002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f2015c3d11..efe8a28229 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1212,8 +1212,10 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/fwl_noteimp.h",
"xfa/fwl/core/fwl_timerimp.cpp",
"xfa/fwl/core/fwl_widgetdef.h",
+ "xfa/fwl/core/fwl_widgethit.h",
"xfa/fwl/core/fwl_widgetimp.cpp",
"xfa/fwl/core/fwl_widgetimp.h",
+ "xfa/fwl/core/ifwl_adaptertimermgr.h",
"xfa/fwl/core/ifwl_app.h",
"xfa/fwl/core/ifwl_dataprovider.h",
"xfa/fwl/core/ifwl_form.h",
@@ -1221,8 +1223,6 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/ifwl_timer.h",
"xfa/fwl/core/ifwl_widget.h",
"xfa/fwl/core/ifwl_widgetdelegate.h",
- "xfa/fwl/core/include/fwl_widgethit.h",
- "xfa/fwl/core/include/ifwl_adaptertimermgr.h",
"xfa/fwl/lightwidget/cfwl_barcode.cpp",
"xfa/fwl/lightwidget/cfwl_barcode.h",
"xfa/fwl/lightwidget/cfwl_checkbox.cpp",
@@ -1273,6 +1273,7 @@ if (pdf_enable_xfa) {
"xfa/fxbarcode/BC_Dimension.cpp",
"xfa/fxbarcode/BC_Dimension.h",
"xfa/fxbarcode/BC_Library.cpp",
+ "xfa/fxbarcode/BC_Library.h",
"xfa/fxbarcode/BC_TwoDimWriter.cpp",
"xfa/fxbarcode/BC_TwoDimWriter.h",
"xfa/fxbarcode/BC_UtilCodingConvert.cpp",
@@ -1346,7 +1347,6 @@ if (pdf_enable_xfa) {
"xfa/fxbarcode/datamatrix/BC_TextEncoder.h",
"xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp",
"xfa/fxbarcode/datamatrix/BC_X12Encoder.h",
- "xfa/fxbarcode/include/BC_Library.h",
"xfa/fxbarcode/oned/BC_OneDimWriter.cpp",
"xfa/fxbarcode/oned/BC_OneDimWriter.h",
"xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp",
@@ -1612,6 +1612,7 @@ if (pdf_enable_xfa) {
"xfa/fxgraphics/cfx_color.cpp",
"xfa/fxgraphics/cfx_color.h",
"xfa/fxgraphics/cfx_graphics.cpp",
+ "xfa/fxgraphics/cfx_graphics.h",
"xfa/fxgraphics/cfx_path.cpp",
"xfa/fxgraphics/cfx_path.h",
"xfa/fxgraphics/cfx_path_generator.cpp",
@@ -1620,7 +1621,6 @@ if (pdf_enable_xfa) {
"xfa/fxgraphics/cfx_pattern.h",
"xfa/fxgraphics/cfx_shading.cpp",
"xfa/fxgraphics/cfx_shading.h",
- "xfa/fxgraphics/include/cfx_graphics.h",
]
include_dirs = [ "." ]
deps = [