| Index: build/module_args/dart.gni
|
| diff --git a/build/module_args/dart.gni b/build/module_args/dart.gni
|
| index e784261f73dc422739c4eda69c20f5b1efed1dc8..d3c3eec8a9fe0b45d52d0fd28dd1f0521fd2d8d8 100644
|
| --- a/build/module_args/dart.gni
|
| +++ b/build/module_args/dart.gni
|
| @@ -5,4 +5,5 @@
|
| # This variable should point to the Dart SDK.
|
| dart_sdk_root = "//third_party/dart-sdk/dart-sdk"
|
|
|
| -dart_snapshotter_bin = "//mojo/dart/dart_snapshotter($host_toolchain)"
|
| +dart_snapshotter_bin =
|
| + "//mojo/dart/embedder/snapshotter:dart_snapshotter($host_toolchain)"
|
|
|