Index: util/util.gyp |
diff --git a/util/util.gyp b/util/util.gyp |
index 4a20b837cdc7838a7fdf7642214191740b4c4e68..70c0245aeca93a28197c753af4c2b082d532703c 100644 |
--- a/util/util.gyp |
+++ b/util/util.gyp |
@@ -55,10 +55,10 @@ |
'mach/exception_ports.h', |
'mach/mach_extensions.cc', |
'mach/mach_extensions.h', |
+ 'mach/mach_message.cc', |
+ 'mach/mach_message.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', |
@@ -246,7 +246,7 @@ |
'mach/exception_ports_test.cc', |
'mach/mach_extensions_test.cc', |
'mach/mach_message_server_test.cc', |
- 'mach/mach_message_util_test.cc', |
+ 'mach/mach_message_test.cc', |
'mach/scoped_task_suspend_test.cc', |
'mach/symbolic_constants_mach_test.cc', |
'mach/task_memory_test.cc', |