| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'lib/src/elements/field_ref.html', | 67 'lib/src/elements/field_ref.html', |
| 68 'lib/src/elements/field_view.dart', | 68 'lib/src/elements/field_view.dart', |
| 69 'lib/src/elements/field_view.html', | 69 'lib/src/elements/field_view.html', |
| 70 'lib/src/elements/flag_list.dart', | 70 'lib/src/elements/flag_list.dart', |
| 71 'lib/src/elements/flag_list.html', | 71 'lib/src/elements/flag_list.html', |
| 72 'lib/src/elements/function_ref.dart', | 72 'lib/src/elements/function_ref.dart', |
| 73 'lib/src/elements/function_ref_wrapper.dart', | 73 'lib/src/elements/function_ref_wrapper.dart', |
| 74 'lib/src/elements/function_view.dart', | 74 'lib/src/elements/function_view.dart', |
| 75 'lib/src/elements/function_view.html', | 75 'lib/src/elements/function_view.html', |
| 76 'lib/src/elements/general_error.dart', | 76 'lib/src/elements/general_error.dart', |
| 77 'lib/src/elements/general_error.html', | |
| 78 'lib/src/elements/heap_map.dart', | 77 'lib/src/elements/heap_map.dart', |
| 79 'lib/src/elements/heap_map.html', | 78 'lib/src/elements/heap_map.html', |
| 80 'lib/src/elements/heap_profile.dart', | 79 'lib/src/elements/heap_profile.dart', |
| 81 'lib/src/elements/heap_profile.html', | 80 'lib/src/elements/heap_profile.html', |
| 82 'lib/src/elements/heap_snapshot.dart', | 81 'lib/src/elements/heap_snapshot.dart', |
| 83 'lib/src/elements/heap_snapshot.html', | 82 'lib/src/elements/heap_snapshot.html', |
| 84 'lib/src/elements/helpers/rendering_queue.dart', | 83 'lib/src/elements/helpers/rendering_queue.dart', |
| 85 'lib/src/elements/helpers/rendering_scheduler.dart', | 84 'lib/src/elements/helpers/rendering_scheduler.dart', |
| 86 'lib/src/elements/helpers/tag.dart', | 85 'lib/src/elements/helpers/tag.dart', |
| 87 'lib/src/elements/helpers/uris.dart', | 86 'lib/src/elements/helpers/uris.dart', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 'lib/utils.dart', | 225 'lib/utils.dart', |
| 227 'web/favicon.ico', | 226 'web/favicon.ico', |
| 228 'web/index.html', | 227 'web/index.html', |
| 229 'web/main.dart', | 228 'web/main.dart', |
| 230 'web/third_party/trace_viewer_full.html', | 229 'web/third_party/trace_viewer_full.html', |
| 231 'web/timeline.html', | 230 'web/timeline.html', |
| 232 'web/timeline.js', | 231 'web/timeline.js', |
| 233 'web/timeline_message_handler.js', | 232 'web/timeline_message_handler.js', |
| 234 ], | 233 ], |
| 235 } | 234 } |
| OLD | NEW |