| OLD | NEW |
| 1 # Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file |
| 2 # 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 |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # This file contains all dart, css, and html sources for Observatory. | 5 # This file contains all dart, css, and html sources for Observatory. |
| 6 { | 6 { |
| 7 'sources': [ | 7 'sources': [ |
| 8 'lib/app.dart', | 8 'lib/app.dart', |
| 9 'lib/base64.dart', | 9 'lib/base64.dart', |
| 10 'lib/cli.dart', | 10 'lib/cli.dart', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 'lib/src/elements/isolate_summary.dart', | 96 'lib/src/elements/isolate_summary.dart', |
| 97 'lib/src/elements/isolate_summary.html', | 97 'lib/src/elements/isolate_summary.html', |
| 98 'lib/src/elements/isolate_view.dart', | 98 'lib/src/elements/isolate_view.dart', |
| 99 'lib/src/elements/isolate_view.html', | 99 'lib/src/elements/isolate_view.html', |
| 100 'lib/src/elements/json_view.dart', | 100 'lib/src/elements/json_view.dart', |
| 101 'lib/src/elements/json_view.html', | 101 'lib/src/elements/json_view.html', |
| 102 'lib/src/elements/library_ref.dart', | 102 'lib/src/elements/library_ref.dart', |
| 103 'lib/src/elements/library_ref.html', | 103 'lib/src/elements/library_ref.html', |
| 104 'lib/src/elements/library_view.dart', | 104 'lib/src/elements/library_view.dart', |
| 105 'lib/src/elements/library_view.html', | 105 'lib/src/elements/library_view.html', |
| 106 'lib/src/elements/logging.dart', |
| 107 'lib/src/elements/logging.html', |
| 106 'lib/src/elements/metrics.dart', | 108 'lib/src/elements/metrics.dart', |
| 107 'lib/src/elements/metrics.html', | 109 'lib/src/elements/metrics.html', |
| 108 'lib/src/elements/nav_bar.dart', | 110 'lib/src/elements/nav_bar.dart', |
| 109 'lib/src/elements/nav_bar.html', | 111 'lib/src/elements/nav_bar.html', |
| 110 'lib/src/elements/object_common.dart', | 112 'lib/src/elements/object_common.dart', |
| 111 'lib/src/elements/object_common.html', | 113 'lib/src/elements/object_common.html', |
| 112 'lib/src/elements/object_view.dart', | 114 'lib/src/elements/object_view.dart', |
| 113 'lib/src/elements/object_view.html', | 115 'lib/src/elements/object_view.html', |
| 114 'lib/src/elements/objectpool_view.dart', | 116 'lib/src/elements/objectpool_view.dart', |
| 115 'lib/src/elements/objectpool_view.html', | 117 'lib/src/elements/objectpool_view.html', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 144 'lib/src/elements/img/dart_icon.png', | 146 'lib/src/elements/img/dart_icon.png', |
| 145 'lib/src/elements/img/isolate_icon.png', | 147 'lib/src/elements/img/isolate_icon.png', |
| 146 'lib/src/service/object.dart', | 148 'lib/src/service/object.dart', |
| 147 'lib/tracer.dart', | 149 'lib/tracer.dart', |
| 148 'lib/utils.dart', | 150 'lib/utils.dart', |
| 149 'web/index.html', | 151 'web/index.html', |
| 150 'web/main.dart', | 152 'web/main.dart', |
| 151 'web/favicon.ico', | 153 'web/favicon.ico', |
| 152 ], | 154 ], |
| 153 } | 155 } |
| OLD | NEW |