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

Unified Diff: runtime/bin/builtin_impl_sources.gypi

Issue 9141005: Change the thread interface in runtime/platform and use it starting all threads (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments from asiva@ Created 8 years, 11 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/eventhandler_linux.h » ('j') | runtime/bin/thread_pool.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_impl_sources.gypi
diff --git a/runtime/bin/builtin_impl_sources.gypi b/runtime/bin/builtin_impl_sources.gypi
index 523d1b61459d6646c55121d43ef58f32a1c45ad9..c5c1cea6b262c55fb1cab9f5ac14fc386120e359 100644
--- a/runtime/bin/builtin_impl_sources.gypi
+++ b/runtime/bin/builtin_impl_sources.gypi
@@ -51,12 +51,6 @@
'set_test.cc',
'thread.h',
'thread_pool.cc',
- 'thread_pool_linux.cc',
- 'thread_pool_linux.h',
- 'thread_pool_macos.cc',
- 'thread_pool_macos.h',
'thread_pool_test.cc',
- 'thread_pool_win.cc',
- 'thread_pool_win.h',
],
}
« no previous file with comments | « no previous file | runtime/bin/eventhandler_linux.h » ('j') | runtime/bin/thread_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698