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

Unified Diff: DEPS

Issue 32063003: Will now copy apprtc to out/ in order to resolve symlinks on Windows. (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 | copy_apprtc.py » ('j') | copy_apprtc.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 229768)
+++ DEPS (working copy)
@@ -30,4 +30,11 @@
"webrtc.DEPS/download_appengine_sdk.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": ".",
+ "action" : ["python",
+ "webrtc.DEPS/copy_apprtc.py"],
+ }
]
« no previous file with comments | « no previous file | copy_apprtc.py » ('j') | copy_apprtc.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698