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

Unified Diff: services/dart/dart_apptests/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/dart_app.cc ('k') | services/dart/dart_apptests/lib/src/echo_apptests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/dart_apptests/BUILD.gn
diff --git a/services/dart/dart_apptests/BUILD.gn b/services/dart/dart_apptests/BUILD.gn
index 8aa043892360cb7f9c09ea6c6625daf87d7d82c2..92dc7bdf75a5d982bc2247b0bf3298aa6f0edfcd 100644
--- a/services/dart/dart_apptests/BUILD.gn
+++ b/services/dart/dart_apptests/BUILD.gn
@@ -4,33 +4,7 @@
import("//mojo/public/dart/rules.gni")
-dartzip_packaged_application("dart_apptests_dartzip") {
- sources = [
- "lib/main.dart",
- "lib/src/connect_to_loader_apptests.dart",
- "lib/src/echo_apptests.dart",
- "lib/src/io_http_apptests.dart",
- "lib/src/io_internet_address_apptests.dart",
- "lib/src/pingpong_apptests.dart",
- "lib/src/versioning_apptests.dart",
- "pubspec.yaml",
- ]
- deps = [
- "//mojo/dart/apptest:mojo_dart_apptest_dartzip",
- "//mojo/public/interfaces/bindings/tests:versioning_test_client_interfaces",
- "//mojo/public/interfaces/bindings/tests:versioning_test_service_interfaces",
- "//mojo/services/url_response_disk_cache/public/interfaces",
- "//services/dart/test:echo_service_interface",
- "//services/dart/test:pingpong_service_interface",
- ]
- datadeps = [
- "//services/dart/test/echo",
- "//services/dart/test/pingpong",
- "//services/dart/test/pingpong_target",
- ]
-}
-
-dart_pkg("dart_apptests_pkg") {
+dart_pkg("dart_apptests") {
apps = [ "lib/main.dart" ]
sources = [
"lib/src/connect_to_loader_apptests.dart",
@@ -53,10 +27,3 @@ dart_pkg("dart_apptests_pkg") {
"//services/dart/test/pingpong_target",
]
}
-
-group("dart_apptests") {
- deps = [
- ":dart_apptests_dartzip",
- ":dart_apptests_pkg",
- ]
-}
« no previous file with comments | « services/dart/dart_app.cc ('k') | services/dart/dart_apptests/lib/src/echo_apptests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698