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

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

Issue 3003463002: Update observatory_sources.gni (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # DO NOT EDIT. This file is generated by update_sources.py in this directory. 5 # DO NOT EDIT. This file is generated by update_sources.py in this directory.
6 6
7 # This file contains all dart, css, and html sources for Observatory. 7 # This file contains all dart, css, and html sources for Observatory.
8 observatory_sources = [ 8 observatory_sources = [
9 "lib/allocation_profile.dart", 9 "lib/allocation_profile.dart",
10 "lib/app.dart", 10 "lib/app.dart",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "lib/src/elements/isolate_ref.dart", 85 "lib/src/elements/isolate_ref.dart",
86 "lib/src/elements/isolate_view.dart", 86 "lib/src/elements/isolate_view.dart",
87 "lib/src/elements/json_view.dart", 87 "lib/src/elements/json_view.dart",
88 "lib/src/elements/library_ref.dart", 88 "lib/src/elements/library_ref.dart",
89 "lib/src/elements/library_view.dart", 89 "lib/src/elements/library_view.dart",
90 "lib/src/elements/local_var_descriptors_ref.dart", 90 "lib/src/elements/local_var_descriptors_ref.dart",
91 "lib/src/elements/logging.dart", 91 "lib/src/elements/logging.dart",
92 "lib/src/elements/logging_list.dart", 92 "lib/src/elements/logging_list.dart",
93 "lib/src/elements/megamorphiccache_ref.dart", 93 "lib/src/elements/megamorphiccache_ref.dart",
94 "lib/src/elements/megamorphiccache_view.dart", 94 "lib/src/elements/megamorphiccache_view.dart",
95 "lib/src/elements/memory/allocations.dart",
95 "lib/src/elements/memory/dashboard.dart", 96 "lib/src/elements/memory/dashboard.dart",
96 "lib/src/elements/memory/graph.dart", 97 "lib/src/elements/memory/graph.dart",
97 "lib/src/elements/memory/profile.dart", 98 "lib/src/elements/memory/profile.dart",
99 "lib/src/elements/memory/snapshot.dart",
98 "lib/src/elements/metric/details.dart", 100 "lib/src/elements/metric/details.dart",
99 "lib/src/elements/metric/graph.dart", 101 "lib/src/elements/metric/graph.dart",
100 "lib/src/elements/metrics.dart", 102 "lib/src/elements/metrics.dart",
101 "lib/src/elements/native_memory_profiler.dart", 103 "lib/src/elements/native_memory_profiler.dart",
102 "lib/src/elements/nav/class_menu.dart", 104 "lib/src/elements/nav/class_menu.dart",
103 "lib/src/elements/nav/isolate_menu.dart", 105 "lib/src/elements/nav/isolate_menu.dart",
104 "lib/src/elements/nav/library_menu.dart", 106 "lib/src/elements/nav/library_menu.dart",
105 "lib/src/elements/nav/menu_item.dart", 107 "lib/src/elements/nav/menu_item.dart",
106 "lib/src/elements/nav/notify.dart", 108 "lib/src/elements/nav/notify.dart",
107 "lib/src/elements/nav/notify_event.dart", 109 "lib/src/elements/nav/notify_event.dart",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "lib/tracer.dart", 277 "lib/tracer.dart",
276 "lib/utils.dart", 278 "lib/utils.dart",
277 "web/favicon.ico", 279 "web/favicon.ico",
278 "web/index.html", 280 "web/index.html",
279 "web/main.dart", 281 "web/main.dart",
280 "web/third_party/trace_viewer_full.html", 282 "web/third_party/trace_viewer_full.html",
281 "web/timeline.html", 283 "web/timeline.html",
282 "web/timeline.js", 284 "web/timeline.js",
283 "web/timeline_message_handler.js", 285 "web/timeline_message_handler.js",
284 ] 286 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698