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

Side by Side Diff: runtime/bin/vmservice/client/web/index_devtools.html

Issue 443713004: Rename vmservice/client to vmservice/observatory to match package name. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/bin/vmservice/client/web/index.html ('k') | runtime/bin/vmservice/client/web/main.dart » ('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 <head>
3 <title>Dart VM Observatory</title>
4 <meta charset="utf-8">
5 <script src="packages/web_components/platform.js"></script>
6 <link rel="import" href="packages/polymer/polymer.html">
7 <script type="text/javascript" src="https://www.google.com/jsapi"></script>
8 <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css" >
9 <link rel="import" href="packages/observatory/elements.html">
10 <script type="application/dart" src="main.dart"></script>
11 <script src="packages/browser/dart.js"></script>
12 </head>
13 <body>
14 <observatory-application devtools="true"></observatory-application>
15 </body>
OLDNEW
« no previous file with comments | « runtime/bin/vmservice/client/web/index.html ('k') | runtime/bin/vmservice/client/web/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698