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

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

Issue 2999933002: Revert "Add current rss and embedder name to Observatory" (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
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 # 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'lib/src/models/repositories/retaining_path.dart', 223 'lib/src/models/repositories/retaining_path.dart',
224 'lib/src/models/repositories/sample_profile.dart', 224 'lib/src/models/repositories/sample_profile.dart',
225 'lib/src/models/repositories/script.dart', 225 'lib/src/models/repositories/script.dart',
226 'lib/src/models/repositories/single_target_cache.dart', 226 'lib/src/models/repositories/single_target_cache.dart',
227 'lib/src/models/repositories/strongly_reachable_instances.dart', 227 'lib/src/models/repositories/strongly_reachable_instances.dart',
228 'lib/src/models/repositories/subtype_test_cache.dart', 228 'lib/src/models/repositories/subtype_test_cache.dart',
229 'lib/src/models/repositories/target.dart', 229 'lib/src/models/repositories/target.dart',
230 'lib/src/models/repositories/top_retaining_instances.dart', 230 'lib/src/models/repositories/top_retaining_instances.dart',
231 'lib/src/models/repositories/type_arguments.dart', 231 'lib/src/models/repositories/type_arguments.dart',
232 'lib/src/models/repositories/unlinked_call.dart', 232 'lib/src/models/repositories/unlinked_call.dart',
233 'lib/src/models/repositories/vm.dart',
234 'lib/src/repositories/allocation_profile.dart', 233 'lib/src/repositories/allocation_profile.dart',
235 'lib/src/repositories/breakpoint.dart', 234 'lib/src/repositories/breakpoint.dart',
236 'lib/src/repositories/class.dart', 235 'lib/src/repositories/class.dart',
237 'lib/src/repositories/context.dart', 236 'lib/src/repositories/context.dart',
238 'lib/src/repositories/editor.dart', 237 'lib/src/repositories/editor.dart',
239 'lib/src/repositories/eval.dart', 238 'lib/src/repositories/eval.dart',
240 'lib/src/repositories/event.dart', 239 'lib/src/repositories/event.dart',
241 'lib/src/repositories/field.dart', 240 'lib/src/repositories/field.dart',
242 'lib/src/repositories/flag.dart', 241 'lib/src/repositories/flag.dart',
243 'lib/src/repositories/function.dart', 242 'lib/src/repositories/function.dart',
(...skipping 18 matching lines...) Expand all
262 'lib/src/repositories/script.dart', 261 'lib/src/repositories/script.dart',
263 'lib/src/repositories/settings.dart', 262 'lib/src/repositories/settings.dart',
264 'lib/src/repositories/single_target_cache.dart', 263 'lib/src/repositories/single_target_cache.dart',
265 'lib/src/repositories/strongly_reachable_instances.dart', 264 'lib/src/repositories/strongly_reachable_instances.dart',
266 'lib/src/repositories/subtype_test_cache.dart', 265 'lib/src/repositories/subtype_test_cache.dart',
267 'lib/src/repositories/target.dart', 266 'lib/src/repositories/target.dart',
268 'lib/src/repositories/top_retaining_instances.dart', 267 'lib/src/repositories/top_retaining_instances.dart',
269 'lib/src/repositories/type_arguments.dart', 268 'lib/src/repositories/type_arguments.dart',
270 'lib/src/repositories/unlinked_call.dart', 269 'lib/src/repositories/unlinked_call.dart',
271 'lib/src/sample_profile/sample_profile.dart', 270 'lib/src/sample_profile/sample_profile.dart',
272 'lib/src/repositories/vm.dart',
273 'lib/src/service/object.dart', 271 'lib/src/service/object.dart',
274 'lib/tracer.dart', 272 'lib/tracer.dart',
275 'lib/utils.dart', 273 'lib/utils.dart',
276 'web/favicon.ico', 274 'web/favicon.ico',
277 'web/index.html', 275 'web/index.html',
278 'web/main.dart', 276 'web/main.dart',
279 'web/third_party/trace_viewer_full.html', 277 'web/third_party/trace_viewer_full.html',
280 'web/timeline.html', 278 'web/timeline.html',
281 'web/timeline.js', 279 'web/timeline.js',
282 'web/timeline_message_handler.js', 280 'web/timeline_message_handler.js',
283 ] 281 ]
284 } 282 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/service/object.dart ('k') | runtime/observatory/tests/observatory_ui/mocks/objects/vm.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698