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

Unified Diff: services/dart/test/pingpong/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 | « services/dart/test/echo/BUILD.gn ('k') | services/dart/test/pingpong_target/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/test/pingpong/BUILD.gn
diff --git a/services/dart/test/pingpong/BUILD.gn b/services/dart/test/pingpong/BUILD.gn
index 98e1e754955f01e86f7f304d517214dd587d29f2..7fe74f6475f367ecfcaee69f9207495f07f8e61f 100644
--- a/services/dart/test/pingpong/BUILD.gn
+++ b/services/dart/test/pingpong/BUILD.gn
@@ -4,19 +4,9 @@
import("//mojo/public/dart/rules.gni")
-dartzip_packaged_application("mojo_dart_pingpong_dartzip") {
- sources = [
- "lib/main.dart",
- "pubspec.yaml",
- ]
- deps = [
- "//mojo/public/dart:dart_dartzip",
- "//services/dart/test:pingpong_service_interface",
- ]
-}
-
-dart_pkg("mojo_dart_pingpong_pkg") {
+dart_pkg("pingpong") {
apps = [ "lib/main.dart" ]
+ app_name_override = "dart_pingpong"
sources = [
"pubspec.yaml",
]
@@ -25,10 +15,3 @@ dart_pkg("mojo_dart_pingpong_pkg") {
"//services/dart/test:pingpong_service_interface",
]
}
-
-group("pingpong") {
- deps = [
- ":mojo_dart_pingpong_dartzip",
- ":mojo_dart_pingpong_pkg",
- ]
-}
« no previous file with comments | « services/dart/test/echo/BUILD.gn ('k') | services/dart/test/pingpong_target/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698