| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'lib/src/elements/heap_profile.dart', | 76 'lib/src/elements/heap_profile.dart', |
| 77 'lib/src/elements/heap_profile.html', | 77 'lib/src/elements/heap_profile.html', |
| 78 'lib/src/elements/inbound_reference.dart', | 78 'lib/src/elements/inbound_reference.dart', |
| 79 'lib/src/elements/inbound_reference.html', | 79 'lib/src/elements/inbound_reference.html', |
| 80 'lib/src/elements/instance_ref.dart', | 80 'lib/src/elements/instance_ref.dart', |
| 81 'lib/src/elements/instance_ref.html', | 81 'lib/src/elements/instance_ref.html', |
| 82 'lib/src/elements/instance_view.dart', | 82 'lib/src/elements/instance_view.dart', |
| 83 'lib/src/elements/instance_view.html', | 83 'lib/src/elements/instance_view.html', |
| 84 'lib/src/elements/io_view.dart', | 84 'lib/src/elements/io_view.dart', |
| 85 'lib/src/elements/io_view.html', | 85 'lib/src/elements/io_view.html', |
| 86 'lib/src/elements/isolate_reconnect.dart', |
| 87 'lib/src/elements/isolate_reconnect.html', |
| 86 'lib/src/elements/isolate_ref.dart', | 88 'lib/src/elements/isolate_ref.dart', |
| 87 'lib/src/elements/isolate_ref.html', | 89 'lib/src/elements/isolate_ref.html', |
| 88 'lib/src/elements/isolate_summary.dart', | 90 'lib/src/elements/isolate_summary.dart', |
| 89 'lib/src/elements/isolate_summary.html', | 91 'lib/src/elements/isolate_summary.html', |
| 90 'lib/src/elements/isolate_view.dart', | 92 'lib/src/elements/isolate_view.dart', |
| 91 'lib/src/elements/isolate_view.html', | 93 'lib/src/elements/isolate_view.html', |
| 92 'lib/src/elements/json_view.dart', | 94 'lib/src/elements/json_view.dart', |
| 93 'lib/src/elements/json_view.html', | 95 'lib/src/elements/json_view.html', |
| 94 'lib/src/elements/library_ref.dart', | 96 'lib/src/elements/library_ref.dart', |
| 95 'lib/src/elements/library_ref.html', | 97 'lib/src/elements/library_ref.html', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 'lib/src/elements/img/chromium_icon.png', | 135 'lib/src/elements/img/chromium_icon.png', |
| 134 'lib/src/elements/img/dart_icon.png', | 136 'lib/src/elements/img/dart_icon.png', |
| 135 'lib/src/elements/img/isolate_icon.png', | 137 'lib/src/elements/img/isolate_icon.png', |
| 136 'lib/src/service/object.dart', | 138 'lib/src/service/object.dart', |
| 137 'lib/tracer.dart', | 139 'lib/tracer.dart', |
| 138 'lib/utils.dart', | 140 'lib/utils.dart', |
| 139 'web/index.html', | 141 'web/index.html', |
| 140 'web/main.dart', | 142 'web/main.dart', |
| 141 'web/favicon.ico', | 143 'web/favicon.ico', |
| 142 ], | 144 ], |
| 143 } | 145 } |
| OLD | NEW |