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

Unified Diff: runtime/bin/vmservice/observatory/deployed/web/index_devtools.html

Issue 786053002: Fix build and compile to JS. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years 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/observatory/deployed/web/index_devtools.html
===================================================================
--- runtime/bin/vmservice/observatory/deployed/web/index_devtools.html (revision 42171)
+++ runtime/bin/vmservice/observatory/deployed/web/index_devtools.html (working copy)
@@ -1,7 +1,7 @@
<!DOCTYPE html><html style="height: 100%"><head>
<title>Dart VM Observatory</title>
<meta charset="utf-8">
- <script src="packages/web_components/platform.js"></script>
+ <script src="packages/web_components/webcomponents.min.js"></script>
<script src="packages/web_components/dart_support.js"></script>
@@ -9,7 +9,7 @@
-</head>
+<link rel="stylesheet" type="text/css" href="packages/polymer/src/build/log_injector.css"></head>
<body style="height:100%"><div hidden=""><style shim-shadowdom="">
/*******************************
Flex Layout
@@ -289,7 +289,7 @@
</style>
-<script src="packages/polymer/src/js/polymer/polymer.js"></script>
+<script src="packages/polymer/src/js/polymer/polymer.min.js"></script>
<script>
// TODO(sigmund): remove this script tag (dartbug.com/19650). This empty
@@ -298,7 +298,7 @@
<!-- unminified for debugging:
<link rel="import" href="src/js/polymer/layout.html">
-<script src="src/js/polymer/polymer.concat.js"></script>
+<script src="src/js/polymer/polymer.js"></script>
-->
<script type="text/javascript" src="https://www.google.com/jsapi"></script><link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css">
@@ -4884,4 +4884,4 @@
<observatory-application devtools="true"></observatory-application>
-<script src="index_devtools.html_bootstrap.dart.js" async=""></script></body></html>
+<script type="application/dart" src="index_devtools.html_bootstrap.dart"></script><script src="packages/browser/dart.js"></script></body></html>

Powered by Google App Engine
This is Rietveld 408576698