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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'lib/src/elements/css/shared.css', | 145 'lib/src/elements/css/shared.css', |
146 'lib/src/elements/img/chromium_icon.png', | 146 'lib/src/elements/img/chromium_icon.png', |
147 'lib/src/elements/img/dart_icon.png', | 147 'lib/src/elements/img/dart_icon.png', |
148 'lib/src/elements/img/isolate_icon.png', | 148 'lib/src/elements/img/isolate_icon.png', |
149 'lib/src/service/object.dart', | 149 'lib/src/service/object.dart', |
150 'lib/tracer.dart', | 150 'lib/tracer.dart', |
151 'lib/utils.dart', | 151 'lib/utils.dart', |
152 'web/index.html', | 152 'web/index.html', |
153 'web/main.dart', | 153 'web/main.dart', |
154 'web/favicon.ico', | 154 'web/favicon.ico', |
| 155 'web/third_party/trace_viewer_full.html', |
| 156 'web/timeline.js', |
| 157 'web/timeline.html', |
155 ], | 158 ], |
156 } | 159 } |
OLD | NEW |