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

Unified Diff: mojo/public/dart/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/observatory_tester/runner.py ('k') | mojo/public/dart/README.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 a6fa7d09d5f95675e1c946193e9b3b32725f7eb3..1c78bd1fe14ce05fe55ec675d85eb12f4217c94c 100644
--- a/mojo/public/dart/BUILD.gn
+++ b/mojo/public/dart/BUILD.gn
@@ -31,22 +31,7 @@ dart_mojo_sdk_sources = [
"lib/src/utils.dart",
]
-dartzip_package("dart_dartzip") {
- sources = dart_mojo_sdk_entrypoints + dart_mojo_sdk_sources + [
- "pubspec.yaml",
- "CHANGELOG.md",
- "README.md",
- ]
- uses_pub = true
- package_name_override = "mojo"
- deps = [
- "../interfaces/application",
- "../interfaces/bindings",
- "../interfaces/network",
- ]
-}
-
-dart_pkg("dart_pkg") {
+dart_pkg("dart") {
libs = dart_mojo_sdk_entrypoints
sources = dart_mojo_sdk_sources + [
"lib/_sdkext",
@@ -62,10 +47,3 @@ dart_pkg("dart_pkg") {
"../interfaces",
]
}
-
-group("dart") {
- deps = [
- ":dart_dartzip",
- ":dart_pkg",
- ]
-}
« no previous file with comments | « mojo/dart/observatory_tester/runner.py ('k') | mojo/public/dart/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698