blob: 3b41715bde9d7c0417243173a598fccff67bb748 [file] [log] [blame]
[project]
name = "simple-qg-project"
[targets.cipd]
type = "download"
namespace = "global"
url = "https://chrome-infra-packages.appspot.com/client?platform={platform}&version={version}"
url_parameters = { version = "git_revision:97c6e32ecb4f25a703bbe23aa459ea57886464c2" }
[[targets.cipd.variants]]
match = { os = "linux", arch = "x64" }
url_parameters = { platform = "linux-amd64" }
[[targets.cipd.variants]]
match = { os = "macos", arch = "x64" }
url_parameters = { platform = "mac-amd64" }
[[targets.cipd.variants]]
match = { os = "windows", arch = "x64" }
url_parameters = { platform = "windows-amd64" }