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

Unified Diff: mojo/dart/http_load_test/BUILD.gn

Issue 1312183003: dart_pkg cleanups (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/observatory_test/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 b439ed027efd28b80a7d52936e5ecb1417d61606..67b1688b1cb98519bd2ffbb047f6b63c7d9ca93a 100644
--- a/mojo/dart/http_load_test/BUILD.gn
+++ b/mojo/dart/http_load_test/BUILD.gn
@@ -5,8 +5,10 @@
import("//mojo/public/dart/rules.gni")
dart_pkg("http_load_test") {
- apps = [ "lib/main.dart" ]
- app_name_override = "dart_http_load_test"
+ apps = [ [
+ "dart_http_load_test",
+ "lib/main.dart",
+ ] ]
sources = [
"lib/src/part0.dart",
"pubspec.yaml",
« no previous file with comments | « examples/dart/wget/BUILD.gn ('k') | mojo/dart/observatory_test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698