Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Side by Side Diff: runtime/bin/resources_sources.gypi

Issue 112223002: WebSocket client for VM service (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | runtime/bin/vmservice/client.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # VM Service backend sources 7 # VM Service backend sources
8 'vmservice/client.dart',
8 'vmservice/constants.dart', 9 'vmservice/constants.dart',
9 'vmservice/resources.dart', 10 'vmservice/resources.dart',
10 'vmservice/running_isolate.dart', 11 'vmservice/running_isolate.dart',
11 'vmservice/running_isolates.dart', 12 'vmservice/running_isolates.dart',
12 'vmservice/server.dart', 13 'vmservice/server.dart',
13 'vmservice/service_request.dart', 14 'vmservice/message.dart',
14 'vmservice/service_request_router.dart', 15 'vmservice/message_router.dart',
15 'vmservice/vmservice.dart', 16 'vmservice/vmservice.dart',
16 'vmservice/vmservice_io.dart', 17 'vmservice/vmservice_io.dart',
17 # VM Service frontend sources 18 # VM Service frontend sources
18 'vmservice/client/deployed/web/index.html', 19 'vmservice/client/deployed/web/index.html',
19 'vmservice/client/deployed/web/favicon.ico', 20 'vmservice/client/deployed/web/favicon.ico',
20 'vmservice/client/deployed/web/index.html_bootstrap.dart.js', 21 'vmservice/client/deployed/web/index.html_bootstrap.dart.js',
21 'vmservice/client/deployed/web/img/isolate_icon.png', 22 'vmservice/client/deployed/web/img/isolate_icon.png',
22 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.ttf', 23 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.ttf',
23 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.svg', 24 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.svg',
24 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.eot', 25 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.eot',
25 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.woff', 26 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.woff',
26 'vmservice/client/deployed/web/bootstrap_css/css/bootstrap.min.css', 27 'vmservice/client/deployed/web/bootstrap_css/css/bootstrap.min.css',
27 ], 28 ],
28 } 29 }
29 30
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/vmservice/client.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698