blob: ccb22dd495e51e74a2db935b4997469906b7ef17 [file] [log] [blame]
# DEPS file that pulls down dependencies that are needed to build and
# execute WebRTC Android tests from a Chromium checkout.
vars = {
# Use this googlecode_url variable only if there is an internal mirror for it.
# If you do not know, use the full path while defining your new deps entry.
"googlecode_url": "http://%s.googlecode.com/svn",
}
deps_os = {
"android": {
"src/data":
(Var("googlecode_url") % "webrtc") + "/trunk/data",
"src/third_party/google-gflags":
(Var("googlecode_url") % "webrtc") + "/trunk/third_party/google-gflags",
"src/third_party/google-gflags/src":
"http://google-gflags.googlecode.com/svn/trunk/src@45",
},
}