vcpkg/ports/chromium-base/vcpkg.json
reito 75381ea7fa
[gn-related-ports] Fix gn based projects build error on Windows (#29058)
* 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>
2023-01-26 18:53:54 -08:00

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
}
]
}