Kaido Kert | 4a6dd9f | 2020-08-14 13:45:02 -0700 | [diff] [blame] | 1 | name: "libpng" |
| 2 | description: |
| 3 | "libpng is the official PNG reference library. Cobalt uses libpng for " |
| 4 | "encoding and decoding PNG images." |
Andrew Savage | 7d10181 | 2022-06-03 09:22:20 -0700 | [diff] [blame] | 5 | |
Kaido Kert | 4a6dd9f | 2020-08-14 13:45:02 -0700 | [diff] [blame] | 6 | third_party { |
| 7 | url { |
| 8 | type: GIT |
| 9 | value: "git://git.code.sf.net/p/libpng/code" |
| 10 | } |
| 11 | version: "3341f519f40bc1309367e3c543303a0a518f5c5d" |
| 12 | last_upgrade_date { |
| 13 | year: 2011 |
| 14 | month: 7 |
| 15 | day: 7 |
| 16 | } |
Kaido Kert | e83fce9 | 2021-05-27 08:48:59 -0700 | [diff] [blame] | 17 | license_type: NOTICE |
Kaido Kert | d2bc3b6 | 2021-11-12 12:21:06 -0800 | [diff] [blame] | 18 | local_modifications: |
| 19 | "11/5/21 - Added BUILD.gn as part of GN migration." |
| 20 | "Contents taken from https://chromium.googlesource.com/chromium/src/+/0ddf78a46654c13f9ee7de921a820087f45375e3/third_party/libpng/BUILD.gn" |
| 21 | "and modified for Cobalt." |
Kaido Kert | 4a6dd9f | 2020-08-14 13:45:02 -0700 | [diff] [blame] | 22 | } |