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

Unified Diff: runtime/bin/vmservice/client/lib/src/observatory_elements/source_view.html

Issue 143973005: Code coverage in Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/observatory_elements/source_view.dart ('k') | runtime/vm/coverage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/lib/src/observatory_elements/source_view.html
diff --git a/runtime/bin/vmservice/client/lib/src/observatory_elements/source_view.html b/runtime/bin/vmservice/client/lib/src/observatory_elements/source_view.html
deleted file mode 100644
index 38f316070f0f247c23989a269d1099f29f581b2b..0000000000000000000000000000000000000000
--- a/runtime/bin/vmservice/client/lib/src/observatory_elements/source_view.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<head>
- <link rel="import" href="observatory_element.html">
-</head>
-<polymer-element name="source-view" extends="observatory-element">
- <template>
- <div class="row">
- <div class="col-md-8 col-md-offset-2">
- <div class="panel-heading">{{ source.url }}</div>
- <div class="panel-body">
- <div class="row">
- <div><strong>Source</strong></div>
- </div>
- <pre>
- <template repeat="{{ line in source.lines }}">{{line.paddedLine}} {{line.src}}
- </template>
- </pre>
- </div>
- </div>
- </div>
- </template>
- <script type="application/dart" src="source_view.dart"></script>
-</polymer-element>
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/observatory_elements/source_view.dart ('k') | runtime/vm/coverage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698