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