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

Unified Diff: copy_apprtc.py

Issue 316013004: Use Chromium Git mirror for AppRTC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 6 years, 6 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: copy_apprtc.py
===================================================================
--- copy_apprtc.py (revision 275036)
+++ copy_apprtc.py (working copy)
@@ -14,8 +14,9 @@
if __name__ == '__main__':
+ web_samples_dir = 'webrtc-samples/samples/web'
shutil.rmtree('src/out/apprtc', ignore_errors=True)
- shutil.copytree('src/third_party/webrtc_apprtc/apprtc',
+ shutil.copytree(web_samples_dir + '/content/apprtc',
'src/out/apprtc', ignore=shutil.ignore_patterns('.svn'))
- shutil.copyfile('src/third_party/webrtc_apprtc/base/adapter.js',
+ shutil.copyfile(web_samples_dir + '/js/adapter.js',
'src/out/apprtc/js/adapter.js')
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698