Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: DEPS

Issue 316013004: Use Chromium Git mirror for AppRTC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | copy_apprtc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 275036)
+++ DEPS (working copy)
@@ -1,15 +1,16 @@
-# DEPS file that pulls down dependencies that are needed to build and
+# DEPS file that pulls down dependencies that are needed to build and
# execute WebRTC Android tests from a Chromium checkout.
vars = {
+ "chromium_git": "https://chromium.googlesource.com",
# 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 = {
- "src/third_party/webrtc_apprtc":
- (Var("googlecode_url") % "webrtc") + "/trunk/samples/js",
+ "webrtc-samples":
+ Var("chromium_git") + "/external/webrtc-samples.git",
"webrtc.DEPS/third_party/manifestdestiny":
"/trunk/deps/third_party/manifestdestiny@240893",
"webrtc.DEPS/third_party/mozdownload":
@@ -26,9 +27,9 @@
deps_os = {
"android": {
- "src/data":
+ "src/data":
(Var("googlecode_url") % "webrtc") + "/trunk/data",
- "src/resources":
+ "src/resources":
(Var("googlecode_url") % "webrtc") + "/trunk/resources",
"src/third_party/gflags":
(Var("googlecode_url") % "webrtc") + "/trunk/third_party/gflags",
@@ -79,7 +80,7 @@
"pattern": ".",
"action" : ["python",
"webrtc.DEPS/download_firefox_nightly.py",
- "-t",
+ "-t",
"firefox-nightly"],
},
]
« no previous file with comments | « no previous file | copy_apprtc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698