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

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

Issue 2169313002: Converted Observatory vm-connect-target element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Added Uris helper function Created 4 years, 5 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) 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',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'lib/src/elements/general_error.html', 76 'lib/src/elements/general_error.html',
77 'lib/src/elements/heap_map.dart', 77 'lib/src/elements/heap_map.dart',
78 'lib/src/elements/heap_map.html', 78 'lib/src/elements/heap_map.html',
79 'lib/src/elements/heap_profile.dart', 79 'lib/src/elements/heap_profile.dart',
80 'lib/src/elements/heap_profile.html', 80 'lib/src/elements/heap_profile.html',
81 'lib/src/elements/heap_snapshot.dart', 81 'lib/src/elements/heap_snapshot.dart',
82 'lib/src/elements/heap_snapshot.html', 82 'lib/src/elements/heap_snapshot.html',
83 'lib/src/elements/helpers/rendering_queue.dart', 83 'lib/src/elements/helpers/rendering_queue.dart',
84 'lib/src/elements/helpers/rendering_scheduler.dart', 84 'lib/src/elements/helpers/rendering_scheduler.dart',
85 'lib/src/elements/helpers/tag.dart', 85 'lib/src/elements/helpers/tag.dart',
86 'lib/src/elements/helpers/uris.dart',
86 'lib/src/elements/icdata_view.dart', 87 'lib/src/elements/icdata_view.dart',
87 'lib/src/elements/icdata_view.html', 88 'lib/src/elements/icdata_view.html',
88 'lib/src/elements/img/chromium_icon.png', 89 'lib/src/elements/img/chromium_icon.png',
89 'lib/src/elements/img/dart_icon.png', 90 'lib/src/elements/img/dart_icon.png',
90 'lib/src/elements/img/isolate_icon.png', 91 'lib/src/elements/img/isolate_icon.png',
91 'lib/src/elements/inbound_reference.dart', 92 'lib/src/elements/inbound_reference.dart',
92 'lib/src/elements/inbound_reference.html', 93 'lib/src/elements/inbound_reference.html',
93 'lib/src/elements/instance_ref.dart', 94 'lib/src/elements/instance_ref.dart',
94 'lib/src/elements/instance_ref.html', 95 'lib/src/elements/instance_ref.html',
95 'lib/src/elements/instance_view.dart', 96 'lib/src/elements/instance_view.dart',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'lib/utils.dart', 186 'lib/utils.dart',
186 'web/favicon.ico', 187 'web/favicon.ico',
187 'web/index.html', 188 'web/index.html',
188 'web/main.dart', 189 'web/main.dart',
189 'web/third_party/trace_viewer_full.html', 190 'web/third_party/trace_viewer_full.html',
190 'web/timeline.html', 191 'web/timeline.html',
191 'web/timeline.js', 192 'web/timeline.js',
192 'web/timeline_message_handler.js', 193 'web/timeline_message_handler.js',
193 ], 194 ],
194 } 195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698