Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1696)

Unified Diff: mojo/public/dart/BUILD.gn

Issue 1165243002: Ensure CHANGELOG.md and README.md ship with sky, mojo, and mojom packages (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/dart/mojom/CHANGELOG.md ('k') | mojo/public/dart/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « mojo/dart/mojom/CHANGELOG.md ('k') | mojo/public/dart/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698