| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index 2bd18842a895c740e4e5195395f3c6b221386e56..9f90da57970dec0832ff660433280b3d9632e986 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -63,6 +63,8 @@
|
| 'mach/exc_client_variants.h',
|
| 'mach/exc_server_variants.cc',
|
| 'mach/exc_server_variants.h',
|
| + 'mach/exception_behaviors.cc',
|
| + 'mach/exception_behaviors.h',
|
| 'mach/mach_extensions.cc',
|
| 'mach/mach_extensions.h',
|
| 'mach/mach_message_server.cc',
|
| @@ -196,6 +198,7 @@
|
| 'mac/service_management_test.mm',
|
| 'mach/exc_client_variants_test.cc',
|
| 'mach/exc_server_variants_test.cc',
|
| + 'mach/exception_behaviors_test.cc',
|
| 'mach/mach_extensions_test.cc',
|
| 'mach/mach_message_server_test.cc',
|
| 'mach/symbolic_constants_mach_test.cc',
|
|
|