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

Unified Diff: pkg/polymer/example/component/news/test/news_index_test.html

Issue 27518006: Practically remove boot.js, adds the initialization from the Dart side of (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
Index: pkg/polymer/example/component/news/test/news_index_test.html
diff --git a/pkg/polymer/example/component/news/test/news_index_test.html b/pkg/polymer/example/component/news/test/news_index_test.html
index 873b2d5be366aae99122db7c4680651b3c2e9cf1..8e5dbfdc7d03d18afe8804de88633e0c6df06884 100644
--- a/pkg/polymer/example/component/news/test/news_index_test.html
+++ b/pkg/polymer/example/component/news/test/news_index_test.html
@@ -7,7 +7,6 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
<head>
<title>Simple Web Components Example</title>
<link rel="import" href="../web/news-component.html">
- <script src="packages/polymer/boot.js"></script>
<script src="packages/unittest/test_controller.js"></script>
</head>
<body>
@@ -21,5 +20,6 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
<li class="breaking"><a href="//example.com/stories/5">Horrible story</a></li>
</ul>
<script type="application/dart" src="news_index_test.dart"></script>
+<script type="application/dart" src="packages/polymer/init.dart"></script>
</body>
</html>
« no previous file with comments | « pkg/polymer/example/component/news/test/news_index_test.dart ('k') | pkg/polymer/example/component/news/web/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698