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

Unified Diff: mojo/tools/mojo_demo.py

Issue 960233007: Add super-primitive shelldb (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/tools/shelldb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mojo_demo.py
diff --git a/mojo/tools/mojo_demo.py b/mojo/tools/mojo_demo.py
index 0726e2efa2fb99d5c639585c4fa42a25a0a61aa5..a30a68cfb92f56fa51242a982925aa9642dba2fc 100755
--- a/mojo/tools/mojo_demo.py
+++ b/mojo/tools/mojo_demo.py
@@ -35,9 +35,8 @@ def main():
cmd.append('--v=1')
HTTP_PORT = 9999
- sky_paths = skypy.paths.Paths(paths.build_dir)
configuration = 'Debug' if config.is_debug else 'Release'
- server = SkyServer(sky_paths, HTTP_PORT, configuration, paths.src_root)
+ server = SkyServer(HTTP_PORT, configuration, paths.src_root)
if args.demo == 'browser':
base_url = server.path_as_url(paths.build_dir)
« no previous file with comments | « no previous file | sky/tools/shelldb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698