Chromium Code Reviews

Unified Diff: runtime/bin/builtin_sources.gypi

Issue 9112013: Thread pool changes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added tread pool shutdown Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | runtime/bin/eventhandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_sources.gypi
diff --git a/runtime/bin/builtin_sources.gypi b/runtime/bin/builtin_sources.gypi
index 7aad13684a5501343c297a362f986760660634d8..ffdf6411bc17b2b65569952b638e0383417e86b3 100644
--- a/runtime/bin/builtin_sources.gypi
+++ b/runtime/bin/builtin_sources.gypi
@@ -79,6 +79,7 @@
'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.h » ('j') | no next file with comments »

Powered by Google App Engine