| Index: src/trusted/service_runtime/service_runtime.gyp
|
| diff --git a/src/trusted/service_runtime/service_runtime.gyp b/src/trusted/service_runtime/service_runtime.gyp
|
| index 4e72be06f951025626bd48dae1f41d3d545e591e..0c106ae382c86925595175c42766b71e71190cb5 100644
|
| --- a/src/trusted/service_runtime/service_runtime.gyp
|
| +++ b/src/trusted/service_runtime/service_runtime.gyp
|
| @@ -98,6 +98,7 @@
|
| 'conditions': [
|
| ['OS=="mac"', {
|
| 'sources': [
|
| + 'generic/thread_suspension.c',
|
| 'osx/crash_filter.c',
|
| 'osx/mach_exception_handler.c',
|
| 'osx/nacl_ldt.c',
|
| @@ -166,6 +167,7 @@
|
| 'linux/nacl_oop_debugger_hooks.c',
|
| 'linux/nacl_thread_nice.c',
|
| 'linux/r_debug.c',
|
| + 'linux/thread_suspension.c',
|
| ],
|
| 'conditions': [
|
| ['target_arch=="ia32" or target_arch=="x64"', {
|
|
|