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

Unified Diff: pkg/polymer/test/build/common.dart

Issue 225043004: Replace bootstrap logic with 'boot.js', use 'component/dart' mime-type and add (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/test/build/common.dart
diff --git a/pkg/polymer/test/build/common.dart b/pkg/polymer/test/build/common.dart
index f97ddc09107f4b4231e89e770b4ac1b1b76c8c54..17c254a1ecf49e154d39aa0988ffa33e3ec0ef81 100644
--- a/pkg/polymer/test/build/common.dart
+++ b/pkg/polymer/test/build/common.dart
@@ -141,10 +141,10 @@ const WEB_COMPONENTS_TAG =
'<script src="packages/web_components/platform.js"></script>\n'
'<script src="packages/web_components/dart_support.js"></script>\n';
-const INTEROP_TAG = '<script src="packages/browser/interop.js"></script>\n';
const DART_JS_TAG = '<script src="packages/browser/dart.js"></script>';
const POLYMER_MOCKS = const {
+ 'polymer|lib/polymer.html': '<!DOCTYPE html><html></html>',
'polymer|lib/polymer.dart':
'library polymer;\n'
'import "dart:html";\n'

Powered by Google App Engine
This is Rietveld 408576698