| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'lib/src/elements/field_ref_wrapper.dart', | 72 'lib/src/elements/field_ref_wrapper.dart', |
| 73 'lib/src/elements/field_view.dart', | 73 'lib/src/elements/field_view.dart', |
| 74 'lib/src/elements/field_view.html', | 74 'lib/src/elements/field_view.html', |
| 75 'lib/src/elements/flag_list.dart', | 75 'lib/src/elements/flag_list.dart', |
| 76 'lib/src/elements/function_ref.dart', | 76 'lib/src/elements/function_ref.dart', |
| 77 'lib/src/elements/function_ref_wrapper.dart', | 77 'lib/src/elements/function_ref_wrapper.dart', |
| 78 'lib/src/elements/function_view.dart', | 78 'lib/src/elements/function_view.dart', |
| 79 'lib/src/elements/function_view.html', | 79 'lib/src/elements/function_view.html', |
| 80 'lib/src/elements/general_error.dart', | 80 'lib/src/elements/general_error.dart', |
| 81 'lib/src/elements/heap_map.dart', | 81 'lib/src/elements/heap_map.dart', |
| 82 'lib/src/elements/heap_map.html', | |
| 83 'lib/src/elements/heap_snapshot.dart', | 82 'lib/src/elements/heap_snapshot.dart', |
| 84 'lib/src/elements/helpers/any_ref.dart', | 83 'lib/src/elements/helpers/any_ref.dart', |
| 85 'lib/src/elements/helpers/rendering_queue.dart', | 84 'lib/src/elements/helpers/rendering_queue.dart', |
| 86 'lib/src/elements/helpers/rendering_scheduler.dart', | 85 'lib/src/elements/helpers/rendering_scheduler.dart', |
| 87 'lib/src/elements/helpers/tag.dart', | 86 'lib/src/elements/helpers/tag.dart', |
| 88 'lib/src/elements/helpers/uris.dart', | 87 'lib/src/elements/helpers/uris.dart', |
| 89 'lib/src/elements/icdata_ref.dart', | 88 'lib/src/elements/icdata_ref.dart', |
| 90 'lib/src/elements/icdata_view.dart', | 89 'lib/src/elements/icdata_view.dart', |
| 91 'lib/src/elements/img/chromium_icon.png', | 90 'lib/src/elements/img/chromium_icon.png', |
| 92 'lib/src/elements/img/dart_icon.png', | 91 'lib/src/elements/img/dart_icon.png', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 'lib/utils.dart', | 270 'lib/utils.dart', |
| 272 'web/favicon.ico', | 271 'web/favicon.ico', |
| 273 'web/index.html', | 272 'web/index.html', |
| 274 'web/main.dart', | 273 'web/main.dart', |
| 275 'web/third_party/trace_viewer_full.html', | 274 'web/third_party/trace_viewer_full.html', |
| 276 'web/timeline.html', | 275 'web/timeline.html', |
| 277 'web/timeline.js', | 276 'web/timeline.js', |
| 278 'web/timeline_message_handler.js', | 277 'web/timeline_message_handler.js', |
| 279 ] | 278 ] |
| 280 } | 279 } |
| OLD | NEW |