18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
cc_library_static {
|
|
name: "libpdfium-font",
|
|
defaults: ["pdfium-core"],
|
|
|
|
visibility: ["//external/pdfium:__subpackages__"],
|
|
|
|
static_libs: [
|
|
"libpdfium-fxcrt",
|
|
"libpdfium-fxge",
|
|
"libpdfium-cmaps",
|
|
"libpdfium-parser",
|
|
],
|
|
|
|
srcs: [
|
|
"*.cpp",
|
|
],
|
|
}
|