| Index: runtime/vm/vm_sources.gypi
|
| ===================================================================
|
| --- runtime/vm/vm_sources.gypi (revision 42893)
|
| +++ runtime/vm/vm_sources.gypi (working copy)
|
| @@ -313,6 +313,15 @@
|
| 'os_linux.cc',
|
| 'os_macos.cc',
|
| 'os_test.cc',
|
| + 'os_thread.h',
|
| + 'os_thread_android.cc',
|
| + 'os_thread_android.h',
|
| + 'os_thread_linux.cc',
|
| + 'os_thread_linux.h',
|
| + 'os_thread_macos.cc',
|
| + 'os_thread_macos.h',
|
| + 'os_thread_win.cc',
|
| + 'os_thread_win.h',
|
| 'os_win.cc',
|
| 'pages.cc',
|
| 'pages.h',
|
| @@ -413,11 +422,6 @@
|
| 'symbols.h',
|
| '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',
|
| @@ -425,14 +429,10 @@
|
| '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',
|
|
|