| 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', | |
| 10 'lib/cli.dart', | 9 'lib/cli.dart', |
| 11 'lib/cpu_profile.dart', | 10 'lib/cpu_profile.dart', |
| 12 'lib/debugger.dart', | 11 'lib/debugger.dart', |
| 13 'lib/elements.dart', | 12 'lib/elements.dart', |
| 14 'lib/elements.html', | 13 'lib/elements.html', |
| 15 'lib/object_graph.dart', | 14 'lib/object_graph.dart', |
| 16 'lib/service.dart', | 15 'lib/service.dart', |
| 17 'lib/service_common.dart', | 16 'lib/service_common.dart', |
| 18 'lib/service_io.dart', | 17 'lib/service_io.dart', |
| 19 'lib/service_html.dart', | 18 'lib/service_html.dart', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'lib/tracer.dart', | 151 'lib/tracer.dart', |
| 153 'lib/utils.dart', | 152 'lib/utils.dart', |
| 154 'web/index.html', | 153 'web/index.html', |
| 155 'web/main.dart', | 154 'web/main.dart', |
| 156 'web/favicon.ico', | 155 'web/favicon.ico', |
| 157 'web/third_party/trace_viewer_full.html', | 156 'web/third_party/trace_viewer_full.html', |
| 158 'web/timeline.js', | 157 'web/timeline.js', |
| 159 'web/timeline.html', | 158 'web/timeline.html', |
| 160 ], | 159 ], |
| 161 } | 160 } |
| OLD | NEW |