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

Unified Diff: util/util.gyp

Issue 506143002: Refactor MachMultiprocess (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 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/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 faee8e4f877e7840b970f2b6b13d169eeb371a18..77f0ea74c76e717347f83a1655ce43d0e8b78785 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -85,6 +85,8 @@
'test/mac/mach_errors.h',
'test/mac/mach_multiprocess.cc',
'test/mac/mach_multiprocess.h',
+ 'test/multiprocess.cc',
+ 'test/multiprocess.h',
],
},
{
@@ -117,6 +119,7 @@
'posix/process_util_test.cc',
'stdlib/strlcpy_test.cc',
'test/mac/mach_multiprocess_test.cc',
+ 'test/multiprocess_test.cc',
],
},
],
« no previous file with comments | « util/test/multiprocess_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698