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

Side by Side Diff: util/util.gyp

Issue 727053002: Add DropPrivileges() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 6 years, 1 month 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
« util/posix/drop_privileges.cc ('K') | « util/posix/drop_privileges.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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'net/http_headers.h', 77 'net/http_headers.h',
78 'net/http_multipart_builder.cc', 78 'net/http_multipart_builder.cc',
79 'net/http_multipart_builder.h', 79 'net/http_multipart_builder.h',
80 'net/http_transport.cc', 80 'net/http_transport.cc',
81 'net/http_transport.h', 81 'net/http_transport.h',
82 'net/http_transport_mac.mm', 82 'net/http_transport_mac.mm',
83 'numeric/checked_range.h', 83 'numeric/checked_range.h',
84 'numeric/in_range_cast.h', 84 'numeric/in_range_cast.h',
85 'numeric/int128.h', 85 'numeric/int128.h',
86 'numeric/safe_assignment.h', 86 'numeric/safe_assignment.h',
87 'posix/drop_privileges.cc',
88 'posix/drop_privileges.h',
87 'posix/process_info.h', 89 'posix/process_info.h',
88 'posix/process_info_mac.cc', 90 'posix/process_info_mac.cc',
89 'posix/symbolic_constants_posix.cc', 91 'posix/symbolic_constants_posix.cc',
90 'posix/symbolic_constants_posix.h', 92 'posix/symbolic_constants_posix.h',
91 'stdlib/cxx.h', 93 'stdlib/cxx.h',
92 'stdlib/objc.h', 94 'stdlib/objc.h',
93 'stdlib/pointer_container.h', 95 'stdlib/pointer_container.h',
94 'stdlib/string_number_conversion.cc', 96 'stdlib/string_number_conversion.cc',
95 'stdlib/string_number_conversion.h', 97 'stdlib/string_number_conversion.h',
96 'stdlib/strlcpy.cc', 98 'stdlib/strlcpy.cc',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 }, 256 },
255 { 257 {
256 'target_name': 'util_test_multiprocess_exec_test_child', 258 'target_name': 'util_test_multiprocess_exec_test_child',
257 'type': 'executable', 259 'type': 'executable',
258 'sources': [ 260 'sources': [
259 'test/multiprocess_exec_test_child.cc', 261 'test/multiprocess_exec_test_child.cc',
260 ], 262 ],
261 }, 263 },
262 ], 264 ],
263 } 265 }
OLDNEW
« util/posix/drop_privileges.cc ('K') | « util/posix/drop_privileges.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698