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

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

Issue 2312553002: Converted Observatory debugger elements (Closed)
Patch Set: Sharing command history and console 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/service/object.dart ('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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'lib/src/elements/context_ref.dart', 52 'lib/src/elements/context_ref.dart',
53 'lib/src/elements/context_ref_wrapper.dart', 53 'lib/src/elements/context_ref_wrapper.dart',
54 'lib/src/elements/context_view.dart', 54 'lib/src/elements/context_view.dart',
55 'lib/src/elements/cpu_profile.dart', 55 'lib/src/elements/cpu_profile.dart',
56 'lib/src/elements/cpu_profile/virtual_tree.dart', 56 'lib/src/elements/cpu_profile/virtual_tree.dart',
57 'lib/src/elements/cpu_profile_table.dart', 57 'lib/src/elements/cpu_profile_table.dart',
58 'lib/src/elements/css/shared.css', 58 'lib/src/elements/css/shared.css',
59 'lib/src/elements/curly_block.dart', 59 'lib/src/elements/curly_block.dart',
60 'lib/src/elements/curly_block_wrapper.dart', 60 'lib/src/elements/curly_block_wrapper.dart',
61 'lib/src/elements/debugger.dart', 61 'lib/src/elements/debugger.dart',
62 'lib/src/elements/debugger.html',
63 'lib/src/elements/error_ref.dart', 62 'lib/src/elements/error_ref.dart',
64 'lib/src/elements/error_ref_wrapper.dart', 63 'lib/src/elements/error_ref_wrapper.dart',
65 'lib/src/elements/error_view.dart', 64 'lib/src/elements/error_view.dart',
66 'lib/src/elements/eval_box.dart', 65 'lib/src/elements/eval_box.dart',
67 'lib/src/elements/eval_box_wrapper.dart', 66 'lib/src/elements/eval_box_wrapper.dart',
68 'lib/src/elements/eval_link.dart', 67 'lib/src/elements/eval_link.dart',
69 'lib/src/elements/eval_link.html', 68 'lib/src/elements/eval_link.html',
70 'lib/src/elements/field_ref.dart', 69 'lib/src/elements/field_ref.dart',
71 'lib/src/elements/field_ref_wrapper.dart', 70 'lib/src/elements/field_ref_wrapper.dart',
72 'lib/src/elements/field_view.dart', 71 'lib/src/elements/field_view.dart',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'lib/utils.dart', 286 'lib/utils.dart',
288 'web/favicon.ico', 287 'web/favicon.ico',
289 'web/index.html', 288 'web/index.html',
290 'web/main.dart', 289 'web/main.dart',
291 'web/third_party/trace_viewer_full.html', 290 'web/third_party/trace_viewer_full.html',
292 'web/timeline.html', 291 'web/timeline.html',
293 'web/timeline.js', 292 'web/timeline.js',
294 'web/timeline_message_handler.js', 293 'web/timeline_message_handler.js',
295 ] 294 ]
296 } 295 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/service/object.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698