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

Unified Diff: DEPS

Issue 25857002: Adding apprtc and downloading of google appengine sdk to webrtc.DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 7 years, 2 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 | download_appengine_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 227882)
+++ DEPS (working copy)
@@ -7,6 +7,11 @@
"googlecode_url": "http://%s.googlecode.com/svn",
}
+deps = {
+ "src/third_party/webrtc_apprtc":
+ "https://webrtc.googlecode.com/svn/trunk/samples/js",
+}
+
deps_os = {
"android": {
"src/data":
@@ -17,3 +22,12 @@
"http://gflags.googlecode.com/svn/trunk/src@84",
},
}
+
+hooks = [
+ {
+ "pattern": ".",
+ "action" : ["python",
+ "webrtc.DEPS/download_appengine_sdk.py",
+ "webrtc.DEPS"],
+ },
+]
« no previous file with comments | « no previous file | download_appengine_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698