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

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

Issue 2299613004: Converted Observatory timeline-page element (Closed)
Patch Set: Reverted change to service Created 4 years, 3 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 | « runtime/observatory/lib/src/elements/timeline_page.html ('k') | 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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'lib/src/elements/service_ref.dart', 157 'lib/src/elements/service_ref.dart',
158 'lib/src/elements/service_ref.html', 158 'lib/src/elements/service_ref.html',
159 'lib/src/elements/shims/binding.dart', 159 'lib/src/elements/shims/binding.dart',
160 'lib/src/elements/source_inset.dart', 160 'lib/src/elements/source_inset.dart',
161 'lib/src/elements/source_inset_wrapper.dart', 161 'lib/src/elements/source_inset_wrapper.dart',
162 'lib/src/elements/source_link.dart', 162 'lib/src/elements/source_link.dart',
163 'lib/src/elements/source_link_wrapper.dart', 163 'lib/src/elements/source_link_wrapper.dart',
164 'lib/src/elements/stack_trace_tree_config.dart', 164 'lib/src/elements/stack_trace_tree_config.dart',
165 'lib/src/elements/strongly_reachable_instances.dart', 165 'lib/src/elements/strongly_reachable_instances.dart',
166 'lib/src/elements/timeline_page.dart', 166 'lib/src/elements/timeline_page.dart',
167 'lib/src/elements/timeline_page.html',
168 'lib/src/elements/token_stream_ref.dart', 167 'lib/src/elements/token_stream_ref.dart',
169 'lib/src/elements/top_retaining_instances.dart', 168 'lib/src/elements/top_retaining_instances.dart',
170 'lib/src/elements/type_arguments_ref.dart', 169 'lib/src/elements/type_arguments_ref.dart',
171 'lib/src/elements/unknown_ref.dart', 170 'lib/src/elements/unknown_ref.dart',
172 'lib/src/elements/view_footer.dart', 171 'lib/src/elements/view_footer.dart',
173 'lib/src/elements/vm_connect.dart', 172 'lib/src/elements/vm_connect.dart',
174 'lib/src/elements/vm_connect_target.dart', 173 'lib/src/elements/vm_connect_target.dart',
175 'lib/src/elements/vm_view.dart', 174 'lib/src/elements/vm_view.dart',
176 'lib/src/heap_snapshot/heap_snapshot.dart', 175 'lib/src/heap_snapshot/heap_snapshot.dart',
177 'lib/src/models/exceptions.dart', 176 'lib/src/models/exceptions.dart',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'lib/utils.dart', 283 'lib/utils.dart',
285 'web/favicon.ico', 284 'web/favicon.ico',
286 'web/index.html', 285 'web/index.html',
287 'web/main.dart', 286 'web/main.dart',
288 'web/third_party/trace_viewer_full.html', 287 'web/third_party/trace_viewer_full.html',
289 'web/timeline.html', 288 'web/timeline.html',
290 'web/timeline.js', 289 'web/timeline.js',
291 'web/timeline_message_handler.js', 290 'web/timeline_message_handler.js',
292 ] 291 ]
293 } 292 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/timeline_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698