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

Side by Side Diff: util/util.gyp

Issue 818573002: Add CloseStdinAndStdout() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback 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 unified diff | Download patch
« no previous file with comments | « util/posix/close_stdio.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Crashpad Authors. All rights reserved. 1 # Copyright 2014 The Crashpad Authors. All rights reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'net/http_headers.h', 92 'net/http_headers.h',
93 'net/http_multipart_builder.cc', 93 'net/http_multipart_builder.cc',
94 'net/http_multipart_builder.h', 94 'net/http_multipart_builder.h',
95 'net/http_transport.cc', 95 'net/http_transport.cc',
96 'net/http_transport.h', 96 'net/http_transport.h',
97 'net/http_transport_mac.mm', 97 'net/http_transport_mac.mm',
98 'numeric/checked_range.h', 98 'numeric/checked_range.h',
99 'numeric/in_range_cast.h', 99 'numeric/in_range_cast.h',
100 'numeric/int128.h', 100 'numeric/int128.h',
101 'numeric/safe_assignment.h', 101 'numeric/safe_assignment.h',
102 'posix/close_stdio.cc',
103 'posix/close_stdio.h',
102 'posix/drop_privileges.cc', 104 'posix/drop_privileges.cc',
103 'posix/drop_privileges.h', 105 'posix/drop_privileges.h',
104 'posix/process_info.h', 106 'posix/process_info.h',
105 'posix/process_info_mac.cc', 107 'posix/process_info_mac.cc',
106 'posix/symbolic_constants_posix.cc', 108 'posix/symbolic_constants_posix.cc',
107 'posix/symbolic_constants_posix.h', 109 'posix/symbolic_constants_posix.h',
108 'stdlib/cxx.h', 110 'stdlib/cxx.h',
109 'stdlib/objc.h', 111 'stdlib/objc.h',
110 'stdlib/pointer_container.h', 112 'stdlib/pointer_container.h',
111 'stdlib/string_number_conversion.cc', 113 'stdlib/string_number_conversion.cc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 }, 295 },
294 { 296 {
295 'target_name': 'util_test_multiprocess_exec_test_child', 297 'target_name': 'util_test_multiprocess_exec_test_child',
296 'type': 'executable', 298 'type': 'executable',
297 'sources': [ 299 'sources': [
298 'test/multiprocess_exec_test_child.cc', 300 'test/multiprocess_exec_test_child.cc',
299 ], 301 ],
300 }, 302 },
301 ], 303 ],
302 } 304 }
OLDNEW
« no previous file with comments | « util/posix/close_stdio.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698