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

Unified Diff: sky/tools/shelldb

Issue 1029683002: Update references to Mojo core and bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: shell.dart too 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/framework/shell.dart ('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 b52bd27b5aaf101333fc91601f5077de102b8bac..59513217ab4612a0cfcf9c0a1deded58f78bfdfa 100755
--- a/sky/tools/shelldb
+++ b/sky/tools/shelldb
@@ -218,14 +218,9 @@ class Analyze(object):
sky_builtin_path = \
os.path.join(SRC_ROOT, 'sky/engine/bindings/builtin.dart')
dart_sky_path = os.path.join(bindings_path, 'dart_sky.dart')
- mojo_bindings_path = \
- os.path.join(SRC_ROOT, 'mojo/public/dart/bindings.dart')
- mojo_core_path = os.path.join(SRC_ROOT, 'mojo/public/dart/core.dart')
analyzer_args = [ANALYZER_PATH,
"--url-mapping=dart:sky,%s" % dart_sky_path,
"--url-mapping=dart:sky_builtin,%s" % sky_builtin_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/framework/shell.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698