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

Unified Diff: util/util.gyp

Issue 531203002: Add the MultiprocessExec test and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Fix indentation Created 6 years, 3 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/posix/close_multiple.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 7d3cf9f052117ced3d5060bd8a256b858a09e1d8..08eef3829a991d44faabb67f80b215ba203cf609 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -100,12 +100,16 @@
'sources': [
'test/errors.cc',
'test/errors.h',
+ 'test/executable_path.h',
+ 'test/executable_path_mac.cc',
'test/mac/mach_errors.cc',
'test/mac/mach_errors.h',
'test/mac/mach_multiprocess.cc',
'test/mac/mach_multiprocess.h',
'test/multiprocess.cc',
'test/multiprocess.h',
+ 'test/multiprocess_exec.cc',
+ 'test/multiprocess_exec.h',
'test/posix/close_multiple.cc',
'test/posix/close_multiple.h',
],
@@ -144,9 +148,18 @@
'posix/process_util_test.cc',
'stdlib/strlcpy_test.cc',
'stdlib/strnlen_test.cc',
+ 'test/executable_path_test.cc',
'test/mac/mach_multiprocess_test.cc',
+ 'test/multiprocess_exec_test.cc',
'test/multiprocess_test.cc',
],
},
+ {
+ 'target_name': 'util_test_multiprocess_exec_test_child',
+ 'type': 'executable',
+ 'sources': [
+ 'test/multiprocess_exec_test_child.cc',
+ ],
+ },
],
}
« no previous file with comments | « util/test/posix/close_multiple.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698