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

Unified Diff: mojo/tools/mojodb

Issue 1199063002: Fix mojodb to use the new sky_server API also. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | sky/HACKING.md » ('j') | sky/HACKING.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mojodb
diff --git a/mojo/tools/mojodb b/mojo/tools/mojodb
index 57f13d37e471a2a1882b71aa07fda4f29df44b04..cd5b0307c581ee4a85d86e139e4d7d0920184a64 100755
--- a/mojo/tools/mojodb
+++ b/mojo/tools/mojodb
@@ -27,7 +27,7 @@ import platform
SUPPORTED_MIME_TYPES = [
'text/html',
'text/sky',
- 'text/plain',
+ 'application/dart',
]
DEFAULT_SKY_COMMAND_PORT = 7777
@@ -166,7 +166,7 @@ class SkyDebugger(object):
# not a magical "configuration" name.
configuration = os.path.basename(os.path.normpath(self.paths.build_dir))
server_root = self._server_root_for_url(args.url_or_path)
- return SkyServer(SKY_SERVER_PORT, configuration, server_root, packages_root)
+ return SkyServer(SKY_SERVER_PORT, server_root, packages_root)
def _create_paths_for_build_dir(self, build_dir):
# skypy.paths.Paths takes a root-relative build_dir argument. :(
« no previous file with comments | « no previous file | sky/HACKING.md » ('j') | sky/HACKING.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698