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

Side by Side Diff: runtime/observatory/web/index.html

Issue 839543002: Revert "Build Observatory with runtime" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/observatory/web/favicon.ico ('k') | runtime/observatory/web/index_devtools.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html style="height: 100%">
3 <head>
4 <meta charset="utf-8">
5 <title>Dart VM Observatory</title>
6 <script src="packages/web_components/platform.js"></script>
7 <link rel="import" href="packages/polymer/polymer.html">
8 <script type="text/javascript" src="https://www.google.com/jsapi"></script>
9 <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css" >
10 <link rel="import" href="packages/observatory/elements.html">
11 <script type="application/dart" src="main.dart"></script>
12 <script src="packages/browser/dart.js"></script>
13 </head>
14 <body style="height: 100%">
15 <observatory-application></observatory-application>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « runtime/observatory/web/favicon.ico ('k') | runtime/observatory/web/index_devtools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698