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

Side by Side Diff: runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/heap_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="class_ref.html"> 2 <link rel="import" href="class_ref.html">
3 <link rel="import" href="observatory_element.html"> 3 <link rel="import" href="observatory_element.html">
4 <link rel="import" href="nav_bar.html"> 4 <link rel="import" href="nav_bar.html">
5 5
6 <polymer-element name="heap-profile" extends="observatory-element"> 6 <polymer-element name="heap-profile" extends="observatory-element">
7 <template> 7 <template>
8 <link rel="stylesheet" href="css/shared.css"> 8 <link rel="stylesheet" href="css/shared.css">
9 <style> 9 <style>
10 .table { 10 .table {
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 <tbody id="classTableBody"> 177 <tbody id="classTableBody">
178 </tbody> 178 </tbody>
179 </table> 179 </table>
180 <br><br><br> 180 <br><br><br>
181 <br><br><br> 181 <br><br><br>
182 </div> 182 </div>
183 </template> 183 </template>
184 </polymer-element> 184 </polymer-element>
185 185
186 <script type="application/dart" src="heap_profile.dart"></script> 186 <script type="application/dart" src="heap_profile.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698