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

Side by Side Diff: runtime/bin/vmservice/observatory/lib/src/elements/vm_view.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
OLDNEW
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> 1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="curly_block.html"> 2 <link rel="import" href="curly_block.html">
3 <link rel="import" href="eval_box.html"> 3 <link rel="import" href="eval_box.html">
4 <link rel="import" href="function_ref.html"> 4 <link rel="import" href="function_ref.html">
5 <link rel="import" href="isolate_summary.html"> 5 <link rel="import" href="isolate_summary.html">
6 <link rel="import" href="library_ref.html"> 6 <link rel="import" href="library_ref.html">
7 <link rel="import" href="nav_bar.html"> 7 <link rel="import" href="nav_bar.html">
8 <link rel="import" href="observatory_element.html"> 8 <link rel="import" href="observatory_element.html">
9 <link rel="import" href="script_ref.html"> 9 <link rel="import" href="script_ref.html">
10 10
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <li class="list-group-item"> 62 <li class="list-group-item">
63 <isolate-summary isolate="{{ isolate }}"></isolate-summary> 63 <isolate-summary isolate="{{ isolate }}"></isolate-summary>
64 </li> 64 </li>
65 <hr> 65 <hr>
66 </template> 66 </template>
67 </ul> 67 </ul>
68 </template> 68 </template>
69 </polymer-element> 69 </polymer-element>
70 70
71 <script type="application/dart" src="vm_view.dart"></script> 71 <script type="application/dart" src="vm_view.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698