You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
501 B
19 lines
501 B
cc_library_static { |
|
name: "libpdfiumagg23", |
|
defaults: ["pdfium-defaults"], |
|
|
|
cflags: [ |
|
// Mask some warnings. These are benign, but we probably want to fix them |
|
// upstream at some point. |
|
"-Wno-unused-parameter", |
|
"-Wno-unused-function", |
|
], |
|
|
|
srcs: [ |
|
"agg23/agg_curves.cpp", |
|
"agg23/agg_path_storage.cpp", |
|
"agg23/agg_rasterizer_scanline_aa.cpp", |
|
"agg23/agg_vcgen_dash.cpp", |
|
"agg23/agg_vcgen_stroke.cpp", |
|
], |
|
}
|
|
|