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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 'posix/close_multiple.cc', | 121 'posix/close_multiple.cc', |
122 'posix/close_multiple.h', | 122 'posix/close_multiple.h', |
123 'posix/close_stdio.cc', | 123 'posix/close_stdio.cc', |
124 'posix/close_stdio.h', | 124 'posix/close_stdio.h', |
125 'posix/drop_privileges.cc', | 125 'posix/drop_privileges.cc', |
126 'posix/drop_privileges.h', | 126 'posix/drop_privileges.h', |
127 'posix/process_info.h', | 127 'posix/process_info.h', |
128 'posix/process_info_mac.cc', | 128 'posix/process_info_mac.cc', |
129 'posix/symbolic_constants_posix.cc', | 129 'posix/symbolic_constants_posix.cc', |
130 'posix/symbolic_constants_posix.h', | 130 'posix/symbolic_constants_posix.h', |
| 131 'stdlib/aligned_allocator.cc', |
| 132 'stdlib/aligned_allocator.h', |
131 'stdlib/cxx.h', | 133 'stdlib/cxx.h', |
132 'stdlib/map_insert.h', | 134 'stdlib/map_insert.h', |
133 'stdlib/move.h', | 135 'stdlib/move.h', |
134 'stdlib/objc.h', | 136 'stdlib/objc.h', |
135 'stdlib/pointer_container.h', | 137 'stdlib/pointer_container.h', |
136 'stdlib/string_number_conversion.cc', | 138 'stdlib/string_number_conversion.cc', |
137 'stdlib/string_number_conversion.h', | 139 'stdlib/string_number_conversion.h', |
138 'stdlib/strlcpy.cc', | 140 'stdlib/strlcpy.cc', |
139 'stdlib/strlcpy.h', | 141 'stdlib/strlcpy.h', |
140 'stdlib/strnlen.cc', | 142 'stdlib/strnlen.cc', |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 'UseSafeExceptionHandlers': 'true', | 268 'UseSafeExceptionHandlers': 'true', |
267 }, | 269 }, |
268 }, | 270 }, |
269 }], | 271 }], |
270 ], | 272 ], |
271 }], | 273 }], |
272 ], | 274 ], |
273 }, | 275 }, |
274 ], | 276 ], |
275 } | 277 } |
OLD | NEW |