Home | History | Annotate | Download | only in third_party
      1 cc_library_static {
      2     name: "libpdfiumfx_agg",
      3     defaults: ["pdfium-third-party"],
      4 
      5     cflags: [
      6         "-Wno-unused-function"
      7     ],
      8 
      9     static_libs: [
     10         "libpdfiumfxcrt",
     11     ],
     12 
     13     srcs: [
     14         "agg23/agg_curves.cpp",
     15         "agg23/agg_path_storage.cpp",
     16         "agg23/agg_rasterizer_scanline_aa.cpp",
     17         "agg23/agg_vcgen_dash.cpp",
     18         "agg23/agg_vcgen_stroke.cpp",
     19     ],
     20 }
     21