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

Unified Diff: services/dart/BUILD.gn

Issue 951783004: Dart: Renames dart:mojo_blah -> mojo:blah (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 | « mojo/public/tools/bindings/generators/dart_templates/module.lib.tmpl ('k') | services/dart/snapshot.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/BUILD.gn
diff --git a/services/dart/BUILD.gn b/services/dart/BUILD.gn
index cd81e599451ecdce7bc7e9509adb71665584948e..0107f2c4f7f84846eb3f0ce60ab2e6f19ee9acc5 100644
--- a/services/dart/BUILD.gn
+++ b/services/dart/BUILD.gn
@@ -63,10 +63,10 @@ action("generate_snapshot_bin") {
rebase_path(output, root_build_dir),
"--target_os",
os,
- "--url_mapping=dart:mojo_application,$application_path",
- "--url_mapping=dart:mojo_bindings,$bindings_path",
- "--url_mapping=dart:mojo_builtin,$builtin_path",
- "--url_mapping=dart:mojo_core,$core_path",
+ "--url_mapping=mojo:application,$application_path",
+ "--url_mapping=mojo:bindings,$bindings_path",
+ "--url_mapping=mojo:builtin,$builtin_path",
+ "--url_mapping=mojo:core,$core_path",
]
}
« no previous file with comments | « mojo/public/tools/bindings/generators/dart_templates/module.lib.tmpl ('k') | services/dart/snapshot.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698