OLD | NEW |
1 # for details. All rights reserved. Use of this source code is governed by a | 1 # for details. All rights reserved. Use of this source code is governed by a |
2 # BSD-style license that can be found in the LICENSE file. | 2 # BSD-style license that can be found in the LICENSE file. |
3 | 3 |
4 # This file contains all sources for the Resources table. | 4 # This file contains all sources for the Resources table. |
5 { | 5 { |
6 'sources': [ | 6 'sources': [ |
| 7 'vmservice/constants.dart', |
| 8 'vmservice/resources.dart', |
| 9 'vmservice/running_isolate.dart', |
| 10 'vmservice/running_isolates.dart', |
| 11 'vmservice/server.dart', |
| 12 'vmservice/service_request.dart', |
| 13 'vmservice/service_request_router.dart', |
7 'vmservice/vmservice.dart', | 14 'vmservice/vmservice.dart', |
| 15 'vmservice/vmservice_io.dart', |
8 ], | 16 ], |
9 } | 17 } |
OLD | NEW |