| Index: runtime/vm/vm_sources.gypi
|
| diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
|
| index f2cf96290c3a3a9f1592dc6bad38d40a5b397fca..5521194add3c6f16bd909caf5dddf922fb8b0139 100644
|
| --- a/runtime/vm/vm_sources.gypi
|
| +++ b/runtime/vm/vm_sources.gypi
|
| @@ -119,6 +119,7 @@
|
| 'cpuinfo_android.cc',
|
| 'cpuinfo_linux.cc',
|
| 'cpuinfo_macos.cc',
|
| + 'cpuinfo_openbsd.cc',
|
| 'cpuinfo_test.cc',
|
| 'cpuinfo_win.cc',
|
| 'custom_isolate_test.cc',
|
| @@ -145,6 +146,7 @@
|
| 'debuginfo.h',
|
| 'debuginfo_android.cc',
|
| 'debuginfo_linux.cc',
|
| + 'debuginfo_openbsd.cc',
|
| 'deferred_objects.cc',
|
| 'deferred_objects.h',
|
| 'deopt_instructions.cc',
|
| @@ -201,6 +203,8 @@
|
| 'gdbjit_android.h',
|
| 'gdbjit_linux.cc',
|
| 'gdbjit_linux.h',
|
| + 'gdbjit_openbsd.cc',
|
| + 'gdbjit-openbsd.h',
|
| 'globals.h',
|
| 'growable_array.h',
|
| 'growable_array_test.cc',
|
| @@ -291,6 +295,7 @@
|
| 'native_symbol_android.cc',
|
| 'native_symbol_linux.cc',
|
| 'native_symbol_macos.cc',
|
| + 'native_symbol_openbsd.cc',
|
| 'native_symbol_win.cc',
|
| 'object.cc',
|
| 'object.h',
|
| @@ -314,6 +319,7 @@
|
| 'os_android.cc',
|
| 'os_linux.cc',
|
| 'os_macos.cc',
|
| + 'os_openbsd.cc',
|
| 'os_test.cc',
|
| 'os_thread.cc',
|
| 'os_thread.h',
|
| @@ -323,6 +329,8 @@
|
| 'os_thread_linux.h',
|
| 'os_thread_macos.cc',
|
| 'os_thread_macos.h',
|
| + 'os_thread_openbsd.cc',
|
| + 'os_thread_openbsd.h',
|
| 'os_thread_win.cc',
|
| 'os_thread_win.h',
|
| 'os_win.cc',
|
| @@ -403,6 +411,7 @@
|
| 'signal_handler_android.cc',
|
| 'signal_handler_linux.cc',
|
| 'signal_handler_macos.cc',
|
| + 'signal_handler_openbsd.cc',
|
| 'signal_handler_win.cc',
|
| 'signal_handler.h',
|
| 'simulator.h',
|
| @@ -452,6 +461,7 @@
|
| 'thread_interrupter_android.cc',
|
| 'thread_interrupter_linux.cc',
|
| 'thread_interrupter_macos.cc',
|
| + 'thread_interrupter_openbsd.cc',
|
| 'thread_interrupter_win.cc',
|
| 'thread_pool.cc',
|
| 'thread_pool.h',
|
| @@ -492,6 +502,7 @@
|
| 'virtual_memory_linux.cc',
|
| 'virtual_memory_macos.cc',
|
| 'virtual_memory_test.cc',
|
| + 'virtual_memory_openbsd.cc',
|
| 'virtual_memory_win.cc',
|
| 'visitor.h',
|
| 'vtune.cc',
|
|
|