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

Unified Diff: util/util.gyp

Issue 819483002: CloseMultipleNowOrOnExec(): promote out of test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 6 years 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 b950c5db8b0b33e42649af3b1d5fa1d94903455b..9ceec2be0210046ca5ea9db26d2d75643019cf31 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -99,6 +99,8 @@
'numeric/in_range_cast.h',
'numeric/int128.h',
'numeric/safe_assignment.h',
+ 'posix/close_multiple.cc',
+ 'posix/close_multiple.h',
'posix/close_stdio.cc',
'posix/close_stdio.h',
'posix/drop_privileges.cc',
@@ -210,8 +212,6 @@
'test/multiprocess.h',
'test/multiprocess_exec.cc',
'test/multiprocess_exec.h',
- 'test/posix/close_multiple.cc',
- 'test/posix/close_multiple.h',
],
'conditions': [
['OS=="mac"', {
« 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