OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |