thorium-mirror/.gclient
Alexander David Frick 367bceb708
Update .gclient
2023-02-23 23:44:07 -06:00

12 lines
255 B
Python

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