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

Unified Diff: runtime/observatory/observatory.gypi

Issue 928833003: Add Function based profile tree (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/observatory/lib/utils.dart ('k') | runtime/vm/dart.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/observatory.gypi
diff --git a/runtime/observatory/observatory.gypi b/runtime/observatory/observatory.gypi
index 1eb2ba2751bfc94ba6e919da394cce6a015db758..46c126c1ab7b4124dcabafe87ed53e87a785dde0 100644
--- a/runtime/observatory/observatory.gypi
+++ b/runtime/observatory/observatory.gypi
@@ -51,6 +51,7 @@
'toolsets': ['host'],
'sources': [
'lib/app.dart',
+ 'lib/cpu_profile.dart',
'lib/dominator_tree.dart',
'lib/elements.dart',
'lib/object_graph.dart',
@@ -63,8 +64,8 @@
'lib/src/app/page.dart',
'lib/src/app/settings.dart',
'lib/src/app/target_manager.dart',
- 'lib/src/app/utils.dart',
'lib/src/app/view_model.dart',
+ 'lib/src/cpu_profile/cpu_profile.dart',
'lib/src/elements/action_link.dart',
'lib/src/elements/action_link.html',
'lib/src/elements/class_ref.dart',
@@ -171,6 +172,7 @@
'lib/src/elements/img/isolate_icon.png',
'lib/src/service/object.dart',
'lib/tracer.dart',
+ 'lib/utils.dart',
'web/index.html',
'web/main.dart',
],
« no previous file with comments | « runtime/observatory/lib/utils.dart ('k') | runtime/vm/dart.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698