mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
11 lines
234 B
Python
11 lines
234 B
Python
solutions = [
|
|
{ "name" : "trunk",
|
|
"url" : "http://webrtc.googlecode.com/svn/trunk/peerconnection",
|
|
"deps_file" : "DEPS",
|
|
"managed" : True,
|
|
"custom_deps" : {
|
|
},
|
|
"safesync_url": "",
|
|
},
|
|
]
|