| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index 425e0d432976a5c41c5e8a46d3c7db40e15d5f52..4a20b837cdc7838a7fdf7642214191740b4c4e68 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -40,6 +40,8 @@
|
| 'mac/mac_util.h',
|
| 'mac/service_management.cc',
|
| 'mac/service_management.h',
|
| + 'mach/child_port_handshake.cc',
|
| + 'mach/child_port_handshake.h',
|
| 'mach/child_port_server.cc',
|
| 'mach/child_port_server.h',
|
| 'mach/child_port_types.h',
|
| @@ -236,6 +238,7 @@
|
| 'mac/launchd_test.mm',
|
| 'mac/mac_util_test.mm',
|
| 'mac/service_management_test.mm',
|
| + 'mach/child_port_handshake_test.cc',
|
| 'mach/child_port_server_test.cc',
|
| 'mach/exc_client_variants_test.cc',
|
| 'mach/exc_server_variants_test.cc',
|
|
|