More mac fixups.

This commit is contained in:
Ben Vanik
2014-07-29 20:29:50 -07:00
parent 0c5110ac3e
commit d56ae60460
18 changed files with 165 additions and 70 deletions

View File

@@ -4,6 +4,7 @@
'assert.h',
'atomic.h',
'byte_order.h',
'debugging.h',
'config.h',
'cxx_compat.h',
'math.cc',
@@ -28,11 +29,13 @@
}],
['OS == "mac"', {
'sources': [
'debugging_mac.cc',
'threading_mac.cc',
],
}],
['OS == "win"', {
'sources': [
'debugging_win.cc',
'threading_win.cc',
],
}],