12 lines
224 B
Python
12 lines
224 B
Python
solutions = [
|
|
{
|
|
"name" : 'src',
|
|
"url" : 'https://github.com/webrtc-sdk/webrtc.git',
|
|
"deps_file" : 'DEPS',
|
|
"managed" : False,
|
|
"custom_deps" : {
|
|
},
|
|
"custom_vars": {},
|
|
},
|
|
]
|