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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'lib/src/mocks/objects/class.dart', | 178 'lib/src/mocks/objects/class.dart', |
179 'lib/src/mocks/objects/isolate.dart', | 179 'lib/src/mocks/objects/isolate.dart', |
180 'lib/src/mocks/objects/library.dart', | 180 'lib/src/mocks/objects/library.dart', |
181 'lib/src/mocks/objects/notification.dart', | 181 'lib/src/mocks/objects/notification.dart', |
182 'lib/src/mocks/objects/script.dart', | 182 'lib/src/mocks/objects/script.dart', |
183 'lib/src/mocks/objects/source_location.dart', | 183 'lib/src/mocks/objects/source_location.dart', |
184 'lib/src/mocks/objects/target.dart', | 184 'lib/src/mocks/objects/target.dart', |
185 'lib/src/mocks/objects/vm.dart', | 185 'lib/src/mocks/objects/vm.dart', |
186 'lib/src/mocks/repositories/crash_dump.dart', | 186 'lib/src/mocks/repositories/crash_dump.dart', |
187 'lib/src/mocks/repositories/notification.dart', | 187 'lib/src/mocks/repositories/notification.dart', |
| 188 'lib/src/mocks/repositories/target.dart', |
188 'lib/src/models/exceptions.dart', | 189 'lib/src/models/exceptions.dart', |
189 'lib/src/models/objects/breakpoint.dart', | 190 'lib/src/models/objects/breakpoint.dart', |
190 'lib/src/models/objects/class.dart', | 191 'lib/src/models/objects/class.dart', |
191 'lib/src/models/objects/error.dart', | 192 'lib/src/models/objects/error.dart', |
192 'lib/src/models/objects/event.dart', | 193 'lib/src/models/objects/event.dart', |
193 'lib/src/models/objects/extension_data.dart', | 194 'lib/src/models/objects/extension_data.dart', |
194 'lib/src/models/objects/frame.dart', | 195 'lib/src/models/objects/frame.dart', |
195 'lib/src/models/objects/instance.dart', | 196 'lib/src/models/objects/instance.dart', |
196 'lib/src/models/objects/isolate.dart', | 197 'lib/src/models/objects/isolate.dart', |
197 'lib/src/models/objects/library.dart', | 198 'lib/src/models/objects/library.dart', |
(...skipping 15 matching lines...) Expand all Loading... |
213 'lib/utils.dart', | 214 'lib/utils.dart', |
214 'web/favicon.ico', | 215 'web/favicon.ico', |
215 'web/index.html', | 216 'web/index.html', |
216 'web/main.dart', | 217 'web/main.dart', |
217 'web/third_party/trace_viewer_full.html', | 218 'web/third_party/trace_viewer_full.html', |
218 'web/timeline.html', | 219 'web/timeline.html', |
219 'web/timeline.js', | 220 'web/timeline.js', |
220 'web/timeline_message_handler.js', | 221 'web/timeline_message_handler.js', |
221 ], | 222 ], |
222 } | 223 } |
OLD | NEW |