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

Unified Diff: DEPS

Issue 872423002: Adding support for AppRTC closure compiling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 5 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_closure.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | build_apprtc_closure.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698