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.
21 lines
535 B
21 lines
535 B
cc_library_static { |
|
name: "libpdfiumfdrm", |
|
defaults: ["pdfium-defaults"], |
|
|
|
cflags: [ |
|
"-DOPJ_STATIC", |
|
"-DV8_DEPRECATION_WARNINGS", |
|
"-D_CRT_SECURE_NO_WARNINGS", |
|
|
|
// Mask some warnings. These are benign, but we probably want to fix them |
|
// upstream at some point. |
|
"-Wno-sign-compare", |
|
"-Wno-unused-parameter", |
|
], |
|
|
|
srcs: [ |
|
"core/fdrm/crypto/fx_crypt.cpp", |
|
"core/fdrm/crypto/fx_crypt_aes.cpp", |
|
"core/fdrm/crypto/fx_crypt_sha.cpp", |
|
], |
|
}
|
|
|