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

Unified Diff: mojo/dart/mojo_services/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 | « mojo/dart/http_load_test/BUILD.gn ('k') | mojo/dart/observatory_test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/mojo_services/BUILD.gn
diff --git a/mojo/dart/mojo_services/BUILD.gn b/mojo/dart/mojo_services/BUILD.gn
index 3b06c0a631667ce6e4c4557c812f3ac6a1221ac3..bda57f897cafb1cd3f60720d3018154c5b53b62b 100644
--- a/mojo/dart/mojo_services/BUILD.gn
+++ b/mojo/dart/mojo_services/BUILD.gn
@@ -5,16 +5,7 @@
import("//mojo/public/dart/rules.gni")
import("//mojo/services/mojo_services.gni")
-dartzip_package("mojo_services_dartzip") {
- sources = [
- "CHANGELOG.md",
- "README.md",
- "pubspec.yaml",
- ]
- deps = mojo_services
-}
-
-dart_pkg("mojo_services_pkg") {
+dart_pkg("mojo_services") {
sources = [
"CHANGELOG.md",
"README.md",
@@ -25,10 +16,3 @@ dart_pkg("mojo_services_pkg") {
"//mojo/services",
]
}
-
-group("mojo_services") {
- deps = [
- ":mojo_services_dartzip",
- ":mojo_services_pkg",
- ]
-}
« no previous file with comments | « mojo/dart/http_load_test/BUILD.gn ('k') | mojo/dart/observatory_test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698