Xiaoming Shi | e65d165 | 2020-02-19 13:24:00 -0800 | [diff] [blame] | 1 | name: "skia" |
| 2 | description: |
| 3 | "Subtree at third_party/skia." |
Xiaoming Shi | 73dfa20 | 2020-03-12 11:31:35 -0700 | [diff] [blame] | 4 | "Skia is an open-source graphics library for drawing, geometries, and " |
| 5 | "images, with both hardware and software support. Cobalt most recently " |
| 6 | "updated its version of Skia from m61 to m79 because many changes took place " |
| 7 | "in between those two releases, and bringing in those changes will make it " |
| 8 | "easier to update the Skia porting layer again in the future." |
Xiaoming Shi | e65d165 | 2020-02-19 13:24:00 -0800 | [diff] [blame] | 9 | |
| 10 | third_party { |
| 11 | url { |
| 12 | type: LOCAL_SOURCE |
| 13 | value: "/third_party/skia_mirror" |
| 14 | } |
| 15 | url { |
| 16 | type: GIT |
| 17 | value: "https://skia.googlesource.com/skia" |
| 18 | } |
Xiaoming Shi | 73dfa20 | 2020-03-12 11:31:35 -0700 | [diff] [blame] | 19 | version: "2542bdfcd686c7bfa9f687d80627f8ef468b2838" |
Xiaoming Shi | e65d165 | 2020-02-19 13:24:00 -0800 | [diff] [blame] | 20 | last_upgrade_date { |
Xiaoming Shi | 73dfa20 | 2020-03-12 11:31:35 -0700 | [diff] [blame] | 21 | year: 2019 |
| 22 | month: 10 |
| 23 | day: 28 |
Xiaoming Shi | e65d165 | 2020-02-19 13:24:00 -0800 | [diff] [blame] | 24 | } |
Kaido Kert | e83fce9 | 2021-05-27 08:48:59 -0700 | [diff] [blame] | 25 | license_type: NOTICE |
Xiaoming Shi | e65d165 | 2020-02-19 13:24:00 -0800 | [diff] [blame] | 26 | } |