mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:49:07 +08:00
75381ea7fa
* fix gn path error on windows
* add quotes
* vcpkg cmake guidelines
* Fix version database.
* Use Z_VCPKG_BACKCOMPAT_MESSAGE_LEVEL instead of WARNING
* Quotes 🤦
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
20 lines
527 B
JSON
20 lines
527 B
JSON
{
|
|
"name": "chromium-base",
|
|
"version": "86.0.4199.1",
|
|
"port-version": 5,
|
|
"description": "Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.",
|
|
"homepage": "https://chromium.googlesource.com/chromium/src",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "x64 & (osx | windows | linux) & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-gn",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-gn",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|