Moving threading utils to poly.

This commit is contained in:
Ben Vanik
2014-07-10 23:51:28 -07:00
parent 9031d5f4a4
commit f24b45a07c
9 changed files with 119 additions and 14 deletions

View File

@@ -6,6 +6,7 @@
'poly-private.h',
'poly.cc',
'poly.h',
'threading.h',
],
'conditions': [
@@ -19,10 +20,12 @@
}],
['OS == "mac"', {
'sources': [
'threading_mac.cc',
],
}],
['OS == "win"', {
'sources': [
'threading_win.cc',
],
}],
],