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

Unified Diff: mojo/devtools/common/remote_adb_setup

Issue 1529963002: Forward 31842. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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: mojo/devtools/common/remote_adb_setup
diff --git a/mojo/devtools/common/remote_adb_setup b/mojo/devtools/common/remote_adb_setup
index 4ecd48c55395fb54713220c6d35805b1bed28ab6..a76b0849d710ae6940b3ddf1d1db7a5bcdfaa33e 100755
--- a/mojo/devtools/common/remote_adb_setup
+++ b/mojo/devtools/common/remote_adb_setup
@@ -47,6 +47,7 @@ adb start-server
# 31839: http server for https://core.mojoapps.io
# 31840: http server for the local mojo: origin
# 31841: http server for base mappings
ppi 2015/12/15 21:24:30 nit: maybe just 31841-31842: http servers for orig
tonyg 2015/12/15 21:28:01 Done.
+# 31842: http server for additional mappings
ssh -C \
-R 5037:127.0.0.1:5037 \
-L 8181:127.0.0.1:8181 \
@@ -54,4 +55,5 @@ ssh -C \
-L 31839:127.0.0.1:31839 \
-L 31840:127.0.0.1:31840 \
-L 31841:127.0.0.1:31841 \
+ -L 31842:127.0.0.1:31842 \
"$remote_host"
« 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