lin
2025-07-30 fcd736bf35fd93b563e9bbf594f2aa7b62028cc9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
cc_library_static {
    name: "libpdfiumfxcrt",
    defaults: ["pdfium-core"],
 
    static_libs: [
        "libpdfiumpdfiumbase"
    ],
 
    shared_libs: [
        "libft2",
    ],
 
    srcs: [
        "core/fxcrt/bytestring.cpp",
        "core/fxcrt/cfx_binarybuf.cpp",
        "core/fxcrt/cfx_bitstream.cpp",
        "core/fxcrt/cfx_datetime.cpp",
        "core/fxcrt/cfx_fileaccess_posix.cpp",
        "core/fxcrt/cfx_fileaccess_windows.cpp",
        "core/fxcrt/cfx_memorystream.cpp",
        "core/fxcrt/cfx_seekablemultistream.cpp",
        "core/fxcrt/cfx_utf8decoder.cpp",
        "core/fxcrt/cfx_widetextbuf.cpp",
        "core/fxcrt/fx_bidi.cpp",
        "core/fxcrt/fx_coordinates.cpp",
        "core/fxcrt/fx_extension.cpp",
        "core/fxcrt/fx_memory.cpp",
        "core/fxcrt/fx_random.cpp",
        "core/fxcrt/fx_stream.cpp",
        "core/fxcrt/fx_string.cpp",
        "core/fxcrt/fx_system.cpp",
        "core/fxcrt/fx_ucddata.cpp",
        "core/fxcrt/fx_unicode.cpp",
        "core/fxcrt/widestring.cpp",
        "core/fxcrt/xml/cxml_attritem.cpp",
        "core/fxcrt/xml/cxml_content.cpp",
        "core/fxcrt/xml/cxml_databufacc.cpp",
        "core/fxcrt/xml/cxml_element.cpp",
        "core/fxcrt/xml/cxml_object.cpp",
        "core/fxcrt/xml/cxml_parser.cpp",
    ],
}