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

Unified Diff: mojo/public/dart/README.md

Issue 1132063007: Rationalize Dart mojo and sky package structure (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/public/dart/BUILD.gn ('k') | mojo/public/dart/application.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/README.md
diff --git a/mojo/public/dart/README.md b/mojo/public/dart/README.md
index 6de696b0426b89fde36fe9d3e34d0254f9c1c42b..62526904b4d2413fe5aa6974ac129ee331272b9b 100644
--- a/mojo/public/dart/README.md
+++ b/mojo/public/dart/README.md
@@ -15,12 +15,12 @@ all make it to the right place.
### GN Template
Dart Mojo applications are built with the GN template
-'dart_packaged_application' defined in `//mojo/public/dart/rules.gni`.
+'dartzip_packaged_application' defined in `//mojo/public/dart/rules.gni`.
Here is an example:
```
-dart_packaged_application("foo") {
+dartzip_packaged_application("foo") {
output_name = "dart_foo"
uses_pub = true
sources = [
@@ -73,8 +73,8 @@ Dart packages. `pub get` also creates a `pubspec.lock` file that locks down
pub packages to specific versions. This `pubspec.lock` file must be checked in
in order to have hermetic builds.
-During the build, The `dart_packaged_application` rule looks for a "packages/"
-directory, and copies its contents into the zip file.
+During the build, The `dartzip_packaged_application` rule looks for a
+"packages/" directory, and copies its contents into the zip file.
### Generated bindings
« no previous file with comments | « mojo/public/dart/BUILD.gn ('k') | mojo/public/dart/application.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698