| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index 70c0245aeca93a28197c753af4c2b082d532703c..e2c4c01a38d201a12f68ce8a5bca0691a0f271e4 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -45,6 +45,8 @@
|
| 'mach/child_port_server.cc',
|
| 'mach/child_port_server.h',
|
| 'mach/child_port_types.h',
|
| + 'mach/composite_mach_message_server.cc',
|
| + 'mach/composite_mach_message_server.h',
|
| 'mach/exc_client_variants.cc',
|
| 'mach/exc_client_variants.h',
|
| 'mach/exc_server_variants.cc',
|
| @@ -240,6 +242,7 @@
|
| 'mac/service_management_test.mm',
|
| 'mach/child_port_handshake_test.cc',
|
| 'mach/child_port_server_test.cc',
|
| + 'mach/composite_mach_message_server_test.cc',
|
| 'mach/exc_client_variants_test.cc',
|
| 'mach/exc_server_variants_test.cc',
|
| 'mach/exception_behaviors_test.cc',
|
|
|