| OLD | NEW |
| (Empty) | |
| 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. |
| 3 |
| 4 # This file contains all sources for the Resources table. |
| 5 # TODO(johnmccutchan): Move these sources into dart/runtime. Issue #15450 |
| 6 { |
| 7 'sources': [ |
| 8 # VM Service backend sources |
| 9 '../../../../../../dart/runtime/bin/vmservice/constants.dart', |
| 10 '../../../../../../dart/runtime/bin/vmservice/resources.dart', |
| 11 '../../../../../../dart/runtime/bin/vmservice/running_isolate.dart', |
| 12 '../../../../../../dart/runtime/bin/vmservice/running_isolates.dart', |
| 13 '../../../../../../dart/runtime/bin/vmservice/server.dart', |
| 14 '../../../../../../dart/runtime/bin/vmservice/service_request.dart', |
| 15 '../../../../../../dart/runtime/bin/vmservice/service_request_router.dart', |
| 16 '../../../../../../dart/runtime/bin/vmservice/vmservice.dart', |
| 17 '../../../../../../dart/runtime/bin/vmservice/vmservice_dartium.dart', |
| 18 ], |
| 19 } |
| 20 |
| OLD | NEW |