summaryrefslogtreecommitdiffstats
path: root/media/webrtc/.gclient
blob: 14532a1f3cea4f1cfb5c26c8e417a137425b04e9 (plain)
1
2
3
4
5
6
7
8
9
10
solutions = [
  { "name"        : "trunk",
    "url"         : "http://webrtc.googlecode.com/svn/trunk/peerconnection",
    "deps_file"   : "DEPS",
    "managed"     : True,
    "custom_deps" : {
    },
    "safesync_url": "",
  },
]