thorium-mirror/.gclient
Alexander David Frick 6087f3030f
Update .gclient
2023-01-27 15:22:01 -06:00

12 lines
267 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', 'x86', 'arm64', 'arm' ]