| "SQLite is a library that implements a embeddable SQL database engine. " |
| "Cobalt uses SQLite for local storage." |
| value: "http://sqlite.org/" |
| # In the case that the archive url changes, manually navigate to the homepage |
| # and to the downloads page. |
| value: "https://www.sqlite.org/src/tarball/ed1da510/SQLite-ed1da510.tar.gz" |
| license_type: UNENCUMBERED |
| '11/5/21 - Added BUILD.gn as part of GN migration.' |
| 'Contents taken from https://chromium.googlesource.com/chromium/src/+/e5389527466d390b5653724a069008b9f1edcd5c/third_party/sqlite/BUILD.gn' |
| 'and modified for Cobalt.' |