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

Unified Diff: sky/HACKING.md

Issue 701933004: Change mojo url to always use mojo:foo instead of mojo://foo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove calls to AddStandardScheme Created 6 years, 1 month 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
Index: sky/HACKING.md
diff --git a/sky/HACKING.md b/sky/HACKING.md
index 63f4248397b9130c4797d3ebaa6cd6a682a1ed16..35281edc2abb74b9e038b4f28b7e5e0bfa65ceaa 100644
--- a/sky/HACKING.md
+++ b/sky/HACKING.md
@@ -28,7 +28,7 @@ Running tests manually
----------------------
* ``sky/tools/run_sky_httpd``
-* ``out/Debug/mojo_shell --args-for="mojo://native_viewport_service/ --use-headless-config" --content-handlers=text/html,mojo://sky_viewer/ --url-mappings=mojo:window_manager=mojo:sky_tester mojo:window_manager``
+* ``out/Debug/mojo_shell --args-for="mojo:native_viewport_service/ --use-headless-config" --content-handlers=text/html,mojo:sky_viewer/ --url-mappings=mojo:window_manager=mojo:sky_tester mojo:window_manager``
* The ``sky_tester`` should print ``#READY`` when ready
* Type the URL you wish to run, for example ``http://127.0.0.1:8000/lowlevel/text.html``, and press the enter key
* The harness should print the results of the test. You can then type another URL.

Powered by Google App Engine
This is Rietveld 408576698