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

Side by Side Diff: runtime/bin/vmservice/observatory/lib/src/elements/isolate_profile.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="code_ref.html"> 2 <link rel="import" href="code_ref.html">
3 <link rel="import" href="function_ref.html"> 3 <link rel="import" href="function_ref.html">
4 <link rel="import" href="nav_bar.html"> 4 <link rel="import" href="nav_bar.html">
5 <link rel="import" href="observatory_element.html"> 5 <link rel="import" href="observatory_element.html">
6 <link rel="import" href="sliding_checkbox.html"> 6 <link rel="import" href="sliding_checkbox.html">
7 7
8 <polymer-element name="isolate-profile" extends="observatory-element"> 8 <polymer-element name="isolate-profile" extends="observatory-element">
9 <template> 9 <template>
10 <link rel="stylesheet" href="css/shared.css"> 10 <link rel="stylesheet" href="css/shared.css">
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 </div> 183 </div>
184 </td> 184 </td>
185 </tr> 185 </tr>
186 </tbody> 186 </tbody>
187 </table> 187 </table>
188 </div> 188 </div>
189 </template> 189 </template>
190 </polymer-element> 190 </polymer-element>
191 191
192 <script type="application/dart" src="isolate_profile.dart"></script> 192 <script type="application/dart" src="isolate_profile.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698