| Index: src/trusted/desc/desc.gyp
|
| diff --git a/src/trusted/desc/desc.gyp b/src/trusted/desc/desc.gyp
|
| index e30fd4bd0df5d696a9d38fd87baa278a4562bc2e..aa906e9b8d298c7e579698ffb8765924ae481408 100644
|
| --- a/src/trusted/desc/desc.gyp
|
| +++ b/src/trusted/desc/desc.gyp
|
| @@ -97,17 +97,12 @@
|
| ]
|
| },
|
| 'conditions': [
|
| - ['OS=="linux"', {
|
| + ['OS=="linux" or OS=="mac"', {
|
| 'sources': [
|
| - 'linux/nacl_desc_sysv_shm.c',
|
| - 'linux/nacl_desc_sysv_shm.h',
|
| 'posix/nacl_desc.c',
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
| - 'sources': [
|
| - 'posix/nacl_desc.c',
|
| - ],
|
| # Turning -pedantic off is a hack. Without it, clang
|
| # complains that macro arguments are empty, which is
|
| # only permitted in c99 and c++0x modes. This is true
|
|
|