| Index: src/trusted/service_runtime/service_runtime.gyp
|
| ===================================================================
|
| --- src/trusted/service_runtime/service_runtime.gyp (revision 10826)
|
| +++ src/trusted/service_runtime/service_runtime.gyp (working copy)
|
| @@ -107,8 +107,9 @@
|
| 'conditions': [
|
| ['OS=="mac"', {
|
| 'sources': [
|
| - 'osx/crash_filter.c',
|
| 'osx/mach_exception_handler.c',
|
| + 'osx/mach_thread_map.c',
|
| + 'osx/mach_thread_trusted_state.c',
|
| 'osx/nacl_ldt.c',
|
| 'osx/nacl_thread_nice.c',
|
| 'osx/outer_sandbox.c',
|
|
|