Index: util/util.gyp |
diff --git a/util/util.gyp b/util/util.gyp |
index 0176647d192a68b2c7770887013e265fd2fed714..044a6c54d0e0edf4e68ae4d65182417db65bf189 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_server_variants.cc', |
Robert Sesek
2014/09/10 21:10:21
Need to add the new header here.
|
+ 'mach/exc_server_variants.h', |
'mach/mach_message_server.cc', |
'mach/mach_message_server.h', |
'mach/task_memory.cc', |
@@ -167,6 +169,7 @@ |
'util_test_lib', |
'util_test_multiprocess_exec_test_child', |
'../compat/compat.gyp:compat', |
+ '../third_party/gmock/gmock.gyp:gmock', |
'../third_party/gtest/gtest.gyp:gtest', |
'../third_party/gtest/gtest.gyp:gtest_main', |
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base', |
@@ -185,6 +188,7 @@ |
'mac/process_types_test.cc', |
'mac/service_management_test.mm', |
'mach/bootstrap_test.cc', |
+ 'mach/exc_server_variants_test.cc', |
'mach/mach_message_server_test.cc', |
'mach/task_memory_test.cc', |
'misc/initialization_state_dcheck_test.cc', |