2014-07-10 07:05:41 +02:00
|
|
|
# Copyright 2014 Ben Vanik. All Rights Reserved.
|
|
|
|
|
{
|
|
|
|
|
'sources': [
|
2014-07-13 01:51:52 +02:00
|
|
|
'assert.h',
|
2014-07-13 02:48:54 +02:00
|
|
|
'atomic.h',
|
2014-07-12 03:03:35 +02:00
|
|
|
'config.h',
|
2014-07-11 07:51:27 +02:00
|
|
|
'cxx_compat.h',
|
|
|
|
|
'math.h',
|
2014-07-13 01:51:52 +02:00
|
|
|
'platform.h',
|
2014-07-10 07:05:41 +02:00
|
|
|
'poly-private.h',
|
|
|
|
|
'poly.cc',
|
|
|
|
|
'poly.h',
|
2014-07-11 08:51:28 +02:00
|
|
|
'threading.h',
|
2014-07-10 07:05:41 +02:00
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'conditions': [
|
|
|
|
|
['OS == "mac" or OS == "linux"', {
|
|
|
|
|
'sources': [
|
|
|
|
|
],
|
|
|
|
|
}],
|
|
|
|
|
['OS == "linux"', {
|
|
|
|
|
'sources': [
|
|
|
|
|
],
|
|
|
|
|
}],
|
|
|
|
|
['OS == "mac"', {
|
|
|
|
|
'sources': [
|
2014-07-11 08:51:28 +02:00
|
|
|
'threading_mac.cc',
|
2014-07-10 07:05:41 +02:00
|
|
|
],
|
|
|
|
|
}],
|
|
|
|
|
['OS == "win"', {
|
|
|
|
|
'sources': [
|
2014-07-11 08:51:28 +02:00
|
|
|
'threading_win.cc',
|
2014-07-10 07:05:41 +02:00
|
|
|
],
|
|
|
|
|
}],
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'includes': [
|
|
|
|
|
],
|
|
|
|
|
}
|