| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index d385da396d77074e4acc2b35b7cd64483105f486..faee8e4f877e7840b970f2b6b13d169eeb371a18 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -38,6 +38,8 @@
|
| 'mac/mac_util.h',
|
| 'mac/service_management.cc',
|
| 'mac/service_management.h',
|
| + 'mac/process_reader.cc',
|
| + 'mac/process_reader.h',
|
| 'mach/bootstrap.cc',
|
| 'mach/bootstrap.h',
|
| 'mach/task_memory.cc',
|
| @@ -54,6 +56,7 @@
|
| 'posix/process_util_mac.cc',
|
| 'stdlib/cxx.h',
|
| 'stdlib/objc.h',
|
| + 'stdlib/pointer_container.h',
|
| 'stdlib/strlcpy.cc',
|
| 'stdlib/strlcpy.h',
|
| ],
|
| @@ -102,6 +105,7 @@
|
| 'file/string_file_writer_test.cc',
|
| 'mac/launchd_test.mm',
|
| 'mac/mac_util_test.mm',
|
| + 'mac/process_reader_test.cc',
|
| 'mac/service_management_test.mm',
|
| 'mach/bootstrap_test.cc',
|
| 'mach/task_memory_test.cc',
|
|
|