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

Side by Side Diff: runtime/bin/vmservice/observatory/lib/src/elements/service_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="breakpoint_list.html"> 2 <link rel="import" href="breakpoint_list.html">
3 <link rel="import" href="class_view.html"> 3 <link rel="import" href="class_view.html">
4 <link rel="import" href="code_view.html"> 4 <link rel="import" href="code_view.html">
5 <link rel="import" href="context_view.html"> 5 <link rel="import" href="context_view.html">
6 <link rel="import" href="error_view.html"> 6 <link rel="import" href="error_view.html">
7 <link rel="import" href="field_view.html"> 7 <link rel="import" href="field_view.html">
8 <link rel="import" href="function_view.html"> 8 <link rel="import" href="function_view.html">
9 <link rel="import" href="heap_map.html"> 9 <link rel="import" href="heap_map.html">
10 <link rel="import" href="heap_profile.html"> 10 <link rel="import" href="heap_profile.html">
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 </div> 103 </div>
104 </template> 104 </template>
105 </div> 105 </div>
106 </template> 106 </template>
107 </curly-block> 107 </curly-block>
108 </template> 108 </template>
109 </template> 109 </template>
110 </polymer-element> 110 </polymer-element>
111 111
112 <script type="application/dart" src="service_view.dart"></script> 112 <script type="application/dart" src="service_view.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698