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

Unified Diff: runtime/bin/vmservice/client/web/index.html

Issue 299823004: Upgrade Observatory to Polymer 0.10.x (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « runtime/bin/vmservice/client/pubspec.yaml ('k') | runtime/bin/vmservice/client/web/index_devtools.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/web/index.html
diff --git a/runtime/bin/vmservice/client/web/index.html b/runtime/bin/vmservice/client/web/index.html
index 9055fd492608e7a184360badb979bccd472b1dcc..cccb646646dd1f96e18133a3351bb24a57f587f3 100644
--- a/runtime/bin/vmservice/client/web/index.html
+++ b/runtime/bin/vmservice/client/web/index.html
@@ -2,11 +2,11 @@
<head>
<meta charset="utf-8">
<title>Dart VM Observatory</title>
+ <link rel="import" href="packages/polymer/polymer.html">
<link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css">
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
- <script src="packages/browser/interop.js"></script>
<link rel="import" href="packages/observatory/elements.html">
- <script type="application/dart" src="main.dart"></script>
+ <script type="application/dart;component=1" src="main.dart"></script>
<script src="packages/browser/dart.js"></script>
</head>
<body>
« no previous file with comments | « runtime/bin/vmservice/client/pubspec.yaml ('k') | runtime/bin/vmservice/client/web/index_devtools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698