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

Unified Diff: samples/third_party/todomvc/build.dart

Issue 50603010: Fixes to build.dart after Options() was removed (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « pkg/polymer/lib/builder.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/todomvc/build.dart
diff --git a/samples/third_party/todomvc/build.dart b/samples/third_party/todomvc/build.dart
index f31c74756859992f7dafe6254a4eafe72944e6be..6bc27036613dcba048eb5c8041c9db6f6c4b0819 100755
--- a/samples/third_party/todomvc/build.dart
+++ b/samples/third_party/todomvc/build.dart
@@ -5,6 +5,6 @@
import 'package:polymer/builder.dart';
-void main() {
- build(entryPoints: ['web/index.html']);
+void main(args) {
+ build(entryPoints: ['web/index.html'], options: parseOptions(args));
}
« no previous file with comments | « pkg/polymer/lib/builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698