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

Unified Diff: pkg/polymer/build.dart

Issue 23539003: Turn on Polymer TodoMVC tests on Dart buildbots (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: use unittest test_controller.js Created 7 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
Index: pkg/polymer/build.dart
diff --git a/pkg/polymer/build.dart b/pkg/polymer/build.dart
index 5e863b865cea92c9c9eaeaf28d16e1af0c2e32a7..af851a4ec6b4097b6b102408462e51cfb12bd302 100755
--- a/pkg/polymer/build.dart
+++ b/pkg/polymer/build.dart
@@ -12,6 +12,5 @@ void main() {
var args = new Options().arguments.toList()..addAll(['--', '--deploy']);
build(args, [
'example/component/news/web/index.html',
- 'example/scoped_style/index.html',
- '../../samples/third_party/todomvc/web/index.html']);
+ 'example/scoped_style/index.html']);
}

Powered by Google App Engine
This is Rietveld 408576698