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

Unified Diff: DEPS

Issue 1565173002: Download a prebuilt apprtc from google storage instead of building it. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/webrtc/webrtc.DEPS@master
Patch Set: Created 4 years, 11 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 | 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 c53c21e0df69914ac96b884b08b20254c8b2e444..546529860940c9a9f259bc64ab05a1f7e029a8c2 100644
--- a/DEPS
+++ b/DEPS
@@ -7,8 +7,6 @@ vars = {
}
deps = {
- 'apprtc':
- Var('git_url') + '/external/webrtc/apprtc@3168981efed7629fabee731a5ee74d3716b50652',
'webrtc.DEPS/third_party/manifestdestiny':
Var('git_url') + '/chromium/deps/manifestdestiny.git@46ae53ac463e23bfefec374a81806355ea598ac4',
'webrtc.DEPS/third_party/mozdownload':
@@ -29,7 +27,7 @@ hooks = [
{
"pattern": ".",
"action" : ["python",
- "webrtc.DEPS/download_appengine_and_mercurial.py",
+ "webrtc.DEPS/download_apprtc_appengine_and_mercurial.py",
"webrtc.DEPS"],
},
{
@@ -39,12 +37,6 @@ hooks = [
"webrtc.DEPS"],
},
{
- "pattern": ".",
- "action" : ["python",
- "webrtc.DEPS/download_node.py",
- "webrtc.DEPS"],
- },
- {
# "Build" AppRTC, i.e. move it to the out/ dir where the browser test
# can find it. This is only done on runhooks.
"pattern": ".",
@@ -64,12 +56,6 @@ hooks = [
"webrtc.DEPS/build_apprtc_collider.py"],
},
{
- # Build the AppRTC App Engine Application.
- "pattern": ".",
- "action" : ["python",
- "webrtc.DEPS/build_apprtc_appengine_app.py"],
- },
- {
# Download media files and tools used by the webrtc quality browser tests,
# chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc and
# chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc.
« no previous file with comments | « no previous file | build_apprtc_appengine_app.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698