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

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

Issue 148153007: Add Google Charts to Observatory and use it in allocation profiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/web/index_devtools.html
diff --git a/runtime/bin/vmservice/client/web/index_devtools.html b/runtime/bin/vmservice/client/web/index_devtools.html
index 25a8678ea5d829998a0e43c3eb31dfad6d11a81d..b38a2b233ad0e6b4a9a8280892294ed80ed1e2bc 100644
--- a/runtime/bin/vmservice/client/web/index_devtools.html
+++ b/runtime/bin/vmservice/client/web/index_devtools.html
@@ -2,10 +2,12 @@
<head>
<title>Dart VM Observatory</title>
<meta charset="utf-8">
- <link type="text/css" rel="stylesheet"
+ <link type="text/css" rel="stylesheet"
href="bootstrap_css/css/bootstrap.min.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/observatory_elements.html">
- <script type="application/dart">export 'package:polymer/init.dart';</script>
+ <script type="application/dart" src="main.dart"></script>
<script src="packages/browser/dart.js"></script>
</head>
<body>
« 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