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

Unified Diff: DEPS

Issue 900403002: Add new mirror for AppRTC due to code move at GitHub. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/webrtc/webrtc.DEPS
Patch Set: Specifying Git URL, renamed script and use grunt build Created 5 years, 10 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 | « .gitignore ('k') | build_apprtc_appengine_app.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index f9059b06de135677a6a1dabf890585627cf8aa70..dad006e2eb7fc5cf38ec5e454999ca603624da07 100644
--- a/DEPS
+++ b/DEPS
@@ -7,8 +7,10 @@ vars = {
}
deps = {
- 'webrtc-samples':
- Var('git_url') + '/external/webrtc-samples.git',
+ # TODO(kjellander): Replace the AppRTC location with a GoB mirror as soon as
+ # crbug.com/455758 is resolved.
+ 'apprtc':
+ 'https://github.com/webrtc/apprtc.git',
'webrtc.DEPS/third_party/manifestdestiny':
Var('git_url') + '/chromium/deps/manifestdestiny.git@46ae53ac463e23bfefec374a81806355ea598ac4',
'webrtc.DEPS/third_party/mozdownload':
@@ -62,10 +64,10 @@ hooks = [
"webrtc.DEPS/build_apprtc_collider.py"],
},
{
- # Build AppRTC closure Javascript.
+ # Build the AppRTC App Engine Application.
"pattern": ".",
"action" : ["python",
- "webrtc.DEPS/build_apprtc_closure.py"],
+ "webrtc.DEPS/build_apprtc_appengine_app.py"],
},
{
# Download media files and tools used by the webrtc quality browser tests,
« no previous file with comments | « .gitignore ('k') | build_apprtc_appengine_app.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698