| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index e651030a91747eaf58f03f2cd9574f53f2fbaf01..50302c99c8c026d4fdd7314f0ba420bd94e7e11a 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -65,6 +65,8 @@
|
| 'mach/exc_client_variants.h',
|
| 'mach/exc_server_variants.cc',
|
| 'mach/exc_server_variants.h',
|
| + 'mach/exception_ports.cc',
|
| + 'mach/exception_ports.h',
|
| 'mach/mach_extensions.cc',
|
| 'mach/mach_extensions.h',
|
| 'mach/mach_message_server.cc',
|
| @@ -197,6 +199,7 @@
|
| 'mach/bootstrap_test.cc',
|
| 'mach/exc_client_variants_test.cc',
|
| 'mach/exc_server_variants_test.cc',
|
| + 'mach/exception_ports_test.cc',
|
| 'mach/mach_extensions_test.cc',
|
| 'mach/mach_message_server_test.cc',
|
| 'mach/task_memory_test.cc',
|
|
|