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

Unified Diff: runtime/bin/builtin_impl_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
« no previous file with comments | « no previous file | runtime/bin/dbg_connection.h » ('j') | runtime/bin/io_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_impl_sources.gypi
===================================================================
--- runtime/bin/builtin_impl_sources.gypi (revision 39151)
+++ runtime/bin/builtin_impl_sources.gypi (working copy)
@@ -53,7 +53,16 @@
'io_buffer.cc',
'io_buffer.h',
'isolate_data.h',
+ 'lockers.h',
'thread.h',
+ 'thread_android.cc',
+ 'thread_android.h',
+ 'thread_linux.cc',
+ 'thread_linux.h',
+ 'thread_macos.cc',
+ 'thread_macos.h',
+ 'thread_win.cc',
+ 'thread_win.h',
'utils.h',
'utils_android.cc',
'utils_linux.cc',
« no previous file with comments | « no previous file | runtime/bin/dbg_connection.h » ('j') | runtime/bin/io_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698