• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_static {
2    name: "libpdfiumagg23",
3    defaults: ["pdfium-defaults"],
4
5    cflags: [
6        // Mask some warnings. These are benign, but we probably want to fix them
7        // upstream at some point.
8        "-Wno-unused-parameter",
9        "-Wno-unused-function",
10    ],
11
12    srcs: [
13        "agg23/agg_curves.cpp",
14        "agg23/agg_path_storage.cpp",
15        "agg23/agg_rasterizer_scanline_aa.cpp",
16        "agg23/agg_vcgen_dash.cpp",
17        "agg23/agg_vcgen_stroke.cpp",
18    ],
19}
20