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

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

Powered by Google App Engine
This is Rietveld 408576698