| Index: runtime/vm/vm_sources.gypi
|
| ===================================================================
|
| --- runtime/vm/vm_sources.gypi (revision 39151)
|
| +++ runtime/vm/vm_sources.gypi (working copy)
|
| @@ -254,6 +254,7 @@
|
| 'json_test.cc',
|
| 'locations.cc',
|
| 'locations.h',
|
| + 'lockers.h',
|
| 'longjump.cc',
|
| 'longjump.h',
|
| 'longjump_test.cc',
|
| @@ -395,6 +396,10 @@
|
| 'tags.cc',
|
| 'tags.h',
|
| 'thread.h',
|
| + 'thread_android.cc',
|
| + 'thread_android.h',
|
| + 'thread_linux.cc',
|
| + 'thread_linux.h',
|
| 'thread_interrupter.cc',
|
| 'thread_interrupter.h',
|
| 'thread_interrupter_android.cc',
|
| @@ -402,10 +407,14 @@
|
| 'thread_interrupter_macos.cc',
|
| 'thread_interrupter_test.cc',
|
| 'thread_interrupter_win.cc',
|
| + 'thread_macos.cc',
|
| + 'thread_macos.h',
|
| 'thread_pool.cc',
|
| 'thread_pool.h',
|
| 'thread_pool_test.cc',
|
| 'thread_test.cc',
|
| + 'thread_win.cc',
|
| + 'thread_win.h',
|
| 'timer.cc',
|
| 'timer.h',
|
| 'token.cc',
|
|
|