| Index: xfa.gyp
|
| diff --git a/xfa.gyp b/xfa.gyp
|
| index 6e4c420049ad43298cbbf40f858f1a99213ab71c..2185d6e2eff595bd44aa92c49a4693a974ca4ae0 100644
|
| --- a/xfa.gyp
|
| +++ b/xfa.gyp
|
| @@ -97,7 +97,6 @@
|
| "xfa/include/fwl/theme/scrollbartp.h",
|
| "xfa/include/fwl/theme/utils.h",
|
| "xfa/include/fwl/theme/widgettp.h",
|
| - "xfa/include/fxbarcode/BC_BarCode.h",
|
| "xfa/include/fxfa/fxfa.h",
|
| "xfa/include/fxfa/fxfa_basic.h",
|
| "xfa/include/fxfa/fxfa_objectacc.h",
|
| @@ -270,6 +269,28 @@
|
| "xfa/fwl/theme/pushbuttontp.cpp",
|
| "xfa/fwl/theme/scrollbartp.cpp",
|
| "xfa/fwl/theme/widgettp.cpp",
|
| + "xfa/fxbarcode/cbc_code128.cpp",
|
| + "xfa/fxbarcode/cbc_code128.h",
|
| + "xfa/fxbarcode/cbc_code39.cpp",
|
| + "xfa/fxbarcode/cbc_code39.h",
|
| + "xfa/fxbarcode/cbc_codabar.cpp",
|
| + "xfa/fxbarcode/cbc_codabar.h",
|
| + "xfa/fxbarcode/cbc_codebase.cpp",
|
| + "xfa/fxbarcode/cbc_codebase.h",
|
| + "xfa/fxbarcode/cbc_datamatrix.cpp",
|
| + "xfa/fxbarcode/cbc_datamatrix.h",
|
| + "xfa/fxbarcode/cbc_ean8.cpp",
|
| + "xfa/fxbarcode/cbc_ena8.h",
|
| + "xfa/fxbarcode/cbc_ean13.cpp",
|
| + "xfa/fxbarcode/cbc_ean13.h",
|
| + "xfa/fxbarcode/cbc_onecode.cpp",
|
| + "xfa/fxbarcode/cbc_onecode.h",
|
| + "xfa/fxbarcode/cbc_pdf417i.cpp",
|
| + "xfa/fxbarcode/cbc_pdf417i.h",
|
| + "xfa/fxbarcode/cbc_qrcode.cpp",
|
| + "xfa/fxbarcode/cbc_qrcode.h",
|
| + "xfa/fxbarcode/cbc_upca.cpp",
|
| + "xfa/fxbarcode/cbc_upca.h",
|
| "xfa/fxbarcode/common/BC_CommonBitArray.cpp",
|
| "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp",
|
| "xfa/fxbarcode/common/BC_CommonBitSource.cpp",
|
| @@ -344,6 +365,7 @@
|
| "xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h",
|
| "xfa/fxbarcode/datamatrix/BC_Encoder.h",
|
| "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h",
|
| + "xfa/fxbarcode/include/BC_Library.h",
|
| "xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp",
|
| "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp",
|
| "xfa/fxbarcode/oned/BC_OnedCode128Reader.cpp",
|
| @@ -480,7 +502,6 @@
|
| "xfa/fxbarcode/qrcode/BC_QRGridSampler.h",
|
| "xfa/fxbarcode/qrcode/BC_FinderPatternInfo.cpp",
|
| "xfa/fxbarcode/qrcode/BC_FinderPatternInfo.h",
|
| - "xfa/fxbarcode/BC_BarCode.cpp",
|
| "xfa/fxbarcode/BC_Binarizer.cpp",
|
| "xfa/fxbarcode/BC_BinaryBitmap.cpp",
|
| "xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp",
|
|
|