| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index b579aed7f9c97585d35e4ac72d66ab1055c9beb8..eca5c0c07c1729b33137f2e467da40eec76dad28 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_server.cc',
|
| + 'mach/child_port_server.h',
|
| 'mach/child_port_types.h',
|
| 'mach/exc_client_variants.cc',
|
| 'mach/exc_client_variants.h',
|
| @@ -53,6 +55,8 @@
|
| 'mach/mach_extensions.h',
|
| 'mach/mach_message_server.cc',
|
| 'mach/mach_message_server.h',
|
| + 'mach/mig.cc',
|
| + 'mach/mig.h',
|
| 'mach/scoped_task_suspend.cc',
|
| 'mach/scoped_task_suspend.h',
|
| 'mach/symbolic_constants_mach.cc',
|
|
|