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

Unified Diff: mojo/common/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 | « examples/dart/wget/BUILD.gn ('k') | mojo/dart/apptest/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/dart/BUILD.gn
diff --git a/mojo/common/dart/BUILD.gn b/mojo/common/dart/BUILD.gn
index 5637a6796e85226ee441f05e4f3964299faeab21..e2960779b108a4bbdce8de471e8cd006b67077f4 100644
--- a/mojo/common/dart/BUILD.gn
+++ b/mojo/common/dart/BUILD.gn
@@ -4,19 +4,7 @@
import("//mojo/public/dart/rules.gni")
-dartzip_package("dart_dartzip") {
- sources = [
- "lib/trace_provider_impl.dart",
- "lib/tracing_helper.dart",
- "pubspec.yaml",
- ]
- deps = [
- "//mojo/public/dart:dart_dartzip",
- "//mojo/services/tracing/public/interfaces",
- ]
-}
-
-dart_pkg("dart_pkg") {
+dart_pkg("dart") {
libs = [ "lib/tracing_helper.dart" ]
sources = [
"lib/trace_provider_impl.dart",
@@ -27,10 +15,3 @@ dart_pkg("dart_pkg") {
"//mojo/dart/mojo_services",
]
}
-
-group("dart") {
- deps = [
- ":dart_dartzip",
- ":dart_pkg",
- ]
-}
« no previous file with comments | « examples/dart/wget/BUILD.gn ('k') | mojo/dart/apptest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698