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

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

Issue 23898009: Switch polymer's build.dart to use the new linter. This CL does the following (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: addressing john comments (part 2) - renamed files Created 7 years, 3 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/test/transform/script_compactor_test.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 3bac4f675d8ed513823e5ec73909958886f23dc0..f31c74756859992f7dafe6254a4eafe72944e6be 100755
--- a/samples/third_party/todomvc/build.dart
+++ b/samples/third_party/todomvc/build.dart
@@ -3,10 +3,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'dart:io';
-import 'package:polymer/component_build.dart';
-import 'package:polymer/deploy.dart' as deploy;
+import 'package:polymer/builder.dart';
void main() {
- build(new Options().arguments, ['web/index.html']).then((_) => deploy.main());
+ build(entryPoints: ['web/index.html']);
}
« no previous file with comments | « pkg/polymer/test/transform/script_compactor_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698