Index: DEPS |
=================================================================== |
--- DEPS (revision 293799) |
+++ DEPS (working copy) |
@@ -37,6 +37,12 @@ |
"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": ".", |
@@ -56,6 +62,12 @@ |
"webrtc.DEPS/build_apprtc_collider.py"], |
}, |
{ |
+ # Build AppRTC closure Javascript. |
+ "pattern": ".", |
+ "action" : ["python", |
+ "webrtc.DEPS/build_apprtc_closure.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. |