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.
36 lines
1.1 KiB
36 lines
1.1 KiB
cc_library_static { |
|
name: "libpdfiumpdfwindow", |
|
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: [ |
|
"fpdfsdk/pdfwindow/PWL_Button.cpp", |
|
"fpdfsdk/pdfwindow/PWL_Caret.cpp", |
|
"fpdfsdk/pdfwindow/PWL_ComboBox.cpp", |
|
"fpdfsdk/pdfwindow/PWL_Edit.cpp", |
|
"fpdfsdk/pdfwindow/PWL_EditCtrl.cpp", |
|
"fpdfsdk/pdfwindow/PWL_FontMap.cpp", |
|
"fpdfsdk/pdfwindow/PWL_Icon.cpp", |
|
"fpdfsdk/pdfwindow/PWL_ListBox.cpp", |
|
"fpdfsdk/pdfwindow/PWL_ScrollBar.cpp", |
|
"fpdfsdk/pdfwindow/PWL_SpecialButton.cpp", |
|
"fpdfsdk/pdfwindow/PWL_Utils.cpp", |
|
"fpdfsdk/pdfwindow/PWL_Wnd.cpp", |
|
"fpdfsdk/pdfwindow/cpwl_color.cpp", |
|
], |
|
|
|
include_dirs: [ |
|
"external/freetype/include", |
|
"external/freetype/include/freetype", |
|
], |
|
}
|
|
|