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

Unified Diff: copy_apprtc.py

Issue 59973002: Will now explicitly copy adapter.js into apprtc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 7 years, 1 month 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 | 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 232952)
+++ copy_apprtc.py (working copy)
@@ -14,6 +14,8 @@
if __name__ == '__main__':
- shutil.rmtree('src/out/apprtc', ignore_errors=True);
+ shutil.rmtree('src/out/apprtc', ignore_errors=True)
shutil.copytree('src/third_party/webrtc_apprtc/apprtc',
'src/out/apprtc', ignore=shutil.ignore_patterns('.svn'))
+ shutil.copyfile('src/third_party/webrtc_apprtc/base/adapter.js',
+ 'src/out/apprtc/js/adapter.js')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698