Home | History | Annotate | Download | only in pdfium
      1 cc_library_static {
      2     name: "libpdfiumformfiller",
      3     defaults: ["pdfium-core"],
      4 
      5     static_libs: [
      6         "libpdfiumfxcrt",
      7     ],
      8 
      9     srcs: [
     10         "fpdfsdk/formfiller/cba_fontmap.cpp",
     11         "fpdfsdk/formfiller/cffl_button.cpp",
     12         "fpdfsdk/formfiller/cffl_checkbox.cpp",
     13         "fpdfsdk/formfiller/cffl_combobox.cpp",
     14         "fpdfsdk/formfiller/cffl_formfiller.cpp",
     15         "fpdfsdk/formfiller/cffl_interactiveformfiller.cpp",
     16         "fpdfsdk/formfiller/cffl_listbox.cpp",
     17         "fpdfsdk/formfiller/cffl_pushbutton.cpp",
     18         "fpdfsdk/formfiller/cffl_radiobutton.cpp",
     19         "fpdfsdk/formfiller/cffl_textfield.cpp",
     20         "fpdfsdk/formfiller/cffl_textobject.cpp",
     21     ],
     22 
     23     include_dirs: [
     24         "external/freetype/include",
     25         "external/freetype/include/freetype",
     26     ],
     27 }
     28