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', |