| Index: mojo/dart/embedder/snapshotter/BUILD.gn
|
| diff --git a/mojo/dart/dart_snapshotter/BUILD.gn b/mojo/dart/embedder/snapshotter/BUILD.gn
|
| similarity index 91%
|
| rename from mojo/dart/dart_snapshotter/BUILD.gn
|
| rename to mojo/dart/embedder/snapshotter/BUILD.gn
|
| index af9db33d1bd8587cb63f4e2e8826162b55e3eed9..30bd1304a74cd7671c28037601a8655749466e71 100644
|
| --- a/mojo/dart/dart_snapshotter/BUILD.gn
|
| +++ b/mojo/dart/embedder/snapshotter/BUILD.gn
|
| @@ -2,6 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +group("snapshotter") {
|
| + deps = [
|
| + ":dart_snapshotter",
|
| + ]
|
| +}
|
| +
|
| executable("dart_snapshotter") {
|
| sources = [
|
| "main.cc",
|
|
|