1b2f609191
* Renames ServiceRequest to Message * Renames ServiceRequestRouter to MessageRouter * Service now tracks connected clients. * Service responds to "clients" message with list of currently connected clients. * Add WebSocketClient to dart:io service. * WebSocketClient supports sequence 'seq' values. * web socket client test. * Update dartium service for ServiceRequest -> Message rename. R=turnidge@google.com Review URL: https://codereview.chromium.org//112223002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31116 260f80e4-7a28-3924-810f-c04153c831b5
31 lines
1.2 KiB
Python
31 lines
1.2 KiB
Python
# 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/client.dart',
|
|
'vmservice/constants.dart',
|
|
'vmservice/resources.dart',
|
|
'vmservice/running_isolate.dart',
|
|
'vmservice/running_isolates.dart',
|
|
'vmservice/server.dart',
|
|
'vmservice/message.dart',
|
|
'vmservice/message_router.dart',
|
|
'vmservice/vmservice.dart',
|
|
'vmservice/vmservice_io.dart',
|
|
# VM Service frontend sources
|
|
'vmservice/client/deployed/web/index.html',
|
|
'vmservice/client/deployed/web/favicon.ico',
|
|
'vmservice/client/deployed/web/index.html_bootstrap.dart.js',
|
|
'vmservice/client/deployed/web/img/isolate_icon.png',
|
|
'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regular.ttf',
|
|
'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regular.svg',
|
|
'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regular.eot',
|
|
'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regular.woff',
|
|
'vmservice/client/deployed/web/bootstrap_css/css/bootstrap.min.css',
|
|
],
|
|
}
|
|
|