| OLD | NEW |
| 1 Name: woff2 | 1 Name: woff2 |
| 2 URL: https://github.com/google/woff2 | 2 URL: https://github.com/google/woff2 |
| 3 Version: 4e698b8c6c5e070d53c340db9ddf160e21070ede | 3 Version: 4e698b8c6c5e070d53c340db9ddf160e21070ede |
| 4 License: Apache 2.0 | 4 License: Apache 2.0 |
| 5 License File: LICENSE | 5 License File: LICENSE |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 The reference implementation of the WOFF 2.0 web font compression | 9 The reference implementation of the WOFF 2.0 web font compression |
| 10 format (http://www.w3.org/TR/WOFF2/). | 10 format (http://www.w3.org/TR/WOFF2/). |
| 11 | 11 |
| 12 Local Modifications: | 12 Local Modifications: |
| 13 | 13 |
| 14 - BUILD.gn: Added. | 14 - BUILD.gn: Added. |
| 15 - woff2.gyp: Added. | 15 - woff2.gyp: Added. |
| 16 - src/port.h: Include <assert.h>. | 16 - src/port.h: Include <assert.h>. |
| 17 - src/woff2_dec.cc: Msan error fix. |
| 18 |
| 19 Changes under src/ will be fixed in the upstream repository soon. |
| OLD | NEW |