• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_static {
2    name: "libpdfiumfdrm",
3    defaults: ["pdfium-core"],
4
5    static_libs: [
6        "libpdfiumfxcrt",
7    ],
8
9    srcs: [
10        "core/fdrm/crypto/fx_crypt.cpp",
11        "core/fdrm/crypto/fx_crypt_aes.cpp",
12        "core/fdrm/crypto/fx_crypt_sha.cpp",
13    ],
14}
15