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

Side by Side Diff: runtime/bin/vmservice/observatory/lib/src/elements/object_common.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="class_ref.html"> 2 <link rel="import" href="class_ref.html">
3 <link rel="import" href="error_view.html"> 3 <link rel="import" href="error_view.html">
4 <link rel="import" href="field_ref.html"> 4 <link rel="import" href="field_ref.html">
5 <link rel="import" href="function_ref.html"> 5 <link rel="import" href="function_ref.html">
6 <link rel="import" href="inbound_reference.html"> 6 <link rel="import" href="inbound_reference.html">
7 <link rel="import" href="instance_ref.html"> 7 <link rel="import" href="instance_ref.html">
8 <link rel="import" href="observatory_element.html"> 8 <link rel="import" href="observatory_element.html">
9 <link rel="import" href="nav_bar.html"> 9 <link rel="import" href="nav_bar.html">
10 <link rel="import" href="eval_link.html"> 10 <link rel="import" href="eval_link.html">
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 </template> 100 </template>
101 </template> 101 </template>
102 </div> 102 </div>
103 </div> 103 </div>
104 104
105 </div> 105 </div>
106 </template> 106 </template>
107 </polymer-element> 107 </polymer-element>
108 108
109 <script type="application/dart" src="object_common.dart"></script> 109 <script type="application/dart" src="object_common.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698