| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'lib/src/elements/containers/virtual_collection.dart', | 49 'lib/src/elements/containers/virtual_collection.dart', |
| 50 'lib/src/elements/containers/virtual_tree.dart', | 50 'lib/src/elements/containers/virtual_tree.dart', |
| 51 'lib/src/elements/cpu_profile.dart', | 51 'lib/src/elements/cpu_profile.dart', |
| 52 'lib/src/elements/cpu_profile.html', | 52 'lib/src/elements/cpu_profile.html', |
| 53 'lib/src/elements/css/shared.css', | 53 'lib/src/elements/css/shared.css', |
| 54 'lib/src/elements/curly_block.dart', | 54 'lib/src/elements/curly_block.dart', |
| 55 'lib/src/elements/curly_block_wrapper.dart', | 55 'lib/src/elements/curly_block_wrapper.dart', |
| 56 'lib/src/elements/debugger.dart', | 56 'lib/src/elements/debugger.dart', |
| 57 'lib/src/elements/debugger.html', | 57 'lib/src/elements/debugger.html', |
| 58 'lib/src/elements/error_ref.dart', | 58 'lib/src/elements/error_ref.dart', |
| 59 'lib/src/elements/error_ref.html', | 59 'lib/src/elements/error_ref_wrapper.dart', |
| 60 'lib/src/elements/error_view.dart', | 60 'lib/src/elements/error_view.dart', |
| 61 'lib/src/elements/error_view.html', | 61 'lib/src/elements/error_view.html', |
| 62 'lib/src/elements/eval_box.dart', | 62 'lib/src/elements/eval_box.dart', |
| 63 'lib/src/elements/eval_box.html', | 63 'lib/src/elements/eval_box.html', |
| 64 'lib/src/elements/eval_link.dart', | 64 'lib/src/elements/eval_link.dart', |
| 65 'lib/src/elements/eval_link.html', | 65 'lib/src/elements/eval_link.html', |
| 66 'lib/src/elements/field_ref.dart', | 66 'lib/src/elements/field_ref.dart', |
| 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', |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 'lib/utils.dart', | 226 'lib/utils.dart', |
| 227 'web/favicon.ico', | 227 'web/favicon.ico', |
| 228 'web/index.html', | 228 'web/index.html', |
| 229 'web/main.dart', | 229 'web/main.dart', |
| 230 'web/third_party/trace_viewer_full.html', | 230 'web/third_party/trace_viewer_full.html', |
| 231 'web/timeline.html', | 231 'web/timeline.html', |
| 232 'web/timeline.js', | 232 'web/timeline.js', |
| 233 'web/timeline_message_handler.js', | 233 'web/timeline_message_handler.js', |
| 234 ], | 234 ], |
| 235 } | 235 } |
| OLD | NEW |