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

Side by Side Diff: runtime/bin/vmservice/observatory/lib/src/elements/heap_map.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-map" extends="observatory-element"> 6 <polymer-element name="heap-map" 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 .hover { 10 .hover {
(...skipping 21 matching lines...) Expand all
32 <div class="spacer"> 32 <div class="spacer">
33 <!-- Make sure no data is covered by hover bar initially --> 33 <!-- Make sure no data is covered by hover bar initially -->
34 </div> 34 </div>
35 <div class="flex-row"> 35 <div class="flex-row">
36 <canvas id="fragmentation" width="1px" height="1px"></canvas> 36 <canvas id="fragmentation" width="1px" height="1px"></canvas>
37 </div> 37 </div>
38 </template> 38 </template>
39 </polymer-element> 39 </polymer-element>
40 40
41 <script type="application/dart" src="heap_map.dart"></script> 41 <script type="application/dart" src="heap_map.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698