Add prebuilt static pdfium library for macOS.

This commit is contained in:
Felix Kauselmann
2017-04-16 18:27:53 +02:00
parent fe7df7130e
commit 4630198439
20 changed files with 5616 additions and 0 deletions

8
dependencies/pdfium/macx/include/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',
]