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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'lib/src/elements/objectstore_view.dart', | 111 'lib/src/elements/objectstore_view.dart', |
112 'lib/src/elements/objectstore_view.html', | 112 'lib/src/elements/objectstore_view.html', |
113 'lib/src/elements/logging.dart', | 113 'lib/src/elements/logging.dart', |
114 'lib/src/elements/logging.html', | 114 'lib/src/elements/logging.html', |
115 'lib/src/elements/megamorphiccache_view.dart', | 115 'lib/src/elements/megamorphiccache_view.dart', |
116 'lib/src/elements/megamorphiccache_view.html', | 116 'lib/src/elements/megamorphiccache_view.html', |
117 'lib/src/elements/metrics.dart', | 117 'lib/src/elements/metrics.dart', |
118 'lib/src/elements/metrics.html', | 118 'lib/src/elements/metrics.html', |
119 'lib/src/elements/nav_bar.dart', | 119 'lib/src/elements/nav_bar.dart', |
120 'lib/src/elements/nav_bar.html', | 120 'lib/src/elements/nav_bar.html', |
| 121 'lib/src/elements/nav/menu.dart', |
| 122 'lib/src/elements/nav/menu_wrapper.dart', |
121 'lib/src/elements/object_common.dart', | 123 'lib/src/elements/object_common.dart', |
122 'lib/src/elements/object_common.html', | 124 'lib/src/elements/object_common.html', |
123 'lib/src/elements/object_view.dart', | 125 'lib/src/elements/object_view.dart', |
124 'lib/src/elements/object_view.html', | 126 'lib/src/elements/object_view.html', |
125 'lib/src/elements/objectpool_view.dart', | 127 'lib/src/elements/objectpool_view.dart', |
126 'lib/src/elements/objectpool_view.html', | 128 'lib/src/elements/objectpool_view.html', |
127 'lib/src/elements/observatory_application.dart', | 129 'lib/src/elements/observatory_application.dart', |
128 'lib/src/elements/observatory_application.html', | 130 'lib/src/elements/observatory_application.html', |
129 'lib/src/elements/observatory_element.dart', | 131 'lib/src/elements/observatory_element.dart', |
130 'lib/src/elements/observatory_element.html', | 132 'lib/src/elements/observatory_element.html', |
(...skipping 28 matching lines...) Expand all Loading... |
159 'lib/utils.dart', | 161 'lib/utils.dart', |
160 'web/favicon.ico', | 162 'web/favicon.ico', |
161 'web/index.html', | 163 'web/index.html', |
162 'web/main.dart', | 164 'web/main.dart', |
163 'web/third_party/trace_viewer_full.html', | 165 'web/third_party/trace_viewer_full.html', |
164 'web/timeline.html', | 166 'web/timeline.html', |
165 'web/timeline.js', | 167 'web/timeline.js', |
166 'web/timeline_message_handler.js', | 168 'web/timeline_message_handler.js', |
167 ], | 169 ], |
168 } | 170 } |
OLD | NEW |