| Index: mojo/dart/embedder/BUILD.gn
|
| diff --git a/mojo/dart/embedder/BUILD.gn b/mojo/dart/embedder/BUILD.gn
|
| index 603bf648de76d214d6657f2657c5c05b0d672f8e..0b670ddc3fe0cd5b06fb598ac982dec4bbd7b7d9 100644
|
| --- a/mojo/dart/embedder/BUILD.gn
|
| +++ b/mojo/dart/embedder/BUILD.gn
|
| @@ -38,6 +38,7 @@ action("generate_snapshot_bin") {
|
| core_path = rebase_path("//mojo/public/dart/core.dart")
|
| args = [
|
| "--executable", rebase_path("$root_out_dir/gen_snapshot"),
|
| + "--package_root", rebase_path("$root_gen_dir"),
|
| "--script", rebase_path("snapshot.dart"),
|
| "--output_bin", rebase_path(output, root_build_dir),
|
| "--target_os", os,
|
|
|