Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: util/util.gyp

Issue 482483002: Add MachMultiprocess and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@bootstrap
Patch Set: Further refinements Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « util/test/mac/mach_multiprocess_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 57243e4435bb543e573524b843960969ef07b3f9..d385da396d77074e4acc2b35b7cd64483105f486 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -63,17 +63,25 @@
'type': 'static_library',
'dependencies': [
'../compat/compat.gyp:compat',
+ '../third_party/gtest/gtest.gyp:gtest',
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
'util',
],
'include_dirs': [
'..',
],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/usr/lib/libbsm.dylib',
+ ],
+ },
'sources': [
'test/errors.cc',
'test/errors.h',
'test/mac/mach_errors.cc',
'test/mac/mach_errors.h',
+ 'test/mac/mach_multiprocess.cc',
+ 'test/mac/mach_multiprocess.h',
],
},
{
@@ -104,6 +112,7 @@
'numeric/in_range_cast_test.cc',
'posix/process_util_test.cc',
'stdlib/strlcpy_test.cc',
+ 'test/mac/mach_multiprocess_test.cc',
],
},
],
« no previous file with comments | « util/test/mac/mach_multiprocess_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698