| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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/allocation_profile.dart', | 8 'lib/allocation_profile.dart', |
| 9 'lib/app.dart', | 9 'lib/app.dart', |
| 10 'lib/cli.dart', | 10 'lib/cli.dart', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'lib/src/models/objects/objectstore.dart', | 166 'lib/src/models/objects/objectstore.dart', |
| 167 'lib/src/models/objects/pc_descriptors.dart', | 167 'lib/src/models/objects/pc_descriptors.dart', |
| 168 'lib/src/models/objects/persistent_handles.dart', | 168 'lib/src/models/objects/persistent_handles.dart', |
| 169 'lib/src/models/objects/ports.dart', | 169 'lib/src/models/objects/ports.dart', |
| 170 'lib/src/models/objects/retaining_path.dart', | 170 'lib/src/models/objects/retaining_path.dart', |
| 171 'lib/src/models/objects/sample_profile.dart', | 171 'lib/src/models/objects/sample_profile.dart', |
| 172 'lib/src/models/objects/script.dart', | 172 'lib/src/models/objects/script.dart', |
| 173 'lib/src/models/objects/sentinel.dart', | 173 'lib/src/models/objects/sentinel.dart', |
| 174 'lib/src/models/objects/source_location.dart', | 174 'lib/src/models/objects/source_location.dart', |
| 175 'lib/src/models/objects/target.dart', | 175 'lib/src/models/objects/target.dart', |
| 176 'lib/src/models/objects/thread.dart', |
| 176 'lib/src/models/objects/timeline_event.dart', | 177 'lib/src/models/objects/timeline_event.dart', |
| 177 'lib/src/models/objects/token_stream.dart', | 178 'lib/src/models/objects/token_stream.dart', |
| 178 'lib/src/models/objects/type_arguments.dart', | 179 'lib/src/models/objects/type_arguments.dart', |
| 179 'lib/src/models/objects/unknown.dart', | 180 'lib/src/models/objects/unknown.dart', |
| 180 'lib/src/models/objects/vm.dart', | 181 'lib/src/models/objects/vm.dart', |
| 182 'lib/src/models/objects/zone.dart', |
| 181 'lib/src/models/repositories/allocation_profile.dart', | 183 'lib/src/models/repositories/allocation_profile.dart', |
| 182 'lib/src/models/repositories/breakpoint.dart', | 184 'lib/src/models/repositories/breakpoint.dart', |
| 183 'lib/src/models/repositories/class.dart', | 185 'lib/src/models/repositories/class.dart', |
| 184 'lib/src/models/repositories/context.dart', | 186 'lib/src/models/repositories/context.dart', |
| 185 'lib/src/models/repositories/eval.dart', | 187 'lib/src/models/repositories/eval.dart', |
| 186 'lib/src/models/repositories/event.dart', | 188 'lib/src/models/repositories/event.dart', |
| 187 'lib/src/models/repositories/field.dart', | 189 'lib/src/models/repositories/field.dart', |
| 188 'lib/src/models/repositories/flag.dart', | 190 'lib/src/models/repositories/flag.dart', |
| 189 'lib/src/models/repositories/function.dart', | 191 'lib/src/models/repositories/function.dart', |
| 190 'lib/src/models/repositories/heap_snapshot.dart', | 192 'lib/src/models/repositories/heap_snapshot.dart', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 'lib/utils.dart', | 250 'lib/utils.dart', |
| 249 'web/favicon.ico', | 251 'web/favicon.ico', |
| 250 'web/index.html', | 252 'web/index.html', |
| 251 'web/main.dart', | 253 'web/main.dart', |
| 252 'web/third_party/trace_viewer_full.html', | 254 'web/third_party/trace_viewer_full.html', |
| 253 'web/timeline.html', | 255 'web/timeline.html', |
| 254 'web/timeline.js', | 256 'web/timeline.js', |
| 255 'web/timeline_message_handler.js', | 257 'web/timeline_message_handler.js', |
| 256 ] | 258 ] |
| 257 } | 259 } |
| OLD | NEW |