Index: util/util.gyp |
diff --git a/util/util.gyp b/util/util.gyp |
index b579aed7f9c97585d35e4ac72d66ab1055c9beb8..425e0d432976a5c41c5e8a46d3c7db40e15d5f52 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/mach_message_util.cc', |
+ 'mach/mach_message_util.h', |
'mach/scoped_task_suspend.cc', |
'mach/scoped_task_suspend.h', |
'mach/symbolic_constants_mach.cc', |
@@ -232,12 +236,14 @@ |
'mac/launchd_test.mm', |
'mac/mac_util_test.mm', |
'mac/service_management_test.mm', |
+ 'mach/child_port_server_test.cc', |
'mach/exc_client_variants_test.cc', |
'mach/exc_server_variants_test.cc', |
'mach/exception_behaviors_test.cc', |
'mach/exception_ports_test.cc', |
'mach/mach_extensions_test.cc', |
'mach/mach_message_server_test.cc', |
+ 'mach/mach_message_util_test.cc', |
'mach/scoped_task_suspend_test.cc', |
'mach/symbolic_constants_mach_test.cc', |
'mach/task_memory_test.cc', |