mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
11 lines
218 B
Python
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' ]
|