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

Side by Side Diff: runtime/bin/vmservice/observatory/lib/src/elements/context_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="class_ref.html"> 2 <link rel="import" href="class_ref.html">
3 <link rel="import" href="field_ref.html"> 3 <link rel="import" href="field_ref.html">
4 <link rel="import" href="function_ref.html"> 4 <link rel="import" href="function_ref.html">
5 <link rel="import" href="instance_ref.html"> 5 <link rel="import" href="instance_ref.html">
6 <link rel="import" href="observatory_element.html"> 6 <link rel="import" href="observatory_element.html">
7 <link rel="import" href="nav_bar.html"> 7 <link rel="import" href="nav_bar.html">
8 <link rel="import" href="object_common.html"> 8 <link rel="import" href="object_common.html">
9 <link rel="import" href="context_ref.html"> 9 <link rel="import" href="context_ref.html">
10 10
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 </div> 60 </div>
61 61
62 <br><br><br><br> 62 <br><br><br><br>
63 <br><br><br><br> 63 <br><br><br><br>
64 64
65 </template> 65 </template>
66 </template> 66 </template>
67 </polymer-element> 67 </polymer-element>
68 68
69 <script type="application/dart" src="context_view.dart"></script> 69 <script type="application/dart" src="context_view.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698