| 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 28 matching lines...) Expand all Loading... |
| 39 'lib/src/elements/class_view.dart', | 39 'lib/src/elements/class_view.dart', |
| 40 'lib/src/elements/class_view.html', | 40 'lib/src/elements/class_view.html', |
| 41 'lib/src/elements/code_ref.dart', | 41 'lib/src/elements/code_ref.dart', |
| 42 'lib/src/elements/code_ref.html', | 42 'lib/src/elements/code_ref.html', |
| 43 'lib/src/elements/code_view.dart', | 43 'lib/src/elements/code_view.dart', |
| 44 'lib/src/elements/code_view.html', | 44 'lib/src/elements/code_view.html', |
| 45 'lib/src/elements/context_ref.dart', | 45 'lib/src/elements/context_ref.dart', |
| 46 'lib/src/elements/context_ref.html', | 46 'lib/src/elements/context_ref.html', |
| 47 'lib/src/elements/context_view.dart', | 47 'lib/src/elements/context_view.dart', |
| 48 'lib/src/elements/context_view.html', | 48 'lib/src/elements/context_view.html', |
| 49 'lib/src/elements/containers/virtual_collection.dart', |
| 50 'lib/src/elements/containers/virtual_tree.dart', |
| 49 'lib/src/elements/cpu_profile.dart', | 51 'lib/src/elements/cpu_profile.dart', |
| 50 'lib/src/elements/cpu_profile.html', | 52 'lib/src/elements/cpu_profile.html', |
| 51 'lib/src/elements/css/shared.css', | 53 'lib/src/elements/css/shared.css', |
| 52 'lib/src/elements/curly_block.dart', | 54 'lib/src/elements/curly_block.dart', |
| 53 'lib/src/elements/curly_block_wrapper.dart', | 55 'lib/src/elements/curly_block_wrapper.dart', |
| 54 'lib/src/elements/debugger.dart', | 56 'lib/src/elements/debugger.dart', |
| 55 'lib/src/elements/debugger.html', | 57 'lib/src/elements/debugger.html', |
| 56 'lib/src/elements/error_ref.dart', | 58 'lib/src/elements/error_ref.dart', |
| 57 'lib/src/elements/error_ref.html', | 59 'lib/src/elements/error_ref.html', |
| 58 'lib/src/elements/error_view.dart', | 60 'lib/src/elements/error_view.dart', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'lib/utils.dart', | 216 'lib/utils.dart', |
| 215 'web/favicon.ico', | 217 'web/favicon.ico', |
| 216 'web/index.html', | 218 'web/index.html', |
| 217 'web/main.dart', | 219 'web/main.dart', |
| 218 'web/third_party/trace_viewer_full.html', | 220 'web/third_party/trace_viewer_full.html', |
| 219 'web/timeline.html', | 221 'web/timeline.html', |
| 220 'web/timeline.js', | 222 'web/timeline.js', |
| 221 'web/timeline_message_handler.js', | 223 'web/timeline_message_handler.js', |
| 222 ], | 224 ], |
| 223 } | 225 } |
| OLD | NEW |