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

Unified Diff: mojoconfig

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/remote_adb_setup ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojoconfig
diff --git a/mojoconfig b/mojoconfig
index 8be95fb8d2961869a835e526a8b7ea288980ab3b..1edace8eb31342e0df9b38142160c5ab499831c4 100644
--- a/mojoconfig
+++ b/mojoconfig
@@ -12,6 +12,11 @@
'dev_servers': [
{
'host': 'https://core.mojoapps.io/',
+ # At this port the server will appear to the shell. That means actually
+ # running on this port when running a Linux shell and being forwarded from
+ # this port when running on Android. Using a fixed port enables caching
+ # server responses between shell runs.
+ 'port': 31839,
# First matching prefix will apply. Within the directiories specified for
# a prefix, first location that contains the requested path will apply.
'mappings': [
« no previous file with comments | « mojo/devtools/common/remote_adb_setup ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698