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

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

Issue 199633007: Switch to using pub build instead of custom build_.dart script (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: runtime/bin/vmservice/client/deployed/web/index.html
diff --git a/runtime/bin/vmservice/client/deployed/web/index.html b/runtime/bin/vmservice/client/deployed/web/index.html
index ac7fefd9e8546fa590024260f8da3cdb72229bb8..f024c58fef53f82bc55967469ba6ce837ad417ae 100644
--- a/runtime/bin/vmservice/client/deployed/web/index.html
+++ b/runtime/bin/vmservice/client/deployed/web/index.html
@@ -1,12 +1,12 @@
-<!DOCTYPE html><html><head>
-
+<!DOCTYPE html><html><head><script src="packages/shadow_dom/shadow_dom.debug.js"></script>
+<script src="packages/custom_element/custom-elements.debug.js"></script>
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="bootstrap_css/css/bootstrap.min.css">
<title>Dart VM Observatory</title>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
-
+ <script src="packages/browser/interop.js"></script>
<script src="index.html_bootstrap.dart.js"></script>
@@ -890,7 +890,7 @@
<template>
<div class="row">
<div class="col-md-1">
- <img src="img/isolate_icon.png" class="img-polaroid">
+ <img src="packages/observatory/src/elements/img/isolate_icon.png" class="img-polaroid">
</div>
<div class="col-md-1">{{ isolate.mainPort }}</div>
« no previous file with comments | « runtime/bin/vmservice/client/deployed/web/.gitignore ('k') | runtime/bin/vmservice/client/deployed/web/index_devtools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698