| 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/cli.dart', | 9 'lib/cli.dart', |
| 10 'lib/cpu_profile.dart', | 10 'lib/cpu_profile.dart', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'lib/src/elements/isolate_summary.dart', | 98 'lib/src/elements/isolate_summary.dart', |
| 99 'lib/src/elements/isolate_summary.html', | 99 'lib/src/elements/isolate_summary.html', |
| 100 'lib/src/elements/isolate_view.dart', | 100 'lib/src/elements/isolate_view.dart', |
| 101 'lib/src/elements/isolate_view.html', | 101 'lib/src/elements/isolate_view.html', |
| 102 'lib/src/elements/json_view.dart', | 102 'lib/src/elements/json_view.dart', |
| 103 'lib/src/elements/json_view.html', | 103 'lib/src/elements/json_view.html', |
| 104 'lib/src/elements/library_ref.dart', | 104 'lib/src/elements/library_ref.dart', |
| 105 'lib/src/elements/library_ref.html', | 105 'lib/src/elements/library_ref.html', |
| 106 'lib/src/elements/library_view.dart', | 106 'lib/src/elements/library_view.dart', |
| 107 'lib/src/elements/library_view.html', | 107 'lib/src/elements/library_view.html', |
| 108 'lib/src/elements/objectstore_view.dart', |
| 109 'lib/src/elements/objectstore_view.html', |
| 108 'lib/src/elements/logging.dart', | 110 'lib/src/elements/logging.dart', |
| 109 'lib/src/elements/logging.html', | 111 'lib/src/elements/logging.html', |
| 110 'lib/src/elements/megamorphiccache_view.dart', | 112 'lib/src/elements/megamorphiccache_view.dart', |
| 111 'lib/src/elements/megamorphiccache_view.html', | 113 'lib/src/elements/megamorphiccache_view.html', |
| 112 'lib/src/elements/metrics.dart', | 114 'lib/src/elements/metrics.dart', |
| 113 'lib/src/elements/metrics.html', | 115 'lib/src/elements/metrics.html', |
| 114 'lib/src/elements/nav_bar.dart', | 116 'lib/src/elements/nav_bar.dart', |
| 115 'lib/src/elements/nav_bar.html', | 117 'lib/src/elements/nav_bar.html', |
| 116 'lib/src/elements/object_common.dart', | 118 'lib/src/elements/object_common.dart', |
| 117 'lib/src/elements/object_common.html', | 119 'lib/src/elements/object_common.html', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'lib/utils.dart', | 156 'lib/utils.dart', |
| 155 'web/favicon.ico', | 157 'web/favicon.ico', |
| 156 'web/index.html', | 158 'web/index.html', |
| 157 'web/main.dart', | 159 'web/main.dart', |
| 158 'web/third_party/trace_viewer_full.html', | 160 'web/third_party/trace_viewer_full.html', |
| 159 'web/timeline.html', | 161 'web/timeline.html', |
| 160 'web/timeline.js', | 162 'web/timeline.js', |
| 161 'web/timeline_message_handler.js', | 163 'web/timeline_message_handler.js', |
| 162 ], | 164 ], |
| 163 } | 165 } |
| OLD | NEW |