OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build_overrides/v8.gni") | 5 import("//build_overrides/v8.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("pdfium.gni") | 7 import("pdfium.gni") |
8 | 8 |
9 config("pdfium_config") { | 9 config("pdfium_config") { |
10 cflags = [] | 10 cflags = [] |
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 ] | 794 ] |
795 configs -= [ "//build/config/compiler:chromium_code" ] | 795 configs -= [ "//build/config/compiler:chromium_code" ] |
796 configs += [ | 796 configs += [ |
797 ":pdfium_config", | 797 ":pdfium_config", |
798 "//build/config/compiler:no_chromium_code", | 798 "//build/config/compiler:no_chromium_code", |
799 ] | 799 ] |
800 } | 800 } |
801 | 801 |
802 static_library("xfa") { | 802 static_library("xfa") { |
803 sources = [ | 803 sources = [ |
| 804 "xfa/fde/css/fde_css.h", |
| 805 "xfa/fde/css/fde_csscache.cpp", |
| 806 "xfa/fde/css/fde_csscache.h", |
| 807 "xfa/fde/css/fde_cssdatatable.cpp", |
| 808 "xfa/fde/css/fde_cssdatatable.h", |
| 809 "xfa/fde/css/fde_cssdeclaration.cpp", |
| 810 "xfa/fde/css/fde_cssdeclaration.h", |
| 811 "xfa/fde/css/fde_cssstyleselector.cpp", |
| 812 "xfa/fde/css/fde_cssstyleselector.h", |
| 813 "xfa/fde/css/fde_cssstylesheet.cpp", |
| 814 "xfa/fde/css/fde_cssstylesheet.h", |
| 815 "xfa/fde/css/fde_csssyntax.cpp", |
| 816 "xfa/fde/css/fde_csssyntax.h", |
| 817 "xfa/fde/fde_brush.h", |
| 818 "xfa/fde/fde_devbasic.cpp", |
| 819 "xfa/fde/fde_devbasic.h", |
| 820 "xfa/fde/fde_gedevice.cpp", |
| 821 "xfa/fde/fde_gedevice.h", |
| 822 "xfa/fde/fde_geobject.cpp", |
| 823 "xfa/fde/fde_geobject.h", |
| 824 "xfa/fde/fde_image.h", |
| 825 "xfa/fde/fde_iterator.cpp", |
| 826 "xfa/fde/fde_iterator.h", |
| 827 "xfa/fde/fde_object.cpp", |
| 828 "xfa/fde/fde_object.h", |
| 829 "xfa/fde/fde_path.h", |
| 830 "xfa/fde/fde_pen.h", |
| 831 "xfa/fde/fde_render.cpp", |
| 832 "xfa/fde/fde_render.h", |
| 833 "xfa/fde/fde_renderdevice.h", |
| 834 "xfa/fde/tto/fde_textout.cpp", |
| 835 "xfa/fde/tto/fde_textout.h", |
| 836 "xfa/fde/xml/fde_xml.h", |
| 837 "xfa/fde/xml/fde_xml_imp.cpp", |
| 838 "xfa/fde/xml/fde_xml_imp.h", |
| 839 "xfa/fee/fde_txtedtbuf.cpp", |
| 840 "xfa/fee/fde_txtedtbuf.h", |
| 841 "xfa/fee/fde_txtedtengine.cpp", |
| 842 "xfa/fee/fde_txtedtengine.h", |
| 843 "xfa/fee/fde_txtedtpage.cpp", |
| 844 "xfa/fee/fde_txtedtpage.h", |
| 845 "xfa/fee/fde_txtedtparag.cpp", |
| 846 "xfa/fee/fde_txtedtparag.h", |
| 847 "xfa/fee/fx_wordbreak/fx_wordbreak.h", |
| 848 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.cpp", |
| 849 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h", |
| 850 "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp", |
| 851 "xfa/fee/ifde_txtedtbuf.h", |
| 852 "xfa/fee/ifde_txtedtengine.h", |
| 853 "xfa/fee/ifde_txtedtpage.h", |
| 854 "xfa/fgas/crt/fgas_algorithm.cpp", |
| 855 "xfa/fgas/crt/fgas_algorithm.h", |
| 856 "xfa/fgas/crt/fgas_codepage.cpp", |
| 857 "xfa/fgas/crt/fgas_codepage.h", |
| 858 "xfa/fgas/crt/fgas_encode.cpp", |
| 859 "xfa/fgas/crt/fgas_language.h", |
| 860 "xfa/fgas/crt/fgas_memory.cpp", |
| 861 "xfa/fgas/crt/fgas_memory.h", |
| 862 "xfa/fgas/crt/fgas_stream.cpp", |
| 863 "xfa/fgas/crt/fgas_stream.h", |
| 864 "xfa/fgas/crt/fgas_system.cpp", |
| 865 "xfa/fgas/crt/fgas_system.h", |
| 866 "xfa/fgas/crt/fgas_utils.cpp", |
| 867 "xfa/fgas/crt/fgas_utils.h", |
| 868 "xfa/fgas/font/fgas_font.h", |
| 869 "xfa/fgas/font/fgas_fontutils.cpp", |
| 870 "xfa/fgas/font/fgas_fontutils.h", |
| 871 "xfa/fgas/font/fgas_gefont.cpp", |
| 872 "xfa/fgas/font/fgas_gefont.h", |
| 873 "xfa/fgas/font/fgas_stdfontmgr.cpp", |
| 874 "xfa/fgas/font/fgas_stdfontmgr.h", |
| 875 "xfa/fgas/layout/fgas_linebreak.cpp", |
| 876 "xfa/fgas/layout/fgas_linebreak.h", |
| 877 "xfa/fgas/layout/fgas_rtfbreak.cpp", |
| 878 "xfa/fgas/layout/fgas_rtfbreak.h", |
| 879 "xfa/fgas/layout/fgas_textbreak.cpp", |
| 880 "xfa/fgas/layout/fgas_textbreak.h", |
| 881 "xfa/fgas/layout/fgas_unicode.cpp", |
| 882 "xfa/fgas/layout/fgas_unicode.h", |
| 883 "xfa/fgas/localization/fgas_datetime.cpp", |
| 884 "xfa/fgas/localization/fgas_datetime.h", |
| 885 "xfa/fgas/localization/fgas_locale.cpp", |
| 886 "xfa/fgas/localization/fgas_locale.h", |
| 887 "xfa/fgas/localization/fgas_localeimp.h", |
| 888 "xfa/fgas/localization/fgas_localemgr.cpp", |
| 889 "xfa/fgas/localization/fgas_localemgr.h", |
| 890 "xfa/fgas/xml/fgas_sax.h", |
| 891 "xfa/fgas/xml/fgas_sax_imp.cpp", |
| 892 "xfa/fgas/xml/fgas_sax_imp.h", |
| 893 "xfa/fwl/basewidget/fwl_barcodeimp.cpp", |
| 894 "xfa/fwl/basewidget/fwl_barcodeimp.h", |
| 895 "xfa/fwl/basewidget/fwl_caretimp.cpp", |
| 896 "xfa/fwl/basewidget/fwl_caretimp.h", |
| 897 "xfa/fwl/basewidget/fwl_checkboximp.cpp", |
| 898 "xfa/fwl/basewidget/fwl_checkboximp.h", |
| 899 "xfa/fwl/basewidget/fwl_comboboximp.cpp", |
| 900 "xfa/fwl/basewidget/fwl_comboboximp.h", |
| 901 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp", |
| 902 "xfa/fwl/basewidget/fwl_datetimepickerimp.h", |
| 903 "xfa/fwl/basewidget/fwl_editimp.cpp", |
| 904 "xfa/fwl/basewidget/fwl_editimp.h", |
| 905 "xfa/fwl/basewidget/fwl_formproxyimp.cpp", |
| 906 "xfa/fwl/basewidget/fwl_formproxyimp.h", |
| 907 "xfa/fwl/basewidget/fwl_listboximp.cpp", |
| 908 "xfa/fwl/basewidget/fwl_listboximp.h", |
| 909 "xfa/fwl/basewidget/fwl_monthcalendarimp.cpp", |
| 910 "xfa/fwl/basewidget/fwl_monthcalendarimp.h", |
| 911 "xfa/fwl/basewidget/fwl_pictureboximp.cpp", |
| 912 "xfa/fwl/basewidget/fwl_pictureboximp.h", |
| 913 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp", |
| 914 "xfa/fwl/basewidget/fwl_pushbuttonimp.h", |
| 915 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp", |
| 916 "xfa/fwl/basewidget/fwl_scrollbarimp.h", |
| 917 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp", |
| 918 "xfa/fwl/basewidget/fwl_spinbuttonimp.h", |
| 919 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp", |
| 920 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h", |
| 921 "xfa/fwl/basewidget/fxmath_barcodeimp.cpp", |
| 922 "xfa/fwl/basewidget/fxmath_barcodeimp.h", |
| 923 "xfa/fwl/core/fwl_appimp.cpp", |
| 924 "xfa/fwl/core/fwl_appimp.h", |
| 925 "xfa/fwl/core/fwl_contentimp.cpp", |
| 926 "xfa/fwl/core/fwl_contentimp.h", |
| 927 "xfa/fwl/core/fwl_formimp.cpp", |
| 928 "xfa/fwl/core/fwl_formimp.h", |
| 929 "xfa/fwl/core/fwl_gridimp.cpp", |
| 930 "xfa/fwl/core/fwl_gridimp.h", |
| 931 "xfa/fwl/core/fwl_noteimp.cpp", |
| 932 "xfa/fwl/core/fwl_noteimp.h", |
| 933 "xfa/fwl/core/fwl_panelimp.cpp", |
| 934 "xfa/fwl/core/fwl_panelimp.h", |
| 935 "xfa/fwl/core/fwl_sdadapterimp.cpp", |
| 936 "xfa/fwl/core/fwl_targetimp.cpp", |
| 937 "xfa/fwl/core/fwl_targetimp.h", |
| 938 "xfa/fwl/core/fwl_threadimp.cpp", |
| 939 "xfa/fwl/core/fwl_threadimp.h", |
| 940 "xfa/fwl/core/fwl_timerimp.cpp", |
| 941 "xfa/fwl/core/fwl_widgetimp.cpp", |
| 942 "xfa/fwl/core/fwl_widgetimp.h", |
| 943 "xfa/fwl/core/fwl_widgetmgrimp.cpp", |
| 944 "xfa/fwl/core/fwl_widgetmgrimp.h", |
| 945 "xfa/fwl/lightwidget/app.cpp", |
| 946 "xfa/fwl/lightwidget/barcode.cpp", |
| 947 "xfa/fwl/lightwidget/caret.cpp", |
| 948 "xfa/fwl/lightwidget/checkbox.cpp", |
| 949 "xfa/fwl/lightwidget/combobox.cpp", |
| 950 "xfa/fwl/lightwidget/datetimepicker.cpp", |
| 951 "xfa/fwl/lightwidget/edit.cpp", |
| 952 "xfa/fwl/lightwidget/listbox.cpp", |
| 953 "xfa/fwl/lightwidget/picturebox.cpp", |
| 954 "xfa/fwl/lightwidget/pushbutton.cpp", |
| 955 "xfa/fwl/lightwidget/scrollbar.cpp", |
| 956 "xfa/fwl/lightwidget/theme.cpp", |
| 957 "xfa/fwl/lightwidget/tooltipctrl.cpp", |
| 958 "xfa/fwl/lightwidget/widget.cpp", |
| 959 "xfa/fwl/theme/barcodetp.cpp", |
| 960 "xfa/fwl/theme/carettp.cpp", |
| 961 "xfa/fwl/theme/checkboxtp.cpp", |
| 962 "xfa/fwl/theme/comboboxtp.cpp", |
| 963 "xfa/fwl/theme/datetimepickertp.cpp", |
| 964 "xfa/fwl/theme/edittp.cpp", |
| 965 "xfa/fwl/theme/formtp.cpp", |
| 966 "xfa/fwl/theme/listboxtp.cpp", |
| 967 "xfa/fwl/theme/monthcalendartp.cpp", |
| 968 "xfa/fwl/theme/pictureboxtp.cpp", |
| 969 "xfa/fwl/theme/pushbuttontp.cpp", |
| 970 "xfa/fwl/theme/scrollbartp.cpp", |
| 971 "xfa/fwl/theme/widgettp.cpp", |
| 972 "xfa/fxbarcode/BC_BarCode.cpp", |
| 973 "xfa/fxbarcode/BC_Binarizer.cpp", |
| 974 "xfa/fxbarcode/BC_Binarizer.h", |
| 975 "xfa/fxbarcode/BC_BinaryBitmap.cpp", |
| 976 "xfa/fxbarcode/BC_BinaryBitmap.h", |
| 977 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp", |
| 978 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h", |
| 979 "xfa/fxbarcode/BC_DecoderResult.h", |
| 980 "xfa/fxbarcode/BC_Dimension.cpp", |
| 981 "xfa/fxbarcode/BC_Dimension.h", |
| 982 "xfa/fxbarcode/BC_Library.cpp", |
| 983 "xfa/fxbarcode/BC_LuminanceSource.cpp", |
| 984 "xfa/fxbarcode/BC_LuminanceSource.h", |
| 985 "xfa/fxbarcode/BC_Reader.cpp", |
| 986 "xfa/fxbarcode/BC_Reader.h", |
| 987 "xfa/fxbarcode/BC_ResultPoint.cpp", |
| 988 "xfa/fxbarcode/BC_ResultPoint.h", |
| 989 "xfa/fxbarcode/BC_TwoDimWriter.cpp", |
| 990 "xfa/fxbarcode/BC_TwoDimWriter.h", |
| 991 "xfa/fxbarcode/BC_UtilCodingConvert.cpp", |
| 992 "xfa/fxbarcode/BC_UtilCodingConvert.h", |
| 993 "xfa/fxbarcode/BC_UtilRSS.cpp", |
| 994 "xfa/fxbarcode/BC_UtilRSS.h", |
| 995 "xfa/fxbarcode/BC_Utils.cpp", |
| 996 "xfa/fxbarcode/BC_Writer.cpp", |
| 997 "xfa/fxbarcode/BC_Writer.h", |
| 998 "xfa/fxbarcode/common/BC_CommonBitArray.cpp", |
| 999 "xfa/fxbarcode/common/BC_CommonBitArray.h", |
| 1000 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp", |
| 1001 "xfa/fxbarcode/common/BC_CommonBitMatrix.h", |
| 1002 "xfa/fxbarcode/common/BC_CommonBitSource.cpp", |
| 1003 "xfa/fxbarcode/common/BC_CommonBitSource.h", |
| 1004 "xfa/fxbarcode/common/BC_CommonByteArray.cpp", |
| 1005 "xfa/fxbarcode/common/BC_CommonByteArray.h", |
| 1006 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp", |
| 1007 "xfa/fxbarcode/common/BC_CommonByteMatrix.h", |
| 1008 "xfa/fxbarcode/common/BC_CommonCharacterSetECI.cpp", |
| 1009 "xfa/fxbarcode/common/BC_CommonCharacterSetECI.h", |
| 1010 "xfa/fxbarcode/common/BC_CommonDecoderResult.cpp", |
| 1011 "xfa/fxbarcode/common/BC_CommonDecoderResult.h", |
| 1012 "xfa/fxbarcode/common/BC_CommonECI.cpp", |
| 1013 "xfa/fxbarcode/common/BC_CommonECI.h", |
| 1014 "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.cpp", |
| 1015 "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h", |
| 1016 "xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp", |
| 1017 "xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.h", |
| 1018 "xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp", |
| 1019 "xfa/fxbarcode/common/BC_WhiteRectangleDetector.h", |
| 1020 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", |
| 1021 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h", |
| 1022 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp", |
| 1023 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h", |
| 1024 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp", |
| 1025 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h", |
| 1026 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp", |
| 1027 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h", |
| 1028 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp", |
| 1029 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.h", |
| 1030 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.cpp", |
| 1031 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.h", |
| 1032 "xfa/fxbarcode/datamatrix/BC_C40Encoder.cpp", |
| 1033 "xfa/fxbarcode/datamatrix/BC_C40Encoder.h", |
| 1034 "xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.cpp", |
| 1035 "xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h", |
| 1036 "xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp", |
| 1037 "xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h", |
| 1038 "xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp", |
| 1039 "xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h", |
| 1040 "xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp", |
| 1041 "xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.h", |
| 1042 "xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp", |
| 1043 "xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.h", |
| 1044 "xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp", |
| 1045 "xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h", |
| 1046 "xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp", |
| 1047 "xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h", |
| 1048 "xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp", |
| 1049 "xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h", |
| 1050 "xfa/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp", |
| 1051 "xfa/fxbarcode/datamatrix/BC_DataMatrixWriter.h", |
| 1052 "xfa/fxbarcode/datamatrix/BC_DefaultPlacement.cpp", |
| 1053 "xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h", |
| 1054 "xfa/fxbarcode/datamatrix/BC_EdifactEncoder.cpp", |
| 1055 "xfa/fxbarcode/datamatrix/BC_EdifactEncoder.h", |
| 1056 "xfa/fxbarcode/datamatrix/BC_Encoder.cpp", |
| 1057 "xfa/fxbarcode/datamatrix/BC_Encoder.h", |
| 1058 "xfa/fxbarcode/datamatrix/BC_EncoderContext.cpp", |
| 1059 "xfa/fxbarcode/datamatrix/BC_EncoderContext.h", |
| 1060 "xfa/fxbarcode/datamatrix/BC_ErrorCorrection.cpp", |
| 1061 "xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h", |
| 1062 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp", |
| 1063 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h", |
| 1064 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp", |
| 1065 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h", |
| 1066 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp", |
| 1067 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h", |
| 1068 "xfa/fxbarcode/datamatrix/BC_TextEncoder.cpp", |
| 1069 "xfa/fxbarcode/datamatrix/BC_TextEncoder.h", |
| 1070 "xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp", |
| 1071 "xfa/fxbarcode/datamatrix/BC_X12Encoder.h", |
| 1072 "xfa/fxbarcode/oned/BC_OneDReader.cpp", |
| 1073 "xfa/fxbarcode/oned/BC_OneDReader.h", |
| 1074 "xfa/fxbarcode/oned/BC_OneDimReader.cpp", |
| 1075 "xfa/fxbarcode/oned/BC_OneDimReader.h", |
| 1076 "xfa/fxbarcode/oned/BC_OneDimWriter.cpp", |
| 1077 "xfa/fxbarcode/oned/BC_OneDimWriter.h", |
| 1078 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp", |
| 1079 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.h", |
| 1080 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp", |
| 1081 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h", |
| 1082 "xfa/fxbarcode/oned/BC_OnedCode128Reader.cpp", |
| 1083 "xfa/fxbarcode/oned/BC_OnedCode128Reader.h", |
| 1084 "xfa/fxbarcode/oned/BC_OnedCode128Writer.cpp", |
| 1085 "xfa/fxbarcode/oned/BC_OnedCode128Writer.h", |
| 1086 "xfa/fxbarcode/oned/BC_OnedCode39Reader.cpp", |
| 1087 "xfa/fxbarcode/oned/BC_OnedCode39Reader.h", |
| 1088 "xfa/fxbarcode/oned/BC_OnedCode39Writer.cpp", |
| 1089 "xfa/fxbarcode/oned/BC_OnedCode39Writer.h", |
| 1090 "xfa/fxbarcode/oned/BC_OnedEAN13Reader.cpp", |
| 1091 "xfa/fxbarcode/oned/BC_OnedEAN13Reader.h", |
| 1092 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.cpp", |
| 1093 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.h", |
| 1094 "xfa/fxbarcode/oned/BC_OnedEAN8Reader.cpp", |
| 1095 "xfa/fxbarcode/oned/BC_OnedEAN8Reader.h", |
| 1096 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp", |
| 1097 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.h", |
| 1098 "xfa/fxbarcode/oned/BC_OnedUPCAReader.cpp", |
| 1099 "xfa/fxbarcode/oned/BC_OnedUPCAReader.h", |
| 1100 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp", |
| 1101 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.h", |
| 1102 "xfa/fxbarcode/pdf417/BC_PDF417.cpp", |
| 1103 "xfa/fxbarcode/pdf417/BC_PDF417.h", |
| 1104 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp", |
| 1105 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h", |
| 1106 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.cpp", |
| 1107 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h", |
| 1108 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp", |
| 1109 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h", |
| 1110 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeValue.cpp", |
| 1111 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeValue.h", |
| 1112 "xfa/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp", |
| 1113 "xfa/fxbarcode/pdf417/BC_PDF417BoundingBox.h", |
| 1114 "xfa/fxbarcode/pdf417/BC_PDF417Codeword.cpp", |
| 1115 "xfa/fxbarcode/pdf417/BC_PDF417Codeword.h", |
| 1116 "xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.cpp", |
| 1117 "xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h", |
| 1118 "xfa/fxbarcode/pdf417/BC_PDF417Common.cpp", |
| 1119 "xfa/fxbarcode/pdf417/BC_PDF417Common.h", |
| 1120 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.cpp", |
| 1121 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h", |
| 1122 "xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp", |
| 1123 "xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h", |
| 1124 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp", |
| 1125 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h", |
| 1126 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.cpp", |
| 1127 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h", |
| 1128 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp", |
| 1129 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h", |
| 1130 "xfa/fxbarcode/pdf417/BC_PDF417Detector.cpp", |
| 1131 "xfa/fxbarcode/pdf417/BC_PDF417Detector.h", |
| 1132 "xfa/fxbarcode/pdf417/BC_PDF417DetectorResult.cpp", |
| 1133 "xfa/fxbarcode/pdf417/BC_PDF417DetectorResult.h", |
| 1134 "xfa/fxbarcode/pdf417/BC_PDF417Dimensions.cpp", |
| 1135 "xfa/fxbarcode/pdf417/BC_PDF417Dimensions.h", |
| 1136 "xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.cpp", |
| 1137 "xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h", |
| 1138 "xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.cpp", |
| 1139 "xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.h", |
| 1140 "xfa/fxbarcode/pdf417/BC_PDF417ECModulusPoly.cpp", |
| 1141 "xfa/fxbarcode/pdf417/BC_PDF417ECModulusPoly.h", |
| 1142 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp", |
| 1143 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h", |
| 1144 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp", |
| 1145 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h", |
| 1146 "xfa/fxbarcode/pdf417/BC_PDF417Reader.cpp", |
| 1147 "xfa/fxbarcode/pdf417/BC_PDF417Reader.h", |
| 1148 "xfa/fxbarcode/pdf417/BC_PDF417ResultMetadata.cpp", |
| 1149 "xfa/fxbarcode/pdf417/BC_PDF417ResultMetadata.h", |
| 1150 "xfa/fxbarcode/pdf417/BC_PDF417ScanningDecoder.cpp", |
| 1151 "xfa/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h", |
| 1152 "xfa/fxbarcode/pdf417/BC_PDF417Writer.cpp", |
| 1153 "xfa/fxbarcode/pdf417/BC_PDF417Writer.h", |
| 1154 "xfa/fxbarcode/qrcode/BC_FinderPatternInfo.cpp", |
| 1155 "xfa/fxbarcode/qrcode/BC_FinderPatternInfo.h", |
| 1156 "xfa/fxbarcode/qrcode/BC_QRAlignmentPattern.cpp", |
| 1157 "xfa/fxbarcode/qrcode/BC_QRAlignmentPattern.h", |
| 1158 "xfa/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.cpp", |
| 1159 "xfa/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h", |
| 1160 "xfa/fxbarcode/qrcode/BC_QRBitMatrixParser.cpp", |
| 1161 "xfa/fxbarcode/qrcode/BC_QRBitMatrixParser.h", |
| 1162 "xfa/fxbarcode/qrcode/BC_QRCodeReader.cpp", |
| 1163 "xfa/fxbarcode/qrcode/BC_QRCodeReader.h", |
| 1164 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp", |
| 1165 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.h", |
| 1166 "xfa/fxbarcode/qrcode/BC_QRCoder.cpp", |
| 1167 "xfa/fxbarcode/qrcode/BC_QRCoder.h", |
| 1168 "xfa/fxbarcode/qrcode/BC_QRCoderBitVector.cpp", |
| 1169 "xfa/fxbarcode/qrcode/BC_QRCoderBitVector.h", |
| 1170 "xfa/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp", |
| 1171 "xfa/fxbarcode/qrcode/BC_QRCoderBlockPair.h", |
| 1172 "xfa/fxbarcode/qrcode/BC_QRCoderDecoder.cpp", |
| 1173 "xfa/fxbarcode/qrcode/BC_QRCoderDecoder.h", |
| 1174 "xfa/fxbarcode/qrcode/BC_QRCoderECB.cpp", |
| 1175 "xfa/fxbarcode/qrcode/BC_QRCoderECB.h", |
| 1176 "xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.cpp", |
| 1177 "xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.h", |
| 1178 "xfa/fxbarcode/qrcode/BC_QRCoderEncoder.cpp", |
| 1179 "xfa/fxbarcode/qrcode/BC_QRCoderEncoder.h", |
| 1180 "xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp", |
| 1181 "xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h", |
| 1182 "xfa/fxbarcode/qrcode/BC_QRCoderFormatInformation.cpp", |
| 1183 "xfa/fxbarcode/qrcode/BC_QRCoderFormatInformation.h", |
| 1184 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp", |
| 1185 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.h", |
| 1186 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp", |
| 1187 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h", |
| 1188 "xfa/fxbarcode/qrcode/BC_QRCoderMode.cpp", |
| 1189 "xfa/fxbarcode/qrcode/BC_QRCoderMode.h", |
| 1190 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.cpp", |
| 1191 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.h", |
| 1192 "xfa/fxbarcode/qrcode/BC_QRDataBlock.cpp", |
| 1193 "xfa/fxbarcode/qrcode/BC_QRDataBlock.h", |
| 1194 "xfa/fxbarcode/qrcode/BC_QRDataMask.cpp", |
| 1195 "xfa/fxbarcode/qrcode/BC_QRDataMask.h", |
| 1196 "xfa/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp", |
| 1197 "xfa/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h", |
| 1198 "xfa/fxbarcode/qrcode/BC_QRDetector.cpp", |
| 1199 "xfa/fxbarcode/qrcode/BC_QRDetector.h", |
| 1200 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.cpp", |
| 1201 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.h", |
| 1202 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp", |
| 1203 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.h", |
| 1204 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp", |
| 1205 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.h", |
| 1206 "xfa/fxbarcode/qrcode/BC_QRGridSampler.cpp", |
| 1207 "xfa/fxbarcode/qrcode/BC_QRGridSampler.h", |
| 1208 "xfa/fxbarcode/utils.h", |
| 1209 "xfa/fxfa/app/xfa_checksum.cpp", |
| 1210 "xfa/fxfa/app/xfa_checksum.h", |
| 1211 "xfa/fxfa/app/xfa_ffapp.cpp", |
| 1212 "xfa/fxfa/app/xfa_ffapp.h", |
| 1213 "xfa/fxfa/app/xfa_ffbarcode.cpp", |
| 1214 "xfa/fxfa/app/xfa_ffbarcode.h", |
| 1215 "xfa/fxfa/app/xfa_ffcheckbutton.cpp", |
| 1216 "xfa/fxfa/app/xfa_ffcheckbutton.h", |
| 1217 "xfa/fxfa/app/xfa_ffchoicelist.cpp", |
| 1218 "xfa/fxfa/app/xfa_ffchoicelist.h", |
| 1219 "xfa/fxfa/app/xfa_ffdoc.cpp", |
| 1220 "xfa/fxfa/app/xfa_ffdoc.h", |
| 1221 "xfa/fxfa/app/xfa_ffdochandler.cpp", |
| 1222 "xfa/fxfa/app/xfa_ffdochandler.h", |
| 1223 "xfa/fxfa/app/xfa_ffdocview.cpp", |
| 1224 "xfa/fxfa/app/xfa_ffdocview.h", |
| 1225 "xfa/fxfa/app/xfa_ffdraw.cpp", |
| 1226 "xfa/fxfa/app/xfa_ffdraw.h", |
| 1227 "xfa/fxfa/app/xfa_ffexclgroup.cpp", |
| 1228 "xfa/fxfa/app/xfa_ffexclgroup.h", |
| 1229 "xfa/fxfa/app/xfa_fffield.cpp", |
| 1230 "xfa/fxfa/app/xfa_fffield.h", |
| 1231 "xfa/fxfa/app/xfa_ffimage.cpp", |
| 1232 "xfa/fxfa/app/xfa_ffimage.h", |
| 1233 "xfa/fxfa/app/xfa_ffimageedit.cpp", |
| 1234 "xfa/fxfa/app/xfa_ffimageedit.h", |
| 1235 "xfa/fxfa/app/xfa_ffnotify.cpp", |
| 1236 "xfa/fxfa/app/xfa_ffnotify.h", |
| 1237 "xfa/fxfa/app/xfa_ffpageview.cpp", |
| 1238 "xfa/fxfa/app/xfa_ffpageview.h", |
| 1239 "xfa/fxfa/app/xfa_ffpath.cpp", |
| 1240 "xfa/fxfa/app/xfa_ffpath.h", |
| 1241 "xfa/fxfa/app/xfa_ffpushbutton.cpp", |
| 1242 "xfa/fxfa/app/xfa_ffpushbutton.h", |
| 1243 "xfa/fxfa/app/xfa_ffsignature.cpp", |
| 1244 "xfa/fxfa/app/xfa_ffsignature.h", |
| 1245 "xfa/fxfa/app/xfa_ffsubform.cpp", |
| 1246 "xfa/fxfa/app/xfa_ffsubform.h", |
| 1247 "xfa/fxfa/app/xfa_fftext.cpp", |
| 1248 "xfa/fxfa/app/xfa_fftext.h", |
| 1249 "xfa/fxfa/app/xfa_fftextedit.cpp", |
| 1250 "xfa/fxfa/app/xfa_fftextedit.h", |
| 1251 "xfa/fxfa/app/xfa_ffwidget.cpp", |
| 1252 "xfa/fxfa/app/xfa_ffwidget.h", |
| 1253 "xfa/fxfa/app/xfa_ffwidgetacc.cpp", |
| 1254 "xfa/fxfa/app/xfa_ffwidgetacc.h", |
| 1255 "xfa/fxfa/app/xfa_ffwidgethandler.cpp", |
| 1256 "xfa/fxfa/app/xfa_ffwidgethandler.h", |
| 1257 "xfa/fxfa/app/xfa_fontmgr.cpp", |
| 1258 "xfa/fxfa/app/xfa_fontmgr.h", |
| 1259 "xfa/fxfa/app/xfa_fwladapter.cpp", |
| 1260 "xfa/fxfa/app/xfa_fwladapter.h", |
| 1261 "xfa/fxfa/app/xfa_fwltheme.cpp", |
| 1262 "xfa/fxfa/app/xfa_fwltheme.h", |
| 1263 "xfa/fxfa/app/xfa_rendercontext.cpp", |
| 1264 "xfa/fxfa/app/xfa_rendercontext.h", |
| 1265 "xfa/fxfa/app/xfa_textlayout.cpp", |
| 1266 "xfa/fxfa/app/xfa_textlayout.h", |
| 1267 "xfa/fxfa/fm2js/xfa_error.cpp", |
| 1268 "xfa/fxfa/fm2js/xfa_error.h", |
| 1269 "xfa/fxfa/fm2js/xfa_expression.cpp", |
| 1270 "xfa/fxfa/fm2js/xfa_expression.h", |
| 1271 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp", |
| 1272 "xfa/fxfa/fm2js/xfa_fm2jsapi.h", |
| 1273 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", |
| 1274 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", |
| 1275 "xfa/fxfa/fm2js/xfa_fmparse.cpp", |
| 1276 "xfa/fxfa/fm2js/xfa_fmparse.h", |
| 1277 "xfa/fxfa/fm2js/xfa_lexer.cpp", |
| 1278 "xfa/fxfa/fm2js/xfa_lexer.h", |
| 1279 "xfa/fxfa/fm2js/xfa_program.cpp", |
| 1280 "xfa/fxfa/fm2js/xfa_program.h", |
| 1281 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp", |
| 1282 "xfa/fxfa/fm2js/xfa_simpleexpression.h", |
| 1283 "xfa/fxfa/parser/xfa_basic_data.cpp", |
| 1284 "xfa/fxfa/parser/xfa_basic_data.h", |
| 1285 "xfa/fxfa/parser/xfa_basic_imp.cpp", |
| 1286 "xfa/fxfa/parser/xfa_basic_imp.h", |
| 1287 "xfa/fxfa/parser/xfa_docdata.h", |
| 1288 "xfa/fxfa/parser/xfa_doclayout.h", |
| 1289 "xfa/fxfa/parser/xfa_document.h", |
| 1290 "xfa/fxfa/parser/xfa_document_datadescription_imp.cpp", |
| 1291 "xfa/fxfa/parser/xfa_document_datadescription_imp.h", |
| 1292 "xfa/fxfa/parser/xfa_document_datamerger_imp.cpp", |
| 1293 "xfa/fxfa/parser/xfa_document_datamerger_imp.h", |
| 1294 "xfa/fxfa/parser/xfa_document_imp.cpp", |
| 1295 "xfa/fxfa/parser/xfa_document_layout_imp.cpp", |
| 1296 "xfa/fxfa/parser/xfa_document_layout_imp.h", |
| 1297 "xfa/fxfa/parser/xfa_document_serialize.cpp", |
| 1298 "xfa/fxfa/parser/xfa_document_serialize.h", |
| 1299 "xfa/fxfa/parser/xfa_layout_appadapter.cpp", |
| 1300 "xfa/fxfa/parser/xfa_layout_appadapter.h", |
| 1301 "xfa/fxfa/parser/xfa_layout_itemlayout.cpp", |
| 1302 "xfa/fxfa/parser/xfa_layout_itemlayout.h", |
| 1303 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", |
| 1304 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", |
| 1305 "xfa/fxfa/parser/xfa_locale.cpp", |
| 1306 "xfa/fxfa/parser/xfa_locale.h", |
| 1307 "xfa/fxfa/parser/xfa_localemgr.cpp", |
| 1308 "xfa/fxfa/parser/xfa_localemgr.h", |
| 1309 "xfa/fxfa/parser/xfa_localevalue.cpp", |
| 1310 "xfa/fxfa/parser/xfa_localevalue.h", |
| 1311 "xfa/fxfa/parser/xfa_object.h", |
| 1312 "xfa/fxfa/parser/xfa_object_imp.cpp", |
| 1313 "xfa/fxfa/parser/xfa_objectacc_imp.cpp", |
| 1314 "xfa/fxfa/parser/xfa_parser.h", |
| 1315 "xfa/fxfa/parser/xfa_parser_imp.cpp", |
| 1316 "xfa/fxfa/parser/xfa_parser_imp.h", |
| 1317 "xfa/fxfa/parser/xfa_script.h", |
| 1318 "xfa/fxfa/parser/xfa_script_datawindow.cpp", |
| 1319 "xfa/fxfa/parser/xfa_script_datawindow.h", |
| 1320 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp", |
| 1321 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h", |
| 1322 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp", |
| 1323 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h", |
| 1324 "xfa/fxfa/parser/xfa_script_imp.cpp", |
| 1325 "xfa/fxfa/parser/xfa_script_imp.h", |
| 1326 "xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp", |
| 1327 "xfa/fxfa/parser/xfa_script_layoutpseudomodel.h", |
| 1328 "xfa/fxfa/parser/xfa_script_logpseudomodel.cpp", |
| 1329 "xfa/fxfa/parser/xfa_script_logpseudomodel.h", |
| 1330 "xfa/fxfa/parser/xfa_script_nodehelper.cpp", |
| 1331 "xfa/fxfa/parser/xfa_script_nodehelper.h", |
| 1332 "xfa/fxfa/parser/xfa_script_resolveprocessor.cpp", |
| 1333 "xfa/fxfa/parser/xfa_script_resolveprocessor.h", |
| 1334 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp", |
| 1335 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.h", |
| 1336 "xfa/fxfa/parser/xfa_utils.h", |
| 1337 "xfa/fxfa/parser/xfa_utils_imp.cpp", |
| 1338 "xfa/fxgraphics/fx_graphics.cpp", |
| 1339 "xfa/fxgraphics/fx_path_generator.cpp", |
| 1340 "xfa/fxgraphics/fx_path_generator.h", |
| 1341 "xfa/fxgraphics/pre.h", |
804 "xfa/include/fwl/adapter/fwl_adapternative.h", | 1342 "xfa/include/fwl/adapter/fwl_adapternative.h", |
805 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", | 1343 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", |
806 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", | 1344 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", |
807 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", | 1345 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", |
808 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", | 1346 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", |
809 "xfa/include/fwl/basewidget/fwl_barcode.h", | 1347 "xfa/include/fwl/basewidget/fwl_barcode.h", |
810 "xfa/include/fwl/basewidget/fwl_caret.h", | 1348 "xfa/include/fwl/basewidget/fwl_caret.h", |
811 "xfa/include/fwl/basewidget/fwl_checkbox.h", | 1349 "xfa/include/fwl/basewidget/fwl_checkbox.h", |
812 "xfa/include/fwl/basewidget/fwl_combobox.h", | 1350 "xfa/include/fwl/basewidget/fwl_combobox.h", |
813 "xfa/include/fwl/basewidget/fwl_datetimepicker.h", | 1351 "xfa/include/fwl/basewidget/fwl_datetimepicker.h", |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
863 "xfa/include/fwl/theme/scrollbartp.h", | 1401 "xfa/include/fwl/theme/scrollbartp.h", |
864 "xfa/include/fwl/theme/utils.h", | 1402 "xfa/include/fwl/theme/utils.h", |
865 "xfa/include/fwl/theme/widgettp.h", | 1403 "xfa/include/fwl/theme/widgettp.h", |
866 "xfa/include/fxbarcode/BC_BarCode.h", | 1404 "xfa/include/fxbarcode/BC_BarCode.h", |
867 "xfa/include/fxfa/fxfa.h", | 1405 "xfa/include/fxfa/fxfa.h", |
868 "xfa/include/fxfa/fxfa_basic.h", | 1406 "xfa/include/fxfa/fxfa_basic.h", |
869 "xfa/include/fxfa/fxfa_objectacc.h", | 1407 "xfa/include/fxfa/fxfa_objectacc.h", |
870 "xfa/include/fxfa/fxfa_widget.h", | 1408 "xfa/include/fxfa/fxfa_widget.h", |
871 "xfa/include/fxgraphics/fx_graphics.h", | 1409 "xfa/include/fxgraphics/fx_graphics.h", |
872 "xfa/include/fxjse/fxjse.h", | 1410 "xfa/include/fxjse/fxjse.h", |
873 "xfa/src/fde/css/fde_css.h", | |
874 "xfa/src/fde/css/fde_csscache.cpp", | |
875 "xfa/src/fde/css/fde_csscache.h", | |
876 "xfa/src/fde/css/fde_cssdatatable.cpp", | |
877 "xfa/src/fde/css/fde_cssdatatable.h", | |
878 "xfa/src/fde/css/fde_cssdeclaration.cpp", | |
879 "xfa/src/fde/css/fde_cssdeclaration.h", | |
880 "xfa/src/fde/css/fde_cssstyleselector.cpp", | |
881 "xfa/src/fde/css/fde_cssstyleselector.h", | |
882 "xfa/src/fde/css/fde_cssstylesheet.cpp", | |
883 "xfa/src/fde/css/fde_cssstylesheet.h", | |
884 "xfa/src/fde/css/fde_csssyntax.cpp", | |
885 "xfa/src/fde/css/fde_csssyntax.h", | |
886 "xfa/src/fde/fde_brush.h", | |
887 "xfa/src/fde/fde_devbasic.cpp", | |
888 "xfa/src/fde/fde_devbasic.h", | |
889 "xfa/src/fde/fde_gedevice.cpp", | |
890 "xfa/src/fde/fde_gedevice.h", | |
891 "xfa/src/fde/fde_geobject.cpp", | |
892 "xfa/src/fde/fde_geobject.h", | |
893 "xfa/src/fde/fde_image.h", | |
894 "xfa/src/fde/fde_iterator.cpp", | |
895 "xfa/src/fde/fde_iterator.h", | |
896 "xfa/src/fde/fde_object.cpp", | |
897 "xfa/src/fde/fde_object.h", | |
898 "xfa/src/fde/fde_path.h", | |
899 "xfa/src/fde/fde_pen.h", | |
900 "xfa/src/fde/fde_render.cpp", | |
901 "xfa/src/fde/fde_render.h", | |
902 "xfa/src/fde/fde_renderdevice.h", | |
903 "xfa/src/fde/tto/fde_textout.cpp", | |
904 "xfa/src/fde/tto/fde_textout.h", | |
905 "xfa/src/fde/xml/fde_xml.h", | |
906 "xfa/src/fde/xml/fde_xml_imp.cpp", | |
907 "xfa/src/fde/xml/fde_xml_imp.h", | |
908 "xfa/src/fee/fde_txtedtbuf.cpp", | |
909 "xfa/src/fee/fde_txtedtbuf.h", | |
910 "xfa/src/fee/fde_txtedtengine.cpp", | |
911 "xfa/src/fee/fde_txtedtengine.h", | |
912 "xfa/src/fee/fde_txtedtpage.cpp", | |
913 "xfa/src/fee/fde_txtedtpage.h", | |
914 "xfa/src/fee/fde_txtedtparag.cpp", | |
915 "xfa/src/fee/fde_txtedtparag.h", | |
916 "xfa/src/fee/fx_wordbreak/fx_wordbreak.h", | |
917 "xfa/src/fee/fx_wordbreak/fx_wordbreak_impl.cpp", | |
918 "xfa/src/fee/fx_wordbreak/fx_wordbreak_impl.h", | |
919 "xfa/src/fee/fx_wordbreak/fx_wordbreakdata.cpp", | |
920 "xfa/src/fee/ifde_txtedtbuf.h", | |
921 "xfa/src/fee/ifde_txtedtengine.h", | |
922 "xfa/src/fee/ifde_txtedtpage.h", | |
923 "xfa/src/fgas/crt/fgas_algorithm.cpp", | |
924 "xfa/src/fgas/crt/fgas_algorithm.h", | |
925 "xfa/src/fgas/crt/fgas_codepage.cpp", | |
926 "xfa/src/fgas/crt/fgas_codepage.h", | |
927 "xfa/src/fgas/crt/fgas_encode.cpp", | |
928 "xfa/src/fgas/crt/fgas_language.h", | |
929 "xfa/src/fgas/crt/fgas_memory.cpp", | |
930 "xfa/src/fgas/crt/fgas_memory.h", | |
931 "xfa/src/fgas/crt/fgas_stream.cpp", | |
932 "xfa/src/fgas/crt/fgas_stream.h", | |
933 "xfa/src/fgas/crt/fgas_system.cpp", | |
934 "xfa/src/fgas/crt/fgas_system.h", | |
935 "xfa/src/fgas/crt/fgas_utils.cpp", | |
936 "xfa/src/fgas/crt/fgas_utils.h", | |
937 "xfa/src/fgas/font/fgas_font.h", | |
938 "xfa/src/fgas/font/fgas_fontutils.cpp", | |
939 "xfa/src/fgas/font/fgas_fontutils.h", | |
940 "xfa/src/fgas/font/fgas_gefont.cpp", | |
941 "xfa/src/fgas/font/fgas_gefont.h", | |
942 "xfa/src/fgas/font/fgas_stdfontmgr.cpp", | |
943 "xfa/src/fgas/font/fgas_stdfontmgr.h", | |
944 "xfa/src/fgas/layout/fgas_linebreak.cpp", | |
945 "xfa/src/fgas/layout/fgas_linebreak.h", | |
946 "xfa/src/fgas/layout/fgas_rtfbreak.cpp", | |
947 "xfa/src/fgas/layout/fgas_rtfbreak.h", | |
948 "xfa/src/fgas/layout/fgas_textbreak.cpp", | |
949 "xfa/src/fgas/layout/fgas_textbreak.h", | |
950 "xfa/src/fgas/layout/fgas_unicode.cpp", | |
951 "xfa/src/fgas/layout/fgas_unicode.h", | |
952 "xfa/src/fgas/localization/fgas_datetime.cpp", | |
953 "xfa/src/fgas/localization/fgas_datetime.h", | |
954 "xfa/src/fgas/localization/fgas_locale.cpp", | |
955 "xfa/src/fgas/localization/fgas_locale.h", | |
956 "xfa/src/fgas/localization/fgas_localeimp.h", | |
957 "xfa/src/fgas/localization/fgas_localemgr.cpp", | |
958 "xfa/src/fgas/localization/fgas_localemgr.h", | |
959 "xfa/src/fgas/xml/fgas_sax.h", | |
960 "xfa/src/fgas/xml/fgas_sax_imp.cpp", | |
961 "xfa/src/fgas/xml/fgas_sax_imp.h", | |
962 "xfa/src/fwl/basewidget/fwl_barcodeimp.cpp", | |
963 "xfa/src/fwl/basewidget/fwl_barcodeimp.h", | |
964 "xfa/src/fwl/basewidget/fwl_caretimp.cpp", | |
965 "xfa/src/fwl/basewidget/fwl_caretimp.h", | |
966 "xfa/src/fwl/basewidget/fwl_checkboximp.cpp", | |
967 "xfa/src/fwl/basewidget/fwl_checkboximp.h", | |
968 "xfa/src/fwl/basewidget/fwl_comboboximp.cpp", | |
969 "xfa/src/fwl/basewidget/fwl_comboboximp.h", | |
970 "xfa/src/fwl/basewidget/fwl_datetimepickerimp.cpp", | |
971 "xfa/src/fwl/basewidget/fwl_datetimepickerimp.h", | |
972 "xfa/src/fwl/basewidget/fwl_editimp.cpp", | |
973 "xfa/src/fwl/basewidget/fwl_editimp.h", | |
974 "xfa/src/fwl/basewidget/fwl_formproxyimp.cpp", | |
975 "xfa/src/fwl/basewidget/fwl_formproxyimp.h", | |
976 "xfa/src/fwl/basewidget/fwl_listboximp.cpp", | |
977 "xfa/src/fwl/basewidget/fwl_listboximp.h", | |
978 "xfa/src/fwl/basewidget/fwl_monthcalendarimp.cpp", | |
979 "xfa/src/fwl/basewidget/fwl_monthcalendarimp.h", | |
980 "xfa/src/fwl/basewidget/fwl_pictureboximp.cpp", | |
981 "xfa/src/fwl/basewidget/fwl_pictureboximp.h", | |
982 "xfa/src/fwl/basewidget/fwl_pushbuttonimp.cpp", | |
983 "xfa/src/fwl/basewidget/fwl_pushbuttonimp.h", | |
984 "xfa/src/fwl/basewidget/fwl_scrollbarimp.cpp", | |
985 "xfa/src/fwl/basewidget/fwl_scrollbarimp.h", | |
986 "xfa/src/fwl/basewidget/fwl_spinbuttonimp.cpp", | |
987 "xfa/src/fwl/basewidget/fwl_spinbuttonimp.h", | |
988 "xfa/src/fwl/basewidget/fwl_tooltipctrlimp.cpp", | |
989 "xfa/src/fwl/basewidget/fwl_tooltipctrlimp.h", | |
990 "xfa/src/fwl/basewidget/fxmath_barcodeimp.cpp", | |
991 "xfa/src/fwl/basewidget/fxmath_barcodeimp.h", | |
992 "xfa/src/fwl/core/fwl_appimp.cpp", | |
993 "xfa/src/fwl/core/fwl_appimp.h", | |
994 "xfa/src/fwl/core/fwl_contentimp.cpp", | |
995 "xfa/src/fwl/core/fwl_contentimp.h", | |
996 "xfa/src/fwl/core/fwl_formimp.cpp", | |
997 "xfa/src/fwl/core/fwl_formimp.h", | |
998 "xfa/src/fwl/core/fwl_gridimp.cpp", | |
999 "xfa/src/fwl/core/fwl_gridimp.h", | |
1000 "xfa/src/fwl/core/fwl_noteimp.cpp", | |
1001 "xfa/src/fwl/core/fwl_noteimp.h", | |
1002 "xfa/src/fwl/core/fwl_panelimp.cpp", | |
1003 "xfa/src/fwl/core/fwl_panelimp.h", | |
1004 "xfa/src/fwl/core/fwl_sdadapterimp.cpp", | |
1005 "xfa/src/fwl/core/fwl_targetimp.cpp", | |
1006 "xfa/src/fwl/core/fwl_targetimp.h", | |
1007 "xfa/src/fwl/core/fwl_threadimp.cpp", | |
1008 "xfa/src/fwl/core/fwl_threadimp.h", | |
1009 "xfa/src/fwl/core/fwl_timerimp.cpp", | |
1010 "xfa/src/fwl/core/fwl_widgetimp.cpp", | |
1011 "xfa/src/fwl/core/fwl_widgetimp.h", | |
1012 "xfa/src/fwl/core/fwl_widgetmgrimp.cpp", | |
1013 "xfa/src/fwl/core/fwl_widgetmgrimp.h", | |
1014 "xfa/src/fwl/lightwidget/app.cpp", | |
1015 "xfa/src/fwl/lightwidget/barcode.cpp", | |
1016 "xfa/src/fwl/lightwidget/caret.cpp", | |
1017 "xfa/src/fwl/lightwidget/checkbox.cpp", | |
1018 "xfa/src/fwl/lightwidget/combobox.cpp", | |
1019 "xfa/src/fwl/lightwidget/datetimepicker.cpp", | |
1020 "xfa/src/fwl/lightwidget/edit.cpp", | |
1021 "xfa/src/fwl/lightwidget/listbox.cpp", | |
1022 "xfa/src/fwl/lightwidget/picturebox.cpp", | |
1023 "xfa/src/fwl/lightwidget/pushbutton.cpp", | |
1024 "xfa/src/fwl/lightwidget/scrollbar.cpp", | |
1025 "xfa/src/fwl/lightwidget/theme.cpp", | |
1026 "xfa/src/fwl/lightwidget/tooltipctrl.cpp", | |
1027 "xfa/src/fwl/lightwidget/widget.cpp", | |
1028 "xfa/src/fwl/theme/barcodetp.cpp", | |
1029 "xfa/src/fwl/theme/carettp.cpp", | |
1030 "xfa/src/fwl/theme/checkboxtp.cpp", | |
1031 "xfa/src/fwl/theme/comboboxtp.cpp", | |
1032 "xfa/src/fwl/theme/datetimepickertp.cpp", | |
1033 "xfa/src/fwl/theme/edittp.cpp", | |
1034 "xfa/src/fwl/theme/formtp.cpp", | |
1035 "xfa/src/fwl/theme/listboxtp.cpp", | |
1036 "xfa/src/fwl/theme/monthcalendartp.cpp", | |
1037 "xfa/src/fwl/theme/pictureboxtp.cpp", | |
1038 "xfa/src/fwl/theme/pushbuttontp.cpp", | |
1039 "xfa/src/fwl/theme/scrollbartp.cpp", | |
1040 "xfa/src/fwl/theme/widgettp.cpp", | |
1041 "xfa/src/fxbarcode/BC_BarCode.cpp", | |
1042 "xfa/src/fxbarcode/BC_Binarizer.cpp", | |
1043 "xfa/src/fxbarcode/BC_Binarizer.h", | |
1044 "xfa/src/fxbarcode/BC_BinaryBitmap.cpp", | |
1045 "xfa/src/fxbarcode/BC_BinaryBitmap.h", | |
1046 "xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.cpp", | |
1047 "xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.h", | |
1048 "xfa/src/fxbarcode/BC_DecoderResult.h", | |
1049 "xfa/src/fxbarcode/BC_Dimension.cpp", | |
1050 "xfa/src/fxbarcode/BC_Dimension.h", | |
1051 "xfa/src/fxbarcode/BC_Library.cpp", | |
1052 "xfa/src/fxbarcode/BC_LuminanceSource.cpp", | |
1053 "xfa/src/fxbarcode/BC_LuminanceSource.h", | |
1054 "xfa/src/fxbarcode/BC_Reader.cpp", | |
1055 "xfa/src/fxbarcode/BC_Reader.h", | |
1056 "xfa/src/fxbarcode/BC_ResultPoint.cpp", | |
1057 "xfa/src/fxbarcode/BC_ResultPoint.h", | |
1058 "xfa/src/fxbarcode/BC_TwoDimWriter.cpp", | |
1059 "xfa/src/fxbarcode/BC_TwoDimWriter.h", | |
1060 "xfa/src/fxbarcode/BC_UtilCodingConvert.cpp", | |
1061 "xfa/src/fxbarcode/BC_UtilCodingConvert.h", | |
1062 "xfa/src/fxbarcode/BC_UtilRSS.cpp", | |
1063 "xfa/src/fxbarcode/BC_UtilRSS.h", | |
1064 "xfa/src/fxbarcode/BC_Utils.cpp", | |
1065 "xfa/src/fxbarcode/BC_Writer.cpp", | |
1066 "xfa/src/fxbarcode/BC_Writer.h", | |
1067 "xfa/src/fxbarcode/common/BC_CommonBitArray.cpp", | |
1068 "xfa/src/fxbarcode/common/BC_CommonBitArray.h", | |
1069 "xfa/src/fxbarcode/common/BC_CommonBitMatrix.cpp", | |
1070 "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h", | |
1071 "xfa/src/fxbarcode/common/BC_CommonBitSource.cpp", | |
1072 "xfa/src/fxbarcode/common/BC_CommonBitSource.h", | |
1073 "xfa/src/fxbarcode/common/BC_CommonByteArray.cpp", | |
1074 "xfa/src/fxbarcode/common/BC_CommonByteArray.h", | |
1075 "xfa/src/fxbarcode/common/BC_CommonByteMatrix.cpp", | |
1076 "xfa/src/fxbarcode/common/BC_CommonByteMatrix.h", | |
1077 "xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.cpp", | |
1078 "xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h", | |
1079 "xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp", | |
1080 "xfa/src/fxbarcode/common/BC_CommonDecoderResult.h", | |
1081 "xfa/src/fxbarcode/common/BC_CommonECI.cpp", | |
1082 "xfa/src/fxbarcode/common/BC_CommonECI.h", | |
1083 "xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.cpp", | |
1084 "xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.h", | |
1085 "xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp", | |
1086 "xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.h", | |
1087 "xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp", | |
1088 "xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h", | |
1089 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", | |
1090 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.h", | |
1091 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp", | |
1092 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h", | |
1093 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp", | |
1094 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h", | |
1095 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp", | |
1096 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h", | |
1097 "xfa/src/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp", | |
1098 "xfa/src/fxbarcode/datamatrix/BC_ASCIIEncoder.h", | |
1099 "xfa/src/fxbarcode/datamatrix/BC_Base256Encoder.cpp", | |
1100 "xfa/src/fxbarcode/datamatrix/BC_Base256Encoder.h", | |
1101 "xfa/src/fxbarcode/datamatrix/BC_C40Encoder.cpp", | |
1102 "xfa/src/fxbarcode/datamatrix/BC_C40Encoder.h", | |
1103 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.cpp", | |
1104 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h", | |
1105 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp", | |
1106 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h", | |
1107 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp", | |
1108 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h", | |
1109 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp", | |
1110 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.h", | |
1111 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp", | |
1112 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h", | |
1113 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp", | |
1114 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.h", | |
1115 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp", | |
1116 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h", | |
1117 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp", | |
1118 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.h", | |
1119 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp", | |
1120 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.h", | |
1121 "xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp", | |
1122 "xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.h", | |
1123 "xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.cpp", | |
1124 "xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.h", | |
1125 "xfa/src/fxbarcode/datamatrix/BC_Encoder.cpp", | |
1126 "xfa/src/fxbarcode/datamatrix/BC_Encoder.h", | |
1127 "xfa/src/fxbarcode/datamatrix/BC_EncoderContext.cpp", | |
1128 "xfa/src/fxbarcode/datamatrix/BC_EncoderContext.h", | |
1129 "xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp", | |
1130 "xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.h", | |
1131 "xfa/src/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp", | |
1132 "xfa/src/fxbarcode/datamatrix/BC_HighLevelEncoder.h", | |
1133 "xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.cpp", | |
1134 "xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.h", | |
1135 "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp", | |
1136 "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.h", | |
1137 "xfa/src/fxbarcode/datamatrix/BC_TextEncoder.cpp", | |
1138 "xfa/src/fxbarcode/datamatrix/BC_TextEncoder.h", | |
1139 "xfa/src/fxbarcode/datamatrix/BC_X12Encoder.cpp", | |
1140 "xfa/src/fxbarcode/datamatrix/BC_X12Encoder.h", | |
1141 "xfa/src/fxbarcode/oned/BC_OneDReader.cpp", | |
1142 "xfa/src/fxbarcode/oned/BC_OneDReader.h", | |
1143 "xfa/src/fxbarcode/oned/BC_OneDimReader.cpp", | |
1144 "xfa/src/fxbarcode/oned/BC_OneDimReader.h", | |
1145 "xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp", | |
1146 "xfa/src/fxbarcode/oned/BC_OneDimWriter.h", | |
1147 "xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp", | |
1148 "xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.h", | |
1149 "xfa/src/fxbarcode/oned/BC_OnedCodaBarWriter.cpp", | |
1150 "xfa/src/fxbarcode/oned/BC_OnedCodaBarWriter.h", | |
1151 "xfa/src/fxbarcode/oned/BC_OnedCode128Reader.cpp", | |
1152 "xfa/src/fxbarcode/oned/BC_OnedCode128Reader.h", | |
1153 "xfa/src/fxbarcode/oned/BC_OnedCode128Writer.cpp", | |
1154 "xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h", | |
1155 "xfa/src/fxbarcode/oned/BC_OnedCode39Reader.cpp", | |
1156 "xfa/src/fxbarcode/oned/BC_OnedCode39Reader.h", | |
1157 "xfa/src/fxbarcode/oned/BC_OnedCode39Writer.cpp", | |
1158 "xfa/src/fxbarcode/oned/BC_OnedCode39Writer.h", | |
1159 "xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.cpp", | |
1160 "xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.h", | |
1161 "xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp", | |
1162 "xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.h", | |
1163 "xfa/src/fxbarcode/oned/BC_OnedEAN8Reader.cpp", | |
1164 "xfa/src/fxbarcode/oned/BC_OnedEAN8Reader.h", | |
1165 "xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.cpp", | |
1166 "xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.h", | |
1167 "xfa/src/fxbarcode/oned/BC_OnedUPCAReader.cpp", | |
1168 "xfa/src/fxbarcode/oned/BC_OnedUPCAReader.h", | |
1169 "xfa/src/fxbarcode/oned/BC_OnedUPCAWriter.cpp", | |
1170 "xfa/src/fxbarcode/oned/BC_OnedUPCAWriter.h", | |
1171 "xfa/src/fxbarcode/pdf417/BC_PDF417.cpp", | |
1172 "xfa/src/fxbarcode/pdf417/BC_PDF417.h", | |
1173 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp", | |
1174 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h", | |
1175 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.cpp", | |
1176 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h", | |
1177 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp", | |
1178 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.h", | |
1179 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.cpp", | |
1180 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h", | |
1181 "xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp", | |
1182 "xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h", | |
1183 "xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.cpp", | |
1184 "xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h", | |
1185 "xfa/src/fxbarcode/pdf417/BC_PDF417CodewordDecoder.cpp", | |
1186 "xfa/src/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h", | |
1187 "xfa/src/fxbarcode/pdf417/BC_PDF417Common.cpp", | |
1188 "xfa/src/fxbarcode/pdf417/BC_PDF417Common.h", | |
1189 "xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.cpp", | |
1190 "xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.h", | |
1191 "xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp", | |
1192 "xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h", | |
1193 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp", | |
1194 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.h", | |
1195 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.cpp", | |
1196 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h", | |
1197 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp", | |
1198 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h", | |
1199 "xfa/src/fxbarcode/pdf417/BC_PDF417Detector.cpp", | |
1200 "xfa/src/fxbarcode/pdf417/BC_PDF417Detector.h", | |
1201 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.cpp", | |
1202 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.h", | |
1203 "xfa/src/fxbarcode/pdf417/BC_PDF417Dimensions.cpp", | |
1204 "xfa/src/fxbarcode/pdf417/BC_PDF417Dimensions.h", | |
1205 "xfa/src/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.cpp", | |
1206 "xfa/src/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h", | |
1207 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.cpp", | |
1208 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h", | |
1209 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.cpp", | |
1210 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.h", | |
1211 "xfa/src/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp", | |
1212 "xfa/src/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h", | |
1213 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp", | |
1214 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h", | |
1215 "xfa/src/fxbarcode/pdf417/BC_PDF417Reader.cpp", | |
1216 "xfa/src/fxbarcode/pdf417/BC_PDF417Reader.h", | |
1217 "xfa/src/fxbarcode/pdf417/BC_PDF417ResultMetadata.cpp", | |
1218 "xfa/src/fxbarcode/pdf417/BC_PDF417ResultMetadata.h", | |
1219 "xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.cpp", | |
1220 "xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h", | |
1221 "xfa/src/fxbarcode/pdf417/BC_PDF417Writer.cpp", | |
1222 "xfa/src/fxbarcode/pdf417/BC_PDF417Writer.h", | |
1223 "xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.cpp", | |
1224 "xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h", | |
1225 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.cpp", | |
1226 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.h", | |
1227 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.cpp", | |
1228 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h", | |
1229 "xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.cpp", | |
1230 "xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.h", | |
1231 "xfa/src/fxbarcode/qrcode/BC_QRCodeReader.cpp", | |
1232 "xfa/src/fxbarcode/qrcode/BC_QRCodeReader.h", | |
1233 "xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.cpp", | |
1234 "xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.h", | |
1235 "xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp", | |
1236 "xfa/src/fxbarcode/qrcode/BC_QRCoder.h", | |
1237 "xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp", | |
1238 "xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.h", | |
1239 "xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp", | |
1240 "xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.h", | |
1241 "xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.cpp", | |
1242 "xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h", | |
1243 "xfa/src/fxbarcode/qrcode/BC_QRCoderECB.cpp", | |
1244 "xfa/src/fxbarcode/qrcode/BC_QRCoderECB.h", | |
1245 "xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.cpp", | |
1246 "xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h", | |
1247 "xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.cpp", | |
1248 "xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.h", | |
1249 "xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp", | |
1250 "xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h", | |
1251 "xfa/src/fxbarcode/qrcode/BC_QRCoderFormatInformation.cpp", | |
1252 "xfa/src/fxbarcode/qrcode/BC_QRCoderFormatInformation.h", | |
1253 "xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp", | |
1254 "xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.h", | |
1255 "xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp", | |
1256 "xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h", | |
1257 "xfa/src/fxbarcode/qrcode/BC_QRCoderMode.cpp", | |
1258 "xfa/src/fxbarcode/qrcode/BC_QRCoderMode.h", | |
1259 "xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp", | |
1260 "xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h", | |
1261 "xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp", | |
1262 "xfa/src/fxbarcode/qrcode/BC_QRDataBlock.h", | |
1263 "xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp", | |
1264 "xfa/src/fxbarcode/qrcode/BC_QRDataMask.h", | |
1265 "xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp", | |
1266 "xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h", | |
1267 "xfa/src/fxbarcode/qrcode/BC_QRDetector.cpp", | |
1268 "xfa/src/fxbarcode/qrcode/BC_QRDetector.h", | |
1269 "xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.cpp", | |
1270 "xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h", | |
1271 "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp", | |
1272 "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h", | |
1273 "xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp", | |
1274 "xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.h", | |
1275 "xfa/src/fxbarcode/qrcode/BC_QRGridSampler.cpp", | |
1276 "xfa/src/fxbarcode/qrcode/BC_QRGridSampler.h", | |
1277 "xfa/src/fxbarcode/utils.h", | |
1278 "xfa/src/fxfa/app/xfa_checksum.cpp", | |
1279 "xfa/src/fxfa/app/xfa_checksum.h", | |
1280 "xfa/src/fxfa/app/xfa_ffapp.cpp", | |
1281 "xfa/src/fxfa/app/xfa_ffapp.h", | |
1282 "xfa/src/fxfa/app/xfa_ffbarcode.cpp", | |
1283 "xfa/src/fxfa/app/xfa_ffbarcode.h", | |
1284 "xfa/src/fxfa/app/xfa_ffcheckbutton.cpp", | |
1285 "xfa/src/fxfa/app/xfa_ffcheckbutton.h", | |
1286 "xfa/src/fxfa/app/xfa_ffchoicelist.cpp", | |
1287 "xfa/src/fxfa/app/xfa_ffchoicelist.h", | |
1288 "xfa/src/fxfa/app/xfa_ffdoc.cpp", | |
1289 "xfa/src/fxfa/app/xfa_ffdoc.h", | |
1290 "xfa/src/fxfa/app/xfa_ffdochandler.cpp", | |
1291 "xfa/src/fxfa/app/xfa_ffdochandler.h", | |
1292 "xfa/src/fxfa/app/xfa_ffdocview.cpp", | |
1293 "xfa/src/fxfa/app/xfa_ffdocview.h", | |
1294 "xfa/src/fxfa/app/xfa_ffdraw.cpp", | |
1295 "xfa/src/fxfa/app/xfa_ffdraw.h", | |
1296 "xfa/src/fxfa/app/xfa_ffexclgroup.cpp", | |
1297 "xfa/src/fxfa/app/xfa_ffexclgroup.h", | |
1298 "xfa/src/fxfa/app/xfa_fffield.cpp", | |
1299 "xfa/src/fxfa/app/xfa_fffield.h", | |
1300 "xfa/src/fxfa/app/xfa_ffimage.cpp", | |
1301 "xfa/src/fxfa/app/xfa_ffimage.h", | |
1302 "xfa/src/fxfa/app/xfa_ffimageedit.cpp", | |
1303 "xfa/src/fxfa/app/xfa_ffimageedit.h", | |
1304 "xfa/src/fxfa/app/xfa_ffnotify.cpp", | |
1305 "xfa/src/fxfa/app/xfa_ffnotify.h", | |
1306 "xfa/src/fxfa/app/xfa_ffpageview.cpp", | |
1307 "xfa/src/fxfa/app/xfa_ffpageview.h", | |
1308 "xfa/src/fxfa/app/xfa_ffpath.cpp", | |
1309 "xfa/src/fxfa/app/xfa_ffpath.h", | |
1310 "xfa/src/fxfa/app/xfa_ffpushbutton.cpp", | |
1311 "xfa/src/fxfa/app/xfa_ffpushbutton.h", | |
1312 "xfa/src/fxfa/app/xfa_ffsignature.cpp", | |
1313 "xfa/src/fxfa/app/xfa_ffsignature.h", | |
1314 "xfa/src/fxfa/app/xfa_ffsubform.cpp", | |
1315 "xfa/src/fxfa/app/xfa_ffsubform.h", | |
1316 "xfa/src/fxfa/app/xfa_fftext.cpp", | |
1317 "xfa/src/fxfa/app/xfa_fftext.h", | |
1318 "xfa/src/fxfa/app/xfa_fftextedit.cpp", | |
1319 "xfa/src/fxfa/app/xfa_fftextedit.h", | |
1320 "xfa/src/fxfa/app/xfa_ffwidget.cpp", | |
1321 "xfa/src/fxfa/app/xfa_ffwidget.h", | |
1322 "xfa/src/fxfa/app/xfa_ffwidgetacc.cpp", | |
1323 "xfa/src/fxfa/app/xfa_ffwidgetacc.h", | |
1324 "xfa/src/fxfa/app/xfa_ffwidgethandler.cpp", | |
1325 "xfa/src/fxfa/app/xfa_ffwidgethandler.h", | |
1326 "xfa/src/fxfa/app/xfa_fontmgr.cpp", | |
1327 "xfa/src/fxfa/app/xfa_fontmgr.h", | |
1328 "xfa/src/fxfa/app/xfa_fwladapter.cpp", | |
1329 "xfa/src/fxfa/app/xfa_fwladapter.h", | |
1330 "xfa/src/fxfa/app/xfa_fwltheme.cpp", | |
1331 "xfa/src/fxfa/app/xfa_fwltheme.h", | |
1332 "xfa/src/fxfa/app/xfa_rendercontext.cpp", | |
1333 "xfa/src/fxfa/app/xfa_rendercontext.h", | |
1334 "xfa/src/fxfa/app/xfa_textlayout.cpp", | |
1335 "xfa/src/fxfa/app/xfa_textlayout.h", | |
1336 "xfa/src/fxfa/fm2js/xfa_error.cpp", | |
1337 "xfa/src/fxfa/fm2js/xfa_error.h", | |
1338 "xfa/src/fxfa/fm2js/xfa_expression.cpp", | |
1339 "xfa/src/fxfa/fm2js/xfa_expression.h", | |
1340 "xfa/src/fxfa/fm2js/xfa_fm2jsapi.cpp", | |
1341 "xfa/src/fxfa/fm2js/xfa_fm2jsapi.h", | |
1342 "xfa/src/fxfa/fm2js/xfa_fm2jscontext.cpp", | |
1343 "xfa/src/fxfa/fm2js/xfa_fm2jscontext.h", | |
1344 "xfa/src/fxfa/fm2js/xfa_fmparse.cpp", | |
1345 "xfa/src/fxfa/fm2js/xfa_fmparse.h", | |
1346 "xfa/src/fxfa/fm2js/xfa_lexer.cpp", | |
1347 "xfa/src/fxfa/fm2js/xfa_lexer.h", | |
1348 "xfa/src/fxfa/fm2js/xfa_program.cpp", | |
1349 "xfa/src/fxfa/fm2js/xfa_program.h", | |
1350 "xfa/src/fxfa/fm2js/xfa_simpleexpression.cpp", | |
1351 "xfa/src/fxfa/fm2js/xfa_simpleexpression.h", | |
1352 "xfa/src/fxfa/parser/xfa_basic_data.cpp", | |
1353 "xfa/src/fxfa/parser/xfa_basic_data.h", | |
1354 "xfa/src/fxfa/parser/xfa_basic_imp.cpp", | |
1355 "xfa/src/fxfa/parser/xfa_basic_imp.h", | |
1356 "xfa/src/fxfa/parser/xfa_docdata.h", | |
1357 "xfa/src/fxfa/parser/xfa_doclayout.h", | |
1358 "xfa/src/fxfa/parser/xfa_document.h", | |
1359 "xfa/src/fxfa/parser/xfa_document_datadescription_imp.cpp", | |
1360 "xfa/src/fxfa/parser/xfa_document_datadescription_imp.h", | |
1361 "xfa/src/fxfa/parser/xfa_document_datamerger_imp.cpp", | |
1362 "xfa/src/fxfa/parser/xfa_document_datamerger_imp.h", | |
1363 "xfa/src/fxfa/parser/xfa_document_imp.cpp", | |
1364 "xfa/src/fxfa/parser/xfa_document_layout_imp.cpp", | |
1365 "xfa/src/fxfa/parser/xfa_document_layout_imp.h", | |
1366 "xfa/src/fxfa/parser/xfa_document_serialize.cpp", | |
1367 "xfa/src/fxfa/parser/xfa_document_serialize.h", | |
1368 "xfa/src/fxfa/parser/xfa_layout_appadapter.cpp", | |
1369 "xfa/src/fxfa/parser/xfa_layout_appadapter.h", | |
1370 "xfa/src/fxfa/parser/xfa_layout_itemlayout.cpp", | |
1371 "xfa/src/fxfa/parser/xfa_layout_itemlayout.h", | |
1372 "xfa/src/fxfa/parser/xfa_layout_pagemgr_new.cpp", | |
1373 "xfa/src/fxfa/parser/xfa_layout_pagemgr_new.h", | |
1374 "xfa/src/fxfa/parser/xfa_locale.cpp", | |
1375 "xfa/src/fxfa/parser/xfa_locale.h", | |
1376 "xfa/src/fxfa/parser/xfa_localemgr.cpp", | |
1377 "xfa/src/fxfa/parser/xfa_localemgr.h", | |
1378 "xfa/src/fxfa/parser/xfa_localevalue.cpp", | |
1379 "xfa/src/fxfa/parser/xfa_localevalue.h", | |
1380 "xfa/src/fxfa/parser/xfa_object.h", | |
1381 "xfa/src/fxfa/parser/xfa_object_imp.cpp", | |
1382 "xfa/src/fxfa/parser/xfa_objectacc_imp.cpp", | |
1383 "xfa/src/fxfa/parser/xfa_parser.h", | |
1384 "xfa/src/fxfa/parser/xfa_parser_imp.cpp", | |
1385 "xfa/src/fxfa/parser/xfa_parser_imp.h", | |
1386 "xfa/src/fxfa/parser/xfa_script.h", | |
1387 "xfa/src/fxfa/parser/xfa_script_datawindow.cpp", | |
1388 "xfa/src/fxfa/parser/xfa_script_datawindow.h", | |
1389 "xfa/src/fxfa/parser/xfa_script_eventpseudomodel.cpp", | |
1390 "xfa/src/fxfa/parser/xfa_script_eventpseudomodel.h", | |
1391 "xfa/src/fxfa/parser/xfa_script_hostpseudomodel.cpp", | |
1392 "xfa/src/fxfa/parser/xfa_script_hostpseudomodel.h", | |
1393 "xfa/src/fxfa/parser/xfa_script_imp.cpp", | |
1394 "xfa/src/fxfa/parser/xfa_script_imp.h", | |
1395 "xfa/src/fxfa/parser/xfa_script_layoutpseudomodel.cpp", | |
1396 "xfa/src/fxfa/parser/xfa_script_layoutpseudomodel.h", | |
1397 "xfa/src/fxfa/parser/xfa_script_logpseudomodel.cpp", | |
1398 "xfa/src/fxfa/parser/xfa_script_logpseudomodel.h", | |
1399 "xfa/src/fxfa/parser/xfa_script_nodehelper.cpp", | |
1400 "xfa/src/fxfa/parser/xfa_script_nodehelper.h", | |
1401 "xfa/src/fxfa/parser/xfa_script_resolveprocessor.cpp", | |
1402 "xfa/src/fxfa/parser/xfa_script_resolveprocessor.h", | |
1403 "xfa/src/fxfa/parser/xfa_script_signaturepseudomodel.cpp", | |
1404 "xfa/src/fxfa/parser/xfa_script_signaturepseudomodel.h", | |
1405 "xfa/src/fxfa/parser/xfa_utils.h", | |
1406 "xfa/src/fxfa/parser/xfa_utils_imp.cpp", | |
1407 "xfa/src/fxgraphics/fx_graphics.cpp", | |
1408 "xfa/src/fxgraphics/fx_path_generator.cpp", | |
1409 "xfa/src/fxgraphics/fx_path_generator.h", | |
1410 "xfa/src/fxgraphics/pre.h", | |
1411 ] | 1411 ] |
1412 include_dirs = [ "." ] | 1412 include_dirs = [ "." ] |
1413 if (pdf_enable_v8) { | 1413 if (pdf_enable_v8) { |
1414 sources += [ | 1414 sources += [ |
1415 "xfa/src/fxjse/class.cpp", | 1415 "xfa/fxjse/class.cpp", |
1416 "xfa/src/fxjse/class.h", | 1416 "xfa/fxjse/class.h", |
1417 "xfa/src/fxjse/context.cpp", | 1417 "xfa/fxjse/context.cpp", |
1418 "xfa/src/fxjse/context.h", | 1418 "xfa/fxjse/context.h", |
1419 "xfa/src/fxjse/dynprop.cpp", | 1419 "xfa/fxjse/dynprop.cpp", |
1420 "xfa/src/fxjse/runtime.cpp", | 1420 "xfa/fxjse/runtime.cpp", |
1421 "xfa/src/fxjse/runtime.h", | 1421 "xfa/fxjse/runtime.h", |
1422 "xfa/src/fxjse/scope_inline.h", | 1422 "xfa/fxjse/scope_inline.h", |
1423 "xfa/src/fxjse/util_inline.h", | 1423 "xfa/fxjse/util_inline.h", |
1424 "xfa/src/fxjse/value.cpp", | 1424 "xfa/fxjse/value.cpp", |
1425 "xfa/src/fxjse/value.h", | 1425 "xfa/fxjse/value.h", |
1426 ] | 1426 ] |
1427 include_dirs += [ | 1427 include_dirs += [ |
1428 "//v8", | 1428 "//v8", |
1429 "//v8/include", | 1429 "//v8/include", |
1430 ] | 1430 ] |
1431 public_deps = [ | 1431 public_deps = [ |
1432 "//v8", | 1432 "//v8", |
1433 ] | 1433 ] |
1434 deps = [ | 1434 deps = [ |
1435 "//v8:v8_libplatform", | 1435 "//v8:v8_libplatform", |
(...skipping 30 matching lines...) Expand all Loading... |
1466 "fpdfsdk/fpdfdoc_unittest.cpp", | 1466 "fpdfsdk/fpdfdoc_unittest.cpp", |
1467 ] | 1467 ] |
1468 deps = [ | 1468 deps = [ |
1469 ":pdfium", | 1469 ":pdfium", |
1470 ":test_support", | 1470 ":test_support", |
1471 "//testing/gtest", | 1471 "//testing/gtest", |
1472 "//testing/gtest:gtest_main", | 1472 "//testing/gtest:gtest_main", |
1473 ] | 1473 ] |
1474 if (pdf_enable_xfa) { | 1474 if (pdf_enable_xfa) { |
1475 sources += [ | 1475 sources += [ |
1476 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", | 1476 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", |
1477 "xfa/src/fxfa/parser/xfa_utils_imp_unittest.cpp", | 1477 "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp", |
1478 ] | 1478 ] |
1479 } | 1479 } |
1480 configs += [ ":pdfium_config" ] | 1480 configs += [ ":pdfium_config" ] |
1481 } | 1481 } |
1482 | 1482 |
1483 test("pdfium_embeddertests") { | 1483 test("pdfium_embeddertests") { |
1484 sources = [ | 1484 sources = [ |
1485 "core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp", | 1485 "core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp", |
1486 "core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp", | 1486 "core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp", |
1487 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp", | 1487 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp", |
1488 "core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp", | 1488 "core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp", |
1489 "core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp", | 1489 "core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp", |
1490 "fpdfsdk/fpdf_dataavail_embeddertest.cpp", | 1490 "fpdfsdk/fpdf_dataavail_embeddertest.cpp", |
1491 "fpdfsdk/fpdfdoc_embeddertest.cpp", | 1491 "fpdfsdk/fpdfdoc_embeddertest.cpp", |
1492 "fpdfsdk/fpdfedit_embeddertest.cpp", | 1492 "fpdfsdk/fpdfedit_embeddertest.cpp", |
1493 "fpdfsdk/fpdfext_embeddertest.cpp", | 1493 "fpdfsdk/fpdfext_embeddertest.cpp", |
1494 "fpdfsdk/fpdfformfill_embeddertest.cpp", | 1494 "fpdfsdk/fpdfformfill_embeddertest.cpp", |
1495 "fpdfsdk/fpdfsave_embeddertest.cpp", | 1495 "fpdfsdk/fpdfsave_embeddertest.cpp", |
1496 "fpdfsdk/fpdftext_embeddertest.cpp", | 1496 "fpdfsdk/fpdftext_embeddertest.cpp", |
1497 "fpdfsdk/fpdfview_c_api_test.c", | 1497 "fpdfsdk/fpdfview_c_api_test.c", |
1498 "fpdfsdk/fpdfview_c_api_test.h", | 1498 "fpdfsdk/fpdfview_c_api_test.h", |
1499 "fpdfsdk/fpdfview_embeddertest.cpp", | 1499 "fpdfsdk/fpdfview_embeddertest.cpp", |
1500 "fpdfsdk/fsdk_baseform_embeddertest.cpp", | 1500 "fpdfsdk/fsdk_baseform_embeddertest.cpp", |
1501 "testing/embedder_test.cpp", | 1501 "testing/embedder_test.cpp", |
1502 "testing/embedder_test.h", | 1502 "testing/embedder_test.h", |
1503 "testing/embedder_test_mock_delegate.h", | 1503 "testing/embedder_test_mock_delegate.h", |
1504 "testing/embedder_test_timer_handling_delegate.h", | 1504 "testing/embedder_test_timer_handling_delegate.h", |
1505 "xfa/src/fxfa/parser/xfa_parser_imp_embeddertest.cpp", | 1505 "xfa/fxfa/parser/xfa_parser_imp_embeddertest.cpp", |
1506 ] | 1506 ] |
1507 deps = [ | 1507 deps = [ |
1508 ":pdfium", | 1508 ":pdfium", |
1509 ":test_support", | 1509 ":test_support", |
1510 "//testing/gmock", | 1510 "//testing/gmock", |
1511 "//testing/gtest", | 1511 "//testing/gtest", |
1512 ] | 1512 ] |
1513 include_dirs = [] | 1513 include_dirs = [] |
1514 if (pdf_enable_v8) { | 1514 if (pdf_enable_v8) { |
1515 sources += [ | 1515 sources += [ |
1516 "fpdfsdk/javascript/public_methods_embeddertest.cpp", | 1516 "fpdfsdk/javascript/public_methods_embeddertest.cpp", |
1517 "fpdfsdk/jsapi/fxjs_v8_embeddertest.cpp", | 1517 "fpdfsdk/jsapi/fxjs_v8_embeddertest.cpp", |
1518 "testing/js_embedder_test.cpp", | 1518 "testing/js_embedder_test.cpp", |
1519 "testing/js_embedder_test.h", | 1519 "testing/js_embedder_test.h", |
1520 ] | 1520 ] |
1521 deps += [ | 1521 deps += [ |
1522 "//v8", | 1522 "//v8", |
1523 "//v8:v8_libplatform", | 1523 "//v8:v8_libplatform", |
1524 ] | 1524 ] |
1525 include_dirs += [ | 1525 include_dirs += [ |
1526 "//v8", | 1526 "//v8", |
1527 "//v8/include", | 1527 "//v8/include", |
1528 ] | 1528 ] |
1529 configs += [ "//v8:external_startup_data" ] | 1529 configs += [ "//v8:external_startup_data" ] |
1530 } | 1530 } |
1531 configs += [ ":pdfium_config" ] | 1531 configs += [ ":pdfium_config" ] |
1532 } | 1532 } |
OLD | NEW |