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

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

Issue 1157843002: Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
Index: third_party/mojo/src/mojo/public/dart/README.md
diff --git a/third_party/mojo/src/mojo/public/dart/README.md b/third_party/mojo/src/mojo/public/dart/README.md
index 6de696b0426b89fde36fe9d3e34d0254f9c1c42b..62526904b4d2413fe5aa6974ac129ee331272b9b 100644
--- a/third_party/mojo/src/mojo/public/dart/README.md
+++ b/third_party/mojo/src/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 | « third_party/mojo/src/mojo/public/dart/BUILD.gn ('k') | third_party/mojo/src/mojo/public/dart/application.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698