| Index: mojo/dart/mojom/BUILD.gn
|
| diff --git a/mojo/dart/apptest/BUILD.gn b/mojo/dart/mojom/BUILD.gn
|
| similarity index 62%
|
| copy from mojo/dart/apptest/BUILD.gn
|
| copy to mojo/dart/mojom/BUILD.gn
|
| index 1f5aa556e0d2404240cf3233902ccb5dcbf365de..6dcd28e7648ac3609c0c6150d4e2fa866aac563a 100644
|
| --- a/mojo/dart/apptest/BUILD.gn
|
| +++ b/mojo/dart/mojom/BUILD.gn
|
| @@ -4,12 +4,13 @@
|
|
|
| import("//mojo/public/dart/rules.gni")
|
|
|
| -dart_package("apptest") {
|
| - uses_pub = true
|
| +dart_pkg("mojom") {
|
| sources = [
|
| - "apptest/apptest.dart",
|
| - ]
|
| - deps = [
|
| - "//mojo/public/dart",
|
| + "AUTHORS",
|
| + "CHANGELOG.md",
|
| + "LICENSE",
|
| + "README.md",
|
| + "lib/generate.dart",
|
| + "pubspec.yaml",
|
| ]
|
| }
|
|
|