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', |
11 'lib/debugger.dart', | 11 'lib/debugger.dart', |
12 'lib/elements.dart', | 12 'lib/elements.dart', |
13 'lib/elements.html', | 13 'lib/elements.html', |
14 'lib/models.dart', | 14 'lib/models.dart', |
15 'lib/object_graph.dart', | 15 'lib/object_graph.dart', |
16 'lib/repositories.dart', | 16 'lib/repositories.dart', |
17 'lib/service.dart', | 17 'lib/service.dart', |
18 'lib/service_common.dart', | 18 'lib/service_common.dart', |
19 'lib/service_html.dart', | 19 'lib/service_html.dart', |
20 'lib/service_io.dart', | 20 'lib/service_io.dart', |
21 'lib/src/app/analytics.dart', | 21 'lib/src/app/analytics.dart', |
22 'lib/src/app/application.dart', | 22 'lib/src/app/application.dart', |
23 'lib/src/app/event.dart', | 23 'lib/src/app/event.dart', |
24 'lib/src/app/location_manager.dart', | 24 'lib/src/app/location_manager.dart', |
25 'lib/src/app/notification.dart', | 25 'lib/src/app/notification.dart', |
26 'lib/src/app/event.dart', | |
27 'lib/src/app/page.dart', | 26 'lib/src/app/page.dart', |
28 'lib/src/app/settings.dart', | 27 'lib/src/app/settings.dart', |
29 'lib/src/app/view_model.dart', | 28 'lib/src/app/view_model.dart', |
30 'lib/src/cli/command.dart', | 29 'lib/src/cli/command.dart', |
31 'lib/src/cpu_profile/cpu_profile.dart', | 30 'lib/src/cpu_profile/cpu_profile.dart', |
32 'lib/src/debugger/debugger.dart', | 31 'lib/src/debugger/debugger.dart', |
33 'lib/src/debugger/debugger_location.dart', | 32 'lib/src/debugger/debugger_location.dart', |
34 'lib/src/elements/action_link.dart', | 33 'lib/src/elements/action_link.dart', |
35 'lib/src/elements/action_link.html', | 34 'lib/src/elements/action_link.html', |
36 'lib/src/elements/class_ref.dart', | 35 'lib/src/elements/class_ref.dart', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'lib/utils.dart', | 215 'lib/utils.dart', |
217 'web/favicon.ico', | 216 'web/favicon.ico', |
218 'web/index.html', | 217 'web/index.html', |
219 'web/main.dart', | 218 'web/main.dart', |
220 'web/third_party/trace_viewer_full.html', | 219 'web/third_party/trace_viewer_full.html', |
221 'web/timeline.html', | 220 'web/timeline.html', |
222 'web/timeline.js', | 221 'web/timeline.js', |
223 'web/timeline_message_handler.js', | 222 'web/timeline_message_handler.js', |
224 ], | 223 ], |
225 } | 224 } |
OLD | NEW |