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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 25909002: Sampling profiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
Index: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index 921078bc4da0c5c32d71590a0b34a9f6c39394b2..42e203c07235fe7927aaf6bd52a4e2af8cdb35d3 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -240,6 +240,9 @@
'native_entry_test.h',
'native_message_handler.cc',
'native_message_handler.h',
+ 'native_symbol.cc',
+ 'native_symbol.h',
+ 'native_symbol_test.cc',
'object.cc',
'object.h',
'object_arm_test.cc',
@@ -268,6 +271,9 @@
'port.cc',
'port.h',
'port_test.cc',
+ 'profiler.cc',
+ 'profiler.h',
+ 'profiler_test.cc',
'raw_object.cc',
'raw_object.h',
'raw_object_snapshot.cc',
@@ -291,6 +297,8 @@
'scopes_test.cc',
'service.cc',
'service.h',
+ 'signal_handler.cc',
+ 'signal_handler.h',
'simulator.h',
'simulator_arm.cc',
'simulator_arm.h',

Powered by Google App Engine
This is Rietveld 408576698