| 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';
|
|
|