Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: runtime/vm/vm_sources.gypi

Issue 463993002: - Separate the thread implementation used in bin/ and vm/ (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« runtime/bin/process_linux.cc ('K') | « runtime/vm/thread_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« runtime/bin/process_linux.cc ('K') | « runtime/vm/thread_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698