blob: f14cae96f06df7a0127aed20bc7af7cd5a218f14 [file] [log] [blame]
# 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.
# This file contains all sources for the Resources table.
{
'sources': [
# VM Service backend sources
'vmservice/constants.dart',
'vmservice/resources.dart',
'vmservice/running_isolate.dart',
'vmservice/running_isolates.dart',
'vmservice/server.dart',
'vmservice/service_request.dart',
'vmservice/service_request_router.dart',
'vmservice/vmservice.dart',
'vmservice/vmservice_io.dart',
# VM Service frontend sources
'vmservice/client/out/web/index.html',
'vmservice/client/out/web/favicon.ico',
'vmservice/client/out/web/index.html_bootstrap.dart.js',
'vmservice/client/out/web/img/isolate_icon.png',
'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.ttf',
'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.svg',
'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.eot',
'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.woff',
'vmservice/client/out/web/bootstrap_css/css/bootstrap.min.css',
],
}