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