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

Unified Diff: runtime/bin/vmservice/client/lib/app.dart

Issue 192443004: Complete the switch to ServiceObject (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | « no previous file | runtime/bin/vmservice/client/lib/elements.dart » ('j') | runtime/vm/json_stream.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/lib/app.dart
diff --git a/runtime/bin/vmservice/client/lib/app.dart b/runtime/bin/vmservice/client/lib/app.dart
index 912e60ce4824a15932bbbf6874fa1023bedd424f..210b048ca980e5841c887b35f412a935f13aec4f 100644
--- a/runtime/bin/vmservice/client/lib/app.dart
+++ b/runtime/bin/vmservice/client/lib/app.dart
@@ -1,18 +1,18 @@
+// Copyright (c) 2014, 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 app;
import 'dart:async';
-import 'dart:convert';
import 'dart:html';
import 'dart:js';
import 'package:logging/logging.dart';
+import 'package:observatory/service_html.dart';
import 'package:polymer/polymer.dart';
part 'src/app/application.dart';
part 'src/app/chart.dart';
-part 'src/app/isolate.dart';
part 'src/app/location_manager.dart';
-part 'src/app/model.dart';
-part 'src/app/service.dart';
part 'src/app/view_model.dart';
-part 'src/app/vm.dart';
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/lib/elements.dart » ('j') | runtime/vm/json_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698