| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index 0a8aaa0fde92529d638d9d4fd3dcb512614c162e..be953424364afbc35ef27dc4909fba49549d7648 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -61,6 +61,8 @@
|
| 'mac/process_types/traits.h',
|
| 'mach/bootstrap.cc',
|
| 'mach/bootstrap.h',
|
| + 'mach/exc_client_variants.cc',
|
| + 'mach/exc_client_variants.h',
|
| 'mach/exc_server_variants.cc',
|
| 'mach/exc_server_variants.h',
|
| 'mach/mach_extensions.h',
|
| @@ -192,6 +194,7 @@
|
| 'mac/process_types_test.cc',
|
| 'mac/service_management_test.mm',
|
| 'mach/bootstrap_test.cc',
|
| + 'mach/exc_client_variants_test.cc',
|
| 'mach/exc_server_variants_test.cc',
|
| 'mach/mach_message_server_test.cc',
|
| 'mach/task_memory_test.cc',
|
|
|