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

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, 1 month 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/vm/unit_test.cc ('k') | tools/gyp/configurations_make.gypi » ('j') | 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 b48e77505632f1a8db012f23073bdb16d707035f..3173dedf5c7e822efd53267f1d16db1ab7c9461e 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -241,6 +241,11 @@
'native_entry_test.h',
'native_message_handler.cc',
'native_message_handler.h',
+ 'native_symbol.h',
+ 'native_symbol_android.cc',
+ 'native_symbol_linux.cc',
+ 'native_symbol_macos.cc',
+ 'native_symbol_win.cc',
'object.cc',
'object.h',
'object_arm_test.cc',
@@ -269,6 +274,13 @@
'port.cc',
'port.h',
'port_test.cc',
+ 'profiler.cc',
+ 'profiler.h',
+ 'profiler_android.cc',
+ 'profiler_linux.cc',
+ 'profiler_macos.cc',
+ 'profiler_test.cc',
+ 'profiler_win.cc',
'random.cc',
'random.h',
'raw_object.cc',
@@ -294,6 +306,11 @@
'scopes_test.cc',
'service.cc',
'service.h',
+ 'signal_handler_android.cc',
+ 'signal_handler_linux.cc',
+ 'signal_handler_macos.cc',
+ 'signal_handler_win.cc',
+ 'signal_handler.h',
'simulator.h',
'simulator_arm.cc',
'simulator_arm.h',
« no previous file with comments | « runtime/vm/unit_test.cc ('k') | tools/gyp/configurations_make.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698