| Index: mojo/public/dart/BUILD.gn
|
| diff --git a/mojo/public/dart/BUILD.gn b/mojo/public/dart/BUILD.gn
|
| index 7c99cc9c30f549375c17ed07d8dad5318d20c646..62970149096edc8bed92a3923408dce68d4710d5 100644
|
| --- a/mojo/public/dart/BUILD.gn
|
| +++ b/mojo/public/dart/BUILD.gn
|
| @@ -29,6 +29,7 @@ dart_mojo_sdk_sources = [
|
| dartzip_package("dart") {
|
| sources = dart_mojo_sdk_sources + [
|
| "pubspec.yaml",
|
| + "CHANGELOG.md",
|
| "README.md",
|
| ]
|
| uses_pub = true
|
| @@ -42,6 +43,7 @@ dartzip_package("dart") {
|
| dart_pkg("mojo") {
|
| sources = dart_mojo_sdk_sources + [
|
| "pubspec.yaml",
|
| + "CHANGELOG.md",
|
| "README.md",
|
| ]
|
|
|
|
|