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

Unified Diff: runtime/observatory/lib/src/elements/isolate_summary.dart

Issue 2304463002: Converted Observatory vm-view && isolate-view elements (Closed)
Patch Set: Fixed typo Created 4 years, 3 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
Index: runtime/observatory/lib/src/elements/isolate_summary.dart
diff --git a/runtime/observatory/lib/src/elements/isolate_summary.dart b/runtime/observatory/lib/src/elements/isolate_summary.dart
deleted file mode 100644
index b41befdf38621a9bc06e726b1c3fc8621f660fe8..0000000000000000000000000000000000000000
--- a/runtime/observatory/lib/src/elements/isolate_summary.dart
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-library isolate_summary_element;
-
-import 'observatory_element.dart';
-import 'package:observatory/service.dart';
-import 'package:polymer/polymer.dart';
-
-@CustomTag('isolate-summary')
-class IsolateSummaryElement extends ObservatoryElement {
- IsolateSummaryElement.created() : super.created();
-
- @published Isolate isolate;
-}
-
-@CustomTag('isolate-run-state')
-class IsolateRunStateElement extends ObservatoryElement {
- IsolateRunStateElement.created() : super.created();
-
- @published Isolate isolate;
-}
-
-@CustomTag('isolate-location')
-class IsolateLocationElement extends ObservatoryElement {
- IsolateLocationElement.created() : super.created();
-
- @published Isolate isolate;
-}
« no previous file with comments | « runtime/observatory/lib/src/elements/isolate/summary.dart ('k') | runtime/observatory/lib/src/elements/isolate_summary.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698