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

Unified Diff: sky/tools/shelldb

Issue 998933005: Dart: Rename mojo:X -> dart:mojo.X (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge Created 5 years, 9 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 | « sky/tests/services/network.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/shelldb
diff --git a/sky/tools/shelldb b/sky/tools/shelldb
index 492129ae48bd31d17a4f2bd828c92b51d2924c23..2311f58f55fe06b0620a71e06955f8918786a4dc 100755
--- a/sky/tools/shelldb
+++ b/sky/tools/shelldb
@@ -210,8 +210,8 @@ class Analyze(object):
analyzer_args = [ANALYZER_PATH,
"--url-mapping=dart:sky,%s" % dart_sky_path,
"--url-mapping=dart:sky_builtin,%s" % sky_builtin_path,
- "--url-mapping=mojo:bindings,%s" % mojo_bindings_path,
- "--url-mapping=mojo:core,%s" % mojo_core_path,
+ "--url-mapping=dart:mojo.bindings,%s" % mojo_bindings_path,
+ "--url-mapping=dart:mojo.core,%s" % mojo_core_path,
args.app_path
]
subprocess.call(analyzer_args)
« no previous file with comments | « sky/tests/services/network.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698