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

Unified Diff: mojo/devtools/common/remote_adb_setup

Issue 1305293003: Allow to set a fixed port for the development server. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address Tony's comments. Created 5 years, 4 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 | « mojo/devtools/common/devtoolslib/shell_config.py ('k') | mojoconfig » ('j') | 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 d275ff61c91310dca02ce135578d28a931c18e3c..df3176d372e521d243fb4c11cc01f85c986a829d 100755
--- a/mojo/devtools/common/remote_adb_setup
+++ b/mojo/devtools/common/remote_adb_setup
@@ -44,8 +44,10 @@ adb start-server
# and from the local host to the remote host:
# 9998: http server for Sky
# 31840: http server for the local mojo: origin
+# 31839: http server for https://core.mojoapps.io
ssh -C \
-R 5037:127.0.0.1:5037 \
-L 9998:127.0.0.1:9998 \
+ -L 31839:127.0.0.1:31839 \
-L 31840:127.0.0.1:31840 \
"$remote_host"
« no previous file with comments | « mojo/devtools/common/devtoolslib/shell_config.py ('k') | mojoconfig » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698