thorium-mirror/.gclient

13 lines
278 B
Text
Raw Permalink Normal View History

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": {},
},
]
target_os = [ "linux", "win", "android", "chromeos" ]
target_cpu = [ "x64", "x86", "arm64", "arm" ]