2021-10-19 06:31:13 -03:00
|
|
|
solutions = [
|
|
|
|
{
|
|
|
|
"name": "src",
|
|
|
|
"url": "https://chromium.googlesource.com/chromium/src.git",
|
|
|
|
"managed": False,
|
|
|
|
"custom_deps": {},
|
|
|
|
"custom_vars": {},
|
|
|
|
},
|
|
|
|
]
|
|
|
|
|
2022-04-18 15:35:11 -04:00
|
|
|
target_os=['linux', 'chromeos', 'win' ]
|
2022-07-08 00:45:24 -04:00
|
|
|
target_cpu = [ 'x64', 'arm64', 'arm' ]
|