| 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",
|
| ]
|
| }
|
|
|
|
|