| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/cxx.h', | 131 'stdlib/cxx.h', |
| 132 'stdlib/map_insert.h', | 132 'stdlib/map_insert.h', |
| 133 'stdlib/move.h', |
| 133 'stdlib/objc.h', | 134 'stdlib/objc.h', |
| 134 'stdlib/pointer_container.h', | 135 'stdlib/pointer_container.h', |
| 135 'stdlib/string_number_conversion.cc', | 136 'stdlib/string_number_conversion.cc', |
| 136 'stdlib/string_number_conversion.h', | 137 'stdlib/string_number_conversion.h', |
| 137 'stdlib/strlcpy.cc', | 138 'stdlib/strlcpy.cc', |
| 138 'stdlib/strlcpy.h', | 139 'stdlib/strlcpy.h', |
| 139 'stdlib/strnlen.cc', | 140 'stdlib/strnlen.cc', |
| 140 'stdlib/strnlen.h', | 141 'stdlib/strnlen.h', |
| 141 'string/split_string.cc', | 142 'string/split_string.cc', |
| 142 'string/split_string.h', | 143 'string/split_string.h', |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 'UseSafeExceptionHandlers': 'true', | 266 'UseSafeExceptionHandlers': 'true', |
| 266 }, | 267 }, |
| 267 }, | 268 }, |
| 268 }], | 269 }], |
| 269 ], | 270 ], |
| 270 }], | 271 }], |
| 271 ], | 272 ], |
| 272 }, | 273 }, |
| 273 ], | 274 ], |
| 274 } | 275 } |
| OLD | NEW |