| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 'lib/src/mocks/objects/flag.dart', | 186 'lib/src/mocks/objects/flag.dart', |
| 187 'lib/src/mocks/objects/function.dart', | 187 'lib/src/mocks/objects/function.dart', |
| 188 'lib/src/mocks/objects/isolate.dart', | 188 'lib/src/mocks/objects/isolate.dart', |
| 189 'lib/src/mocks/objects/library.dart', | 189 'lib/src/mocks/objects/library.dart', |
| 190 'lib/src/mocks/objects/notification.dart', | 190 'lib/src/mocks/objects/notification.dart', |
| 191 'lib/src/mocks/objects/script.dart', | 191 'lib/src/mocks/objects/script.dart', |
| 192 'lib/src/mocks/objects/source_location.dart', | 192 'lib/src/mocks/objects/source_location.dart', |
| 193 'lib/src/mocks/objects/target.dart', | 193 'lib/src/mocks/objects/target.dart', |
| 194 'lib/src/mocks/objects/vm.dart', | 194 'lib/src/mocks/objects/vm.dart', |
| 195 'lib/src/mocks/repositories/crash_dump.dart', | 195 'lib/src/mocks/repositories/crash_dump.dart', |
| 196 'lib/src/mocks/repositories/flags.dart', | 196 'lib/src/mocks/repositories/flag.dart', |
| 197 'lib/src/mocks/repositories/script.dart', | 197 'lib/src/mocks/repositories/script.dart', |
| 198 'lib/src/mocks/repositories/notification.dart', | 198 'lib/src/mocks/repositories/notification.dart', |
| 199 'lib/src/mocks/repositories/target.dart', | 199 'lib/src/mocks/repositories/target.dart', |
| 200 'lib/src/models/exceptions.dart', | 200 'lib/src/models/exceptions.dart', |
| 201 'lib/src/models/objects/breakpoint.dart', | 201 'lib/src/models/objects/breakpoint.dart', |
| 202 'lib/src/models/objects/class.dart', | 202 'lib/src/models/objects/class.dart', |
| 203 'lib/src/models/objects/code.dart', | 203 'lib/src/models/objects/code.dart', |
| 204 'lib/src/models/objects/error.dart', | 204 'lib/src/models/objects/error.dart', |
| 205 'lib/src/models/objects/event.dart', | 205 'lib/src/models/objects/event.dart', |
| 206 'lib/src/models/objects/extension_data.dart', | 206 'lib/src/models/objects/extension_data.dart', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 233 'lib/utils.dart', | 233 'lib/utils.dart', |
| 234 'web/favicon.ico', | 234 'web/favicon.ico', |
| 235 'web/index.html', | 235 'web/index.html', |
| 236 'web/main.dart', | 236 'web/main.dart', |
| 237 'web/third_party/trace_viewer_full.html', | 237 'web/third_party/trace_viewer_full.html', |
| 238 'web/timeline.html', | 238 'web/timeline.html', |
| 239 'web/timeline.js', | 239 'web/timeline.js', |
| 240 'web/timeline_message_handler.js', | 240 'web/timeline_message_handler.js', |
| 241 ], | 241 ], |
| 242 } | 242 } |
| OLD | NEW |