| OLD | NEW |
| 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 1 # for details. All rights reserved. Use of this source code is governed by a | 2 # 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 # BSD-style license that can be found in the LICENSE file. |
| 3 | 4 |
| 4 # This file contains all sources for the Resources table. | 5 # This file contains all sources for the Resources table. |
| 5 { | 6 { |
| 6 'sources': [ | 7 'sources': [ |
| 7 # VM Service backend sources | 8 # Standalone VM service sources. |
| 8 'vmservice/client.dart', | |
| 9 'vmservice/constants.dart', | |
| 10 'vmservice/resources.dart', | 9 'vmservice/resources.dart', |
| 11 'vmservice/running_isolate.dart', | |
| 12 'vmservice/running_isolates.dart', | |
| 13 'vmservice/server.dart', | 10 'vmservice/server.dart', |
| 14 'vmservice/message.dart', | |
| 15 'vmservice/message_router.dart', | |
| 16 'vmservice/vmservice.dart', | |
| 17 'vmservice/vmservice_io.dart', | 11 'vmservice/vmservice_io.dart', |
| 18 # VM Service frontend sources | 12 # Standalone VM frontend resources. |
| 19 'vmservice/client/deployed/web/index.html', | 13 'vmservice/client/deployed/web/index.html', |
| 20 'vmservice/client/deployed/web/favicon.ico', | 14 'vmservice/client/deployed/web/favicon.ico', |
| 21 'vmservice/client/deployed/web/index.html_bootstrap.dart.js', | 15 'vmservice/client/deployed/web/index.html_bootstrap.dart.js', |
| 22 'vmservice/client/deployed/web/img/isolate_icon.png', | 16 'vmservice/client/deployed/web/img/isolate_icon.png', |
| 23 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu
lar.ttf', | 17 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu
lar.ttf', |
| 24 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu
lar.svg', | 18 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu
lar.svg', |
| 25 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu
lar.eot', | 19 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu
lar.eot', |
| 26 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu
lar.woff', | 20 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu
lar.woff', |
| 27 'vmservice/client/deployed/web/bootstrap_css/css/bootstrap.min.css', | 21 'vmservice/client/deployed/web/bootstrap_css/css/bootstrap.min.css', |
| 28 ], | 22 ], |
| 29 } | 23 } |
| 30 | 24 |
| OLD | NEW |