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

Unified Diff: examples/dart/wget/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/traced_application/BUILD.gn ('k') | mojo/dart/http_load_test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/dart/wget/BUILD.gn
diff --git a/examples/dart/wget/BUILD.gn b/examples/dart/wget/BUILD.gn
index de4d861cb8663d955913dd4c4c2d61d2114b4766..b07d70da82ce0b8e38b743c609e4dfd4218f52c7 100644
--- a/examples/dart/wget/BUILD.gn
+++ b/examples/dart/wget/BUILD.gn
@@ -5,8 +5,10 @@
import("//mojo/public/dart/rules.gni")
dart_pkg("wget") {
- apps = [ "lib/main.dart" ]
- app_name_override = "dart_wget"
+ apps = [ [
+ "dart_wget",
+ "lib/main.dart",
+ ] ]
sources = [
"pubspec.yaml",
]
« no previous file with comments | « examples/dart/traced_application/BUILD.gn ('k') | mojo/dart/http_load_test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698