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

Unified Diff: DEPS

Issue 759163003: Add infrastructure to download golang and build AppRTC collider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 6 years 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_collider.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 293292)
+++ DEPS (working copy)
@@ -40,10 +40,16 @@
{
"pattern": ".",
"action" : ["python",
- "webrtc.DEPS/download_appengine_sdk.py",
+ "webrtc.DEPS/download_appengine_and_mercurial.py",
"webrtc.DEPS"],
},
{
+ "pattern": ".",
+ "action" : ["python",
+ "webrtc.DEPS/download_golang.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": ".",
@@ -51,6 +57,18 @@
"webrtc.DEPS/copy_apprtc.py"],
},
{
+ # Build Mercurial which is needed by the golang toolchain.
+ "pattern": ".",
+ "action" : ["python",
+ "webrtc.DEPS/build_mercurial_local.py"],
+ },
+ {
+ # Build AppRTC Collider using the golang toolchain.
+ "pattern": ".",
+ "action" : ["python",
+ "webrtc.DEPS/build_apprtc_collider.py"],
+ },
+ {
# Download test resources, i.e. video and audio files from Google Storage.
# These resources are used by the Android bots.
"pattern": "\\.sha1",
« no previous file with comments | « no previous file | build_apprtc_collider.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698