12 lines
266 B
Python
12 lines
266 B
Python
solutions = [
|
|
{
|
|
"name": "src",
|
|
"url": "https://chromium.googlesource.com/chromium/src.git",
|
|
"managed": False,
|
|
"custom_deps": {},
|
|
"custom_vars": {},
|
|
},
|
|
]
|
|
|
|
target_os = [ 'linux', 'win', 'android' ]
|
|
target_cpu = [ 'x64', 'x86', 'arm64', 'arm' ]
|