Index: runtime/vm/vm_sources.gypi |
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi |
index 10f495033691f80fc7d868f7d8fb7dc6b9c35cc3..c2b3a88203c68d6aa3c5cdbabab8c159cc46c308 100644 |
--- a/runtime/vm/vm_sources.gypi |
+++ b/runtime/vm/vm_sources.gypi |
@@ -31,6 +31,11 @@ |
'ast_printer.h', |
'ast_printer_test.cc', |
'ast_test.cc', |
+ 'atomic.h', |
+ 'atomic_android.cc', |
+ 'atomic_linux.cc', |
+ 'atomic_macos.cc', |
+ 'atomic_win.cc', |
'base_isolate.h', |
'benchmark_test.cc', |
'benchmark_test.h', |
@@ -277,11 +282,7 @@ |
'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', |
@@ -343,6 +344,13 @@ |
'symbols.cc', |
'symbols.h', |
'thread.h', |
+ 'thread_interrupter.cc', |
+ 'thread_interrupter.h', |
+ 'thread_interrupter_android.cc', |
+ 'thread_interrupter_linux.cc', |
+ 'thread_interrupter_macos.cc', |
+ 'thread_interrupter_test.cc', |
+ 'thread_interrupter_win.cc', |
'thread_pool.cc', |
'thread_pool.h', |
'thread_pool_test.cc', |