Add woff2 to src/third_party
This patch adds the woff2 library [1] which is used to decode WOFF 2.0 web font file format. It's going to replace the old version of WOFF 2.0 decoder included in third_party/ots. [1] https://github.com/google/woff2 (revision 445f5419) BUG=434596 TEST=trybots Review URL: https://codereview.chromium.org/954163002 Cr-Commit-Position: refs/heads/master@{#322517}
Showing
third_party/woff2/.gitignore
0 → 100644
third_party/woff2/BUILD.gn
0 → 100644
third_party/woff2/LICENSE
0 → 100644
third_party/woff2/Makefile
0 → 100644
third_party/woff2/OWNERS
0 → 100644
third_party/woff2/README.md
0 → 100644
third_party/woff2/src/file.h
0 → 100644
third_party/woff2/src/font.h
0 → 100644
third_party/woff2/src/port.h
0 → 100644
third_party/woff2/woff2.gyp
0 → 100644
Please register or sign in to comment