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

Unified Diff: mojo/devtools/common/mojo_run

Issue 2070303002: Fix bug where debugger.mojo not found in some build configurations (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « 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/mojo_run
diff --git a/mojo/devtools/common/mojo_run b/mojo/devtools/common/mojo_run
index 72fc047624ef9087ef04cee1ea1e1959e8b10c1b..fe85ea566c868c24f3ea4897ac2da116f8f0cfff 100755
--- a/mojo/devtools/common/mojo_run
+++ b/mojo/devtools/common/mojo_run
@@ -33,7 +33,7 @@ text/html,mojo:html_viewer,application/javascript,mojo:js_content_handler
_MOJO_DEBUGGER_PORT = 7777
_LAUNCHER = 'mojo:launcher'
-_DEBUGGER_URL = 'https://core.mojoapps.io/debugger.mojo'
+_DEBUGGER_URL = 'mojo:debugger'
def _configure_debugger(shell):
« 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