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

Unified Diff: mojo/dart/embedder/test/BUILD.gn

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 | « mojo/dart/embedder/mojo_natives.cc ('k') | mojo/dart/embedder/test/dart_to_cpp_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/test/BUILD.gn
diff --git a/mojo/dart/embedder/test/BUILD.gn b/mojo/dart/embedder/test/BUILD.gn
index ce1c8a21ca25f3bd5f837bd60af7b33eecde7534..9e85b1636026f9af5286919bad5e7dbadcbe9ad4 100644
--- a/mojo/dart/embedder/test/BUILD.gn
+++ b/mojo/dart/embedder/test/BUILD.gn
@@ -53,9 +53,9 @@ action("generate_test_snapshot_bin") {
rebase_path(output, root_build_dir),
"--target_os",
os,
- "--url_mapping=mojo:bindings,$bindings_path",
- "--url_mapping=mojo:builtin,$builtin_path",
- "--url_mapping=mojo:core,$core_path",
+ "--url_mapping=dart:mojo.bindings,$bindings_path",
+ "--url_mapping=dart:mojo.builtin,$builtin_path",
+ "--url_mapping=dart:mojo.core,$core_path",
]
}
« no previous file with comments | « mojo/dart/embedder/mojo_natives.cc ('k') | mojo/dart/embedder/test/dart_to_cpp_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698