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

Unified Diff: build_apprtc_collider.py

Issue 900403002: Add new mirror for AppRTC due to code move at GitHub. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/webrtc/webrtc.DEPS
Patch Set: Specifying Git URL, renamed script and use grunt build Created 5 years, 10 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 | « build_apprtc_closure.py ('k') | copy_apprtc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_apprtc_collider.py
diff --git a/build_apprtc_collider.py b/build_apprtc_collider.py
index 4b0f86b54d9d937a6b3e54eb3ac978f8bdfcee07..b5d63ddd4ee828fb77da94776c70675dd9138d2b 100755
--- a/build_apprtc_collider.py
+++ b/build_apprtc_collider.py
@@ -18,12 +18,12 @@ import utils
def main():
- web_samples_dir = os.path.join('webrtc-samples', 'samples', 'web')
+ apprtc_dir = os.path.join('apprtc', 'src')
golang_workspace = os.path.join('src', 'out', 'go-workspace')
shutil.rmtree(golang_workspace, ignore_errors=True)
golang_workspace_src = os.path.join(golang_workspace, 'src')
- collider_dir = os.path.join(web_samples_dir, 'content', 'apprtc', 'collider')
+ collider_dir = os.path.join(apprtc_dir, 'collider')
shutil.copytree(collider_dir, golang_workspace_src,
ignore=shutil.ignore_patterns('.svn', '.git'))
« no previous file with comments | « build_apprtc_closure.py ('k') | copy_apprtc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698