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

Unified Diff: sky/tools/webkitpy/layout_tests/port/base.py

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: Follow review 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
« no previous file with comments | « sky/tools/test_perf ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/layout_tests/port/base.py
diff --git a/sky/tools/webkitpy/layout_tests/port/base.py b/sky/tools/webkitpy/layout_tests/port/base.py
index 0f606301aeddbded414ad7780313f18777f74fbb..90b3c2595415d038974f492a4d1028ca14b1188f 100644
--- a/sky/tools/webkitpy/layout_tests/port/base.py
+++ b/sky/tools/webkitpy/layout_tests/port/base.py
@@ -227,8 +227,8 @@ class Port(object):
return ['--dump-render-tree']
if driver_name == self.MOJO_SHELL_NAME:
return [
- '--args-for=mojo://native_viewport_service/ --use-headless-config --use-osmesa',
- '--content-handlers=text/sky,mojo://sky_viewer/',
+ '--args-for=mojo:native_viewport_service --use-headless-config --use-osmesa',
+ '--content-handlers=text/sky,mojo:sky_viewer',
'--url-mappings=mojo:window_manager=mojo:sky_tester',
'mojo:window_manager',
]
« no previous file with comments | « sky/tools/test_perf ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698