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

Unified Diff: examples/dart/wget/BUILD.gn

Issue 1311803002: Dart: Removes dartzip (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Readme fixes Created 5 years, 4 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 | « examples/dart/traced_application/BUILD.gn ('k') | mojo/common/dart/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/dart/wget/BUILD.gn
diff --git a/examples/dart/wget/BUILD.gn b/examples/dart/wget/BUILD.gn
index 563beb896bafc3bf3ffcd2b73763f3ffc572d954..de4d861cb8663d955913dd4c4c2d61d2114b4766 100644
--- a/examples/dart/wget/BUILD.gn
+++ b/examples/dart/wget/BUILD.gn
@@ -4,20 +4,9 @@
import("//mojo/public/dart/rules.gni")
-dartzip_packaged_application("mojo_dart_wget_dartzip") {
- output_name = "dart_wget"
- sources = [
- "lib/main.dart",
- ]
- deps = [
- "//mojo/public/dart:dart_dartzip",
- "//mojo/public/interfaces/network",
- "//mojo/services/network/public/interfaces",
- ]
-}
-
-dart_pkg("mojo_dart_wget_pkg") {
+dart_pkg("wget") {
apps = [ "lib/main.dart" ]
+ app_name_override = "dart_wget"
sources = [
"pubspec.yaml",
]
@@ -26,10 +15,3 @@ dart_pkg("mojo_dart_wget_pkg") {
"//mojo/public/dart",
]
}
-
-group("wget") {
- deps = [
- ":mojo_dart_wget_dartzip",
- ":mojo_dart_wget_pkg",
- ]
-}
« no previous file with comments | « examples/dart/traced_application/BUILD.gn ('k') | mojo/common/dart/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698