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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 864173008: Split profiler.cc into profiler.cc and profiler_service.cc (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
« runtime/vm/scope_timer.h ('K') | « runtime/vm/service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index 490ad081cb60958a5bb32e44b93df1c858f84b7a..46f92a36241268fb75b3b30b0f937fae36a41e4b 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -337,9 +337,11 @@
'port_test.cc',
'proccpuinfo.h',
'proccpuinfo.cc',
+ 'profiler_service.cc',
+ 'profiler_service.h',
+ 'profiler_test.cc',
'profiler.cc',
'profiler.h',
- 'profiler_test.cc',
'random.cc',
'random.h',
'raw_object.cc',
@@ -376,6 +378,7 @@
'scavenger.cc',
'scavenger.h',
'scavenger_test.cc',
+ 'scope_timer.h',
'scopes.cc',
'scopes.h',
'scopes_test.cc',
« runtime/vm/scope_timer.h ('K') | « runtime/vm/service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698