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": {},
|
|
|
|
},
|
|
|
|
]
|
|
|
|
|
2023-06-23 00:55:43 -04:00
|
|
|
target_os = [ 'linux', 'win', 'android' ]
|
2023-01-27 18:22:01 -03:00
|
|
|
target_cpu = [ 'x64', 'x86', 'arm64', 'arm' ]
|