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

Unified Diff: mojo/public/dart/rules.gni

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
Index: mojo/public/dart/rules.gni
diff --git a/mojo/public/dart/rules.gni b/mojo/public/dart/rules.gni
index c5cad6ce09f84a1eca463ec81827dd7d5131e0d7..78a60ed24fb1eae7f8195a8063671a2b31d2559f 100644
--- a/mojo/public/dart/rules.gni
+++ b/mojo/public/dart/rules.gni
@@ -74,13 +74,13 @@ template("dart_packaged_application") {
rebase_path(package_output),
rebase_path("$target_gen_dir/${target_name}_analyze.stamp"),
"--no-hints",
- "--url-mapping=mojo:application,/" +
+ "--url-mapping=dart:mojo.application,/" +
rebase_path("mojo/public/dart/application.dart", "/", mojo_root),
- "--url-mapping=mojo:bindings,/" +
+ "--url-mapping=dart:mojo.bindings,/" +
rebase_path("mojo/public/dart/bindings.dart", "/", mojo_root),
- "--url-mapping=mojo:builtin,/" +
+ "--url-mapping=dart:mojo.builtin,/" +
rebase_path("mojo/dart/embedder/builtin.dart", "/", mojo_root),
- "--url-mapping=mojo:core,/" +
+ "--url-mapping=dart:mojo.core,/" +
rebase_path("mojo/public/dart/core.dart", "/", mojo_root),
# The dart bindings refer to the autogenerated application interface in
« no previous file with comments | « mojo/public/dart/bindings.dart ('k') | mojo/public/tools/bindings/generators/dart_templates/module.lib.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698