thorium-mirror/.gclient
Alexander David Frick 2a431bd963
add other cpus
2022-07-07 23:45:24 -05:00

12 lines
257 B
Python

solutions = [
{
"name": "src",
"url": "https://chromium.googlesource.com/chromium/src.git",
"managed": False,
"custom_deps": {},
"custom_vars": {},
},
]
target_os=['linux', 'chromeos', 'win' ]
target_cpu = [ 'x64', 'arm64', 'arm' ]