Add prebuilt pdfium library for windows use

This commit is contained in:
Felix Kauselmann
2017-02-04 16:07:19 +01:00
parent 835a072e23
commit c47b3781bc
19 changed files with 5325 additions and 0 deletions

8
dependencies/pdfium/public/DEPS vendored Normal file
View File

@ -0,0 +1,8 @@
include_rules = [
# public/ needs to be standalone. Explicitly disallow everything.
'-core',
'-fpdfsdk',
'-testing',
'-third_party',
'-v8',
]