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

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

Issue 2267863002: Converted Observatory ports-page element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed indentation 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
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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'lib/src/elements/objectpool_view.dart', 154 'lib/src/elements/objectpool_view.dart',
155 'lib/src/elements/objectpool_view.html', 155 'lib/src/elements/objectpool_view.html',
156 'lib/src/elements/objectstore_view.dart', 156 'lib/src/elements/objectstore_view.dart',
157 'lib/src/elements/objectstore_view.html', 157 'lib/src/elements/objectstore_view.html',
158 'lib/src/elements/observatory_application.dart', 158 'lib/src/elements/observatory_application.dart',
159 'lib/src/elements/observatory_element.dart', 159 'lib/src/elements/observatory_element.dart',
160 'lib/src/elements/pc_descriptors_ref.dart', 160 'lib/src/elements/pc_descriptors_ref.dart',
161 'lib/src/elements/persistent_handles.dart', 161 'lib/src/elements/persistent_handles.dart',
162 'lib/src/elements/persistent_handles.html', 162 'lib/src/elements/persistent_handles.html',
163 'lib/src/elements/ports.dart', 163 'lib/src/elements/ports.dart',
164 'lib/src/elements/ports.html',
165 'lib/src/elements/retaining_path.dart', 164 'lib/src/elements/retaining_path.dart',
166 'lib/src/elements/sample_buffer_control.dart', 165 'lib/src/elements/sample_buffer_control.dart',
167 'lib/src/elements/script_inset.dart', 166 'lib/src/elements/script_inset.dart',
168 'lib/src/elements/script_inset.html', 167 'lib/src/elements/script_inset.html',
169 'lib/src/elements/script_ref.dart', 168 'lib/src/elements/script_ref.dart',
170 'lib/src/elements/script_ref_wrapper.dart', 169 'lib/src/elements/script_ref_wrapper.dart',
171 'lib/src/elements/script_view.dart', 170 'lib/src/elements/script_view.dart',
172 'lib/src/elements/script_view.html', 171 'lib/src/elements/script_view.html',
173 'lib/src/elements/sentinel_value.dart', 172 'lib/src/elements/sentinel_value.dart',
174 'lib/src/elements/service_ref.dart', 173 'lib/src/elements/service_ref.dart',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'lib/src/models/objects/instance.dart', 208 'lib/src/models/objects/instance.dart',
210 'lib/src/models/objects/isolate.dart', 209 'lib/src/models/objects/isolate.dart',
211 'lib/src/models/objects/library.dart', 210 'lib/src/models/objects/library.dart',
212 'lib/src/models/objects/local_var_descriptors.dart', 211 'lib/src/models/objects/local_var_descriptors.dart',
213 'lib/src/models/objects/map_association.dart', 212 'lib/src/models/objects/map_association.dart',
214 'lib/src/models/objects/megamorphiccache.dart', 213 'lib/src/models/objects/megamorphiccache.dart',
215 'lib/src/models/objects/notification.dart', 214 'lib/src/models/objects/notification.dart',
216 'lib/src/models/objects/object.dart', 215 'lib/src/models/objects/object.dart',
217 'lib/src/models/objects/objectpool.dart', 216 'lib/src/models/objects/objectpool.dart',
218 'lib/src/models/objects/pc_descriptors.dart', 217 'lib/src/models/objects/pc_descriptors.dart',
218 'lib/src/models/objects/ports.dart',
219 'lib/src/models/objects/retaining_path.dart', 219 'lib/src/models/objects/retaining_path.dart',
220 'lib/src/models/objects/sample_profile.dart', 220 'lib/src/models/objects/sample_profile.dart',
221 'lib/src/models/objects/script.dart', 221 'lib/src/models/objects/script.dart',
222 'lib/src/models/objects/sentinel.dart', 222 'lib/src/models/objects/sentinel.dart',
223 'lib/src/models/objects/source_location.dart', 223 'lib/src/models/objects/source_location.dart',
224 'lib/src/models/objects/target.dart', 224 'lib/src/models/objects/target.dart',
225 'lib/src/models/objects/timeline_event.dart', 225 'lib/src/models/objects/timeline_event.dart',
226 'lib/src/models/objects/token_stream.dart', 226 'lib/src/models/objects/token_stream.dart',
227 'lib/src/models/objects/unknown.dart', 227 'lib/src/models/objects/unknown.dart',
228 'lib/src/models/objects/vm.dart', 228 'lib/src/models/objects/vm.dart',
229 'lib/src/models/repositories/allocation_profile.dart', 229 'lib/src/models/repositories/allocation_profile.dart',
230 'lib/src/models/repositories/class.dart', 230 'lib/src/models/repositories/class.dart',
231 'lib/src/models/repositories/event.dart', 231 'lib/src/models/repositories/event.dart',
232 'lib/src/models/repositories/flag.dart', 232 'lib/src/models/repositories/flag.dart',
233 'lib/src/models/repositories/inbound_references.dart', 233 'lib/src/models/repositories/inbound_references.dart',
234 'lib/src/models/repositories/instance.dart', 234 'lib/src/models/repositories/instance.dart',
235 'lib/src/models/repositories/notification.dart', 235 'lib/src/models/repositories/notification.dart',
236 'lib/src/models/repositories/ports.dart',
236 'lib/src/models/repositories/reachable_size.dart', 237 'lib/src/models/repositories/reachable_size.dart',
237 'lib/src/models/repositories/retained_size.dart', 238 'lib/src/models/repositories/retained_size.dart',
238 'lib/src/models/repositories/retaining_path.dart', 239 'lib/src/models/repositories/retaining_path.dart',
239 'lib/src/models/repositories/sample_profile.dart', 240 'lib/src/models/repositories/sample_profile.dart',
240 'lib/src/models/repositories/script.dart', 241 'lib/src/models/repositories/script.dart',
241 'lib/src/models/repositories/target.dart', 242 'lib/src/models/repositories/target.dart',
242 'lib/src/repositories/allocation_profile.dart', 243 'lib/src/repositories/allocation_profile.dart',
243 'lib/src/repositories/class.dart', 244 'lib/src/repositories/class.dart',
244 'lib/src/repositories/event.dart', 245 'lib/src/repositories/event.dart',
245 'lib/src/repositories/flag.dart', 246 'lib/src/repositories/flag.dart',
246 'lib/src/repositories/inbound_references.dart', 247 'lib/src/repositories/inbound_references.dart',
247 'lib/src/repositories/instance.dart', 248 'lib/src/repositories/instance.dart',
248 'lib/src/repositories/notification.dart', 249 'lib/src/repositories/notification.dart',
250 'lib/src/repositories/ports.dart',
249 'lib/src/repositories/reachable_size.dart', 251 'lib/src/repositories/reachable_size.dart',
250 'lib/src/repositories/retained_size.dart', 252 'lib/src/repositories/retained_size.dart',
251 'lib/src/repositories/retaining_path.dart', 253 'lib/src/repositories/retaining_path.dart',
252 'lib/src/repositories/sample_profile.dart', 254 'lib/src/repositories/sample_profile.dart',
253 'lib/src/repositories/script.dart', 255 'lib/src/repositories/script.dart',
254 'lib/src/repositories/settings.dart', 256 'lib/src/repositories/settings.dart',
255 'lib/src/repositories/target.dart', 257 'lib/src/repositories/target.dart',
256 'lib/src/service/object.dart', 258 'lib/src/service/object.dart',
257 'lib/tracer.dart', 259 'lib/tracer.dart',
258 'lib/utils.dart', 260 'lib/utils.dart',
259 'web/favicon.ico', 261 'web/favicon.ico',
260 'web/index.html', 262 'web/index.html',
261 'web/main.dart', 263 'web/main.dart',
262 'web/third_party/trace_viewer_full.html', 264 'web/third_party/trace_viewer_full.html',
263 'web/timeline.html', 265 'web/timeline.html',
264 'web/timeline.js', 266 'web/timeline.js',
265 'web/timeline_message_handler.js', 267 'web/timeline_message_handler.js',
266 ] 268 ]
267 } 269 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/service/object.dart ('k') | runtime/observatory/tests/observatory_ui/mocks.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698