thorium-mirror/.gclient
Alexander David Frick 5d67683d8f
Add win deps
2022-04-18 14:35:11 -05:00

11 lines
218 B
Python

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