diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 17:41:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 17:41:42 -0700 |
commit | 202ad7238489934ba0c64760de5f95782b36a213 (patch) | |
tree | 629937d0f0777fd4198e361bc6526bec44f5eb81 /BUILD.gn | |
parent | 435546810a7c48f09889c00600ad344850b71f95 (diff) | |
download | pdfium-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.gn | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 = [ |