Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Side by Side Diff: runtime/observatory/observatory_sources.gypi

Issue 2999763002: Clear analyzer warning on Observatory (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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/allocation_profile.dart', 8 'lib/allocation_profile.dart',
9 'lib/app.dart', 9 'lib/app.dart',
10 'lib/cli.dart', 10 'lib/cli.dart',
11 'lib/cpu_profile.dart',
12 'lib/debugger.dart', 11 'lib/debugger.dart',
13 'lib/elements.dart', 12 'lib/elements.dart',
14 'lib/event.dart', 13 'lib/event.dart',
15 'lib/heap_snapshot.dart', 14 'lib/heap_snapshot.dart',
16 'lib/models.dart', 15 'lib/models.dart',
17 'lib/object_graph.dart', 16 'lib/object_graph.dart',
18 'lib/repositories.dart', 17 'lib/repositories.dart',
18 'lib/sample_profile.dart',
19 'lib/service.dart', 19 'lib/service.dart',
20 'lib/service_common.dart', 20 'lib/service_common.dart',
21 'lib/service_html.dart', 21 'lib/service_html.dart',
22 'lib/service_io.dart', 22 'lib/service_io.dart',
23 'lib/src/allocation_profile/allocation_profile.dart', 23 'lib/src/allocation_profile/allocation_profile.dart',
24 'lib/src/app/analytics.dart', 24 'lib/src/app/analytics.dart',
25 'lib/src/app/application.dart', 25 'lib/src/app/application.dart',
26 'lib/src/app/location_manager.dart', 26 'lib/src/app/location_manager.dart',
27 'lib/src/app/notification.dart', 27 'lib/src/app/notification.dart',
28 'lib/src/app/page.dart', 28 'lib/src/app/page.dart',
29 'lib/src/app/settings.dart', 29 'lib/src/app/settings.dart',
30 'lib/src/app/view_model.dart', 30 'lib/src/app/view_model.dart',
31 'lib/src/cli/command.dart', 31 'lib/src/cli/command.dart',
32 'lib/src/cpu_profile/cpu_profile.dart',
33 'lib/src/debugger/debugger.dart', 32 'lib/src/debugger/debugger.dart',
34 'lib/src/debugger/debugger_location.dart', 33 'lib/src/debugger/debugger_location.dart',
35 'lib/src/elements/allocation_profile.dart', 34 'lib/src/elements/allocation_profile.dart',
36 'lib/src/elements/class_allocation_profile.dart', 35 'lib/src/elements/class_allocation_profile.dart',
37 'lib/src/elements/class_instances.dart', 36 'lib/src/elements/class_instances.dart',
38 'lib/src/elements/class_ref.dart', 37 'lib/src/elements/class_ref.dart',
39 'lib/src/elements/class_tree.dart', 38 'lib/src/elements/class_tree.dart',
40 'lib/src/elements/class_view.dart', 39 'lib/src/elements/class_view.dart',
41 'lib/src/elements/code_ref.dart', 40 'lib/src/elements/code_ref.dart',
42 'lib/src/elements/code_view.dart', 41 'lib/src/elements/code_view.dart',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'lib/src/repositories/sample_profile.dart', 260 'lib/src/repositories/sample_profile.dart',
262 'lib/src/repositories/script.dart', 261 'lib/src/repositories/script.dart',
263 'lib/src/repositories/settings.dart', 262 'lib/src/repositories/settings.dart',
264 'lib/src/repositories/single_target_cache.dart', 263 'lib/src/repositories/single_target_cache.dart',
265 'lib/src/repositories/strongly_reachable_instances.dart', 264 'lib/src/repositories/strongly_reachable_instances.dart',
266 'lib/src/repositories/subtype_test_cache.dart', 265 'lib/src/repositories/subtype_test_cache.dart',
267 'lib/src/repositories/target.dart', 266 'lib/src/repositories/target.dart',
268 'lib/src/repositories/top_retaining_instances.dart', 267 'lib/src/repositories/top_retaining_instances.dart',
269 'lib/src/repositories/type_arguments.dart', 268 'lib/src/repositories/type_arguments.dart',
270 'lib/src/repositories/unlinked_call.dart', 269 'lib/src/repositories/unlinked_call.dart',
270 'lib/src/sample_profile/sample_profile.dart',
271 'lib/src/service/object.dart', 271 'lib/src/service/object.dart',
272 'lib/tracer.dart', 272 'lib/tracer.dart',
273 'lib/utils.dart', 273 'lib/utils.dart',
274 'web/favicon.ico', 274 'web/favicon.ico',
275 'web/index.html', 275 'web/index.html',
276 'web/main.dart', 276 'web/main.dart',
277 'web/third_party/trace_viewer_full.html', 277 'web/third_party/trace_viewer_full.html',
278 'web/timeline.html', 278 'web/timeline.html',
279 'web/timeline.js', 279 'web/timeline.js',
280 'web/timeline_message_handler.js', 280 'web/timeline_message_handler.js',
281 ] 281 ]
282 } 282 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698