| Index: runtime/bin/vmservice/client/lib/service.dart
|
| diff --git a/runtime/bin/vmservice/client/lib/service.dart b/runtime/bin/vmservice/client/lib/service.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ec961a336374bafa5388749eada5ebed8494b17b
|
| --- /dev/null
|
| +++ b/runtime/bin/vmservice/client/lib/service.dart
|
| @@ -0,0 +1,17 @@
|
| +// 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 service;
|
| +
|
| +import 'dart:async';
|
| +import 'dart:convert';
|
| +import 'dart:html';
|
| +
|
| +import 'package:logging/logging.dart';
|
| +import 'package:polymer/polymer.dart';
|
| +
|
| +part 'src/service/cache.dart';
|
| +part 'src/service/object.dart';
|
| +part 'src/service/service.dart';
|
| +part 'src/service/vm.dart';
|
|
|