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

Unified Diff: mojo/dart/http_load_test/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/apptest/lib/apptest.dart ('k') | mojo/dart/mojo_services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/http_load_test/BUILD.gn
diff --git a/mojo/dart/http_load_test/BUILD.gn b/mojo/dart/http_load_test/BUILD.gn
index 45888ede51ca8ae5940a4a1fc49b4e93a0849ebb..b439ed027efd28b80a7d52936e5ecb1417d61606 100644
--- a/mojo/dart/http_load_test/BUILD.gn
+++ b/mojo/dart/http_load_test/BUILD.gn
@@ -4,21 +4,9 @@
import("//mojo/public/dart/rules.gni")
-dartzip_package("mojo_dart_http_load_test_dartzip") {
- uses_pub = true
- sources = [
- "lib/main.dart",
- "lib/src/part0.dart",
- "pubspec.yaml",
- ]
- deps = [
- "//mojo/public/dart:dart_dartzip",
- "//mojo/dart/mojo_services:mojo_services_dartzip",
- ]
-}
-
-dart_pkg("mojo_dart_http_load_test_pkg") {
+dart_pkg("http_load_test") {
apps = [ "lib/main.dart" ]
+ app_name_override = "dart_http_load_test"
sources = [
"lib/src/part0.dart",
"pubspec.yaml",
@@ -28,10 +16,3 @@ dart_pkg("mojo_dart_http_load_test_pkg") {
"//mojo/dart/mojo_services",
]
}
-
-group("http_load_test") {
- deps = [
- ":mojo_dart_http_load_test_dartzip",
- ":mojo_dart_http_load_test_pkg",
- ]
-}
« no previous file with comments | « mojo/dart/apptest/lib/apptest.dart ('k') | mojo/dart/mojo_services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698