blob: 60c3b00b4d74df113c8510b3c5ea3608b716ee1e [file] [log] [blame]
Andrew Walbranf7dc12a2018-11-29 15:18:36 +00001name: "GN"
2description: "GN is a meta-build system that generates NinjaBuild files."
3
4third_party {
5 url {
6 type: GIT
7 value: "https://gn.googlesource.com/gn"
8 }
Olivier Deprez99791812023-02-02 09:44:01 +01009 version: "1901"
10 last_upgrade_date { year: 2022 month: 2 day: 2 }
Andrew Walbranf7dc12a2018-11-29 15:18:36 +000011 license_type: NOTICE
12}