| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'lib/src/elements/inbound_reference.html', | 94 'lib/src/elements/inbound_reference.html', |
| 95 'lib/src/elements/instance_ref.dart', | 95 'lib/src/elements/instance_ref.dart', |
| 96 'lib/src/elements/instance_ref.html', | 96 'lib/src/elements/instance_ref.html', |
| 97 'lib/src/elements/instance_view.dart', | 97 'lib/src/elements/instance_view.dart', |
| 98 'lib/src/elements/instance_view.html', | 98 'lib/src/elements/instance_view.html', |
| 99 'lib/src/elements/instructions_view.dart', | 99 'lib/src/elements/instructions_view.dart', |
| 100 'lib/src/elements/instructions_view.html', | 100 'lib/src/elements/instructions_view.html', |
| 101 'lib/src/elements/io_view.dart', | 101 'lib/src/elements/io_view.dart', |
| 102 'lib/src/elements/io_view.html', | 102 'lib/src/elements/io_view.html', |
| 103 'lib/src/elements/isolate_reconnect.dart', | 103 'lib/src/elements/isolate_reconnect.dart', |
| 104 'lib/src/elements/isolate_reconnect.html', | |
| 105 'lib/src/elements/isolate_ref.dart', | 104 'lib/src/elements/isolate_ref.dart', |
| 106 'lib/src/elements/isolate_ref_wrapper.dart', | 105 'lib/src/elements/isolate_ref_wrapper.dart', |
| 107 'lib/src/elements/isolate_summary.dart', | 106 'lib/src/elements/isolate_summary.dart', |
| 108 'lib/src/elements/isolate_summary.html', | 107 'lib/src/elements/isolate_summary.html', |
| 109 'lib/src/elements/isolate_view.dart', | 108 'lib/src/elements/isolate_view.dart', |
| 110 'lib/src/elements/isolate_view.html', | 109 'lib/src/elements/isolate_view.html', |
| 111 'lib/src/elements/json_view.dart', | 110 'lib/src/elements/json_view.dart', |
| 112 'lib/src/elements/json_view.html', | 111 'lib/src/elements/json_view.html', |
| 113 'lib/src/elements/library_ref.dart', | 112 'lib/src/elements/library_ref.dart', |
| 114 'lib/src/elements/library_ref.html', | 113 'lib/src/elements/library_ref.html', |
| (...skipping 111 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 |