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_ref.dart', | |
109 'lib/src/elements/objectstore_ref.html', | |
110 'lib/src/elements/objectstore_view.dart', | |
111 'lib/src/elements/objectstore_view.html', | |
112 'lib/src/elements/logging.dart', | 108 'lib/src/elements/logging.dart', |
113 'lib/src/elements/logging.html', | 109 'lib/src/elements/logging.html', |
114 'lib/src/elements/megamorphiccache_view.dart', | 110 'lib/src/elements/megamorphiccache_view.dart', |
115 'lib/src/elements/megamorphiccache_view.html', | 111 'lib/src/elements/megamorphiccache_view.html', |
116 'lib/src/elements/metrics.dart', | 112 'lib/src/elements/metrics.dart', |
117 'lib/src/elements/metrics.html', | 113 'lib/src/elements/metrics.html', |
118 'lib/src/elements/nav_bar.dart', | 114 'lib/src/elements/nav_bar.dart', |
119 'lib/src/elements/nav_bar.html', | 115 'lib/src/elements/nav_bar.html', |
120 'lib/src/elements/object_common.dart', | 116 'lib/src/elements/object_common.dart', |
121 'lib/src/elements/object_common.html', | 117 'lib/src/elements/object_common.html', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'lib/utils.dart', | 154 'lib/utils.dart', |
159 'web/favicon.ico', | 155 'web/favicon.ico', |
160 'web/index.html', | 156 'web/index.html', |
161 'web/main.dart', | 157 'web/main.dart', |
162 'web/third_party/trace_viewer_full.html', | 158 'web/third_party/trace_viewer_full.html', |
163 'web/timeline.html', | 159 'web/timeline.html', |
164 'web/timeline.js', | 160 'web/timeline.js', |
165 'web/timeline_message_handler.js', | 161 'web/timeline_message_handler.js', |
166 ], | 162 ], |
167 } | 163 } |
OLD | NEW |