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

Unified Diff: mojo/dart/apptest/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/common/dart/BUILD.gn ('k') | mojo/dart/apptest/lib/apptest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/apptest/BUILD.gn
diff --git a/mojo/dart/apptest/BUILD.gn b/mojo/dart/apptest/BUILD.gn
index ef5b474adda174014ad577796dcf30232347c149..36e25c4b395423339b3638b8b045811ed4ba5ab0 100644
--- a/mojo/dart/apptest/BUILD.gn
+++ b/mojo/dart/apptest/BUILD.gn
@@ -4,18 +4,7 @@
import("//mojo/public/dart/rules.gni")
-dartzip_package("mojo_dart_apptest_dartzip") {
- uses_pub = true
- sources = [
- "lib/apptest.dart",
- "pubspec.yaml",
- ]
- deps = [
- "//mojo/public/dart:dart_dartzip",
- ]
-}
-
-dart_pkg("mojo_dart_apptest_pkg") {
+dart_pkg("apptest") {
libs = [ "lib/apptest.dart" ]
sources = [
"pubspec.yaml",
@@ -25,10 +14,3 @@ dart_pkg("mojo_dart_apptest_pkg") {
"//third_party/dart-pkg",
]
}
-
-group("apptest") {
- deps = [
- ":mojo_dart_apptest_dartzip",
- ":mojo_dart_apptest_pkg",
- ]
-}
« no previous file with comments | « mojo/common/dart/BUILD.gn ('k') | mojo/dart/apptest/lib/apptest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698