| 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 29 matching lines...) Expand all Loading... |
| 40 'lib/src/elements/class_instances.dart', | 40 'lib/src/elements/class_instances.dart', |
| 41 'lib/src/elements/class_ref.dart', | 41 'lib/src/elements/class_ref.dart', |
| 42 'lib/src/elements/class_ref_as_value.dart', | 42 'lib/src/elements/class_ref_as_value.dart', |
| 43 'lib/src/elements/class_ref_as_value.html', | 43 'lib/src/elements/class_ref_as_value.html', |
| 44 'lib/src/elements/class_ref_wrapper.dart', | 44 'lib/src/elements/class_ref_wrapper.dart', |
| 45 'lib/src/elements/class_tree.dart', | 45 'lib/src/elements/class_tree.dart', |
| 46 'lib/src/elements/class_view.dart', | 46 'lib/src/elements/class_view.dart', |
| 47 'lib/src/elements/code_ref.dart', | 47 'lib/src/elements/code_ref.dart', |
| 48 'lib/src/elements/code_ref_wrapper.dart', | 48 'lib/src/elements/code_ref_wrapper.dart', |
| 49 'lib/src/elements/code_view.dart', | 49 'lib/src/elements/code_view.dart', |
| 50 'lib/src/elements/code_view.html', | |
| 51 'lib/src/elements/containers/virtual_collection.dart', | 50 'lib/src/elements/containers/virtual_collection.dart', |
| 52 'lib/src/elements/containers/virtual_tree.dart', | 51 'lib/src/elements/containers/virtual_tree.dart', |
| 53 'lib/src/elements/context_ref.dart', | 52 'lib/src/elements/context_ref.dart', |
| 54 'lib/src/elements/context_ref_wrapper.dart', | 53 'lib/src/elements/context_ref_wrapper.dart', |
| 55 'lib/src/elements/context_view.dart', | 54 'lib/src/elements/context_view.dart', |
| 56 'lib/src/elements/cpu_profile.dart', | 55 'lib/src/elements/cpu_profile.dart', |
| 57 'lib/src/elements/cpu_profile/virtual_tree.dart', | 56 'lib/src/elements/cpu_profile/virtual_tree.dart', |
| 58 'lib/src/elements/cpu_profile_table.dart', | 57 'lib/src/elements/cpu_profile_table.dart', |
| 59 'lib/src/elements/css/shared.css', | 58 'lib/src/elements/css/shared.css', |
| 60 'lib/src/elements/curly_block.dart', | 59 'lib/src/elements/curly_block.dart', |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'lib/utils.dart', | 286 'lib/utils.dart', |
| 288 'web/favicon.ico', | 287 'web/favicon.ico', |
| 289 'web/index.html', | 288 'web/index.html', |
| 290 'web/main.dart', | 289 'web/main.dart', |
| 291 'web/third_party/trace_viewer_full.html', | 290 'web/third_party/trace_viewer_full.html', |
| 292 'web/timeline.html', | 291 'web/timeline.html', |
| 293 'web/timeline.js', | 292 'web/timeline.js', |
| 294 'web/timeline_message_handler.js', | 293 'web/timeline_message_handler.js', |
| 295 ] | 294 ] |
| 296 } | 295 } |
| OLD | NEW |