| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 'win/capture_context.h', | 159 'win/capture_context.h', |
| 160 'win/checked_win_address_range.h', | 160 'win/checked_win_address_range.h', |
| 161 'win/command_line.cc', | 161 'win/command_line.cc', |
| 162 'win/command_line.h', | 162 'win/command_line.h', |
| 163 'win/critical_section_with_debug_info.cc', | 163 'win/critical_section_with_debug_info.cc', |
| 164 'win/critical_section_with_debug_info.h', | 164 'win/critical_section_with_debug_info.h', |
| 165 'win/exception_handler_server.cc', | 165 'win/exception_handler_server.cc', |
| 166 'win/exception_handler_server.h', | 166 'win/exception_handler_server.h', |
| 167 'win/get_function.cc', | 167 'win/get_function.cc', |
| 168 'win/get_function.h', | 168 'win/get_function.h', |
| 169 'win/get_module_information.cc', |
| 170 'win/get_module_information.h', |
| 169 'win/handle.cc', | 171 'win/handle.cc', |
| 170 'win/handle.h', | 172 'win/handle.h', |
| 171 'win/module_version.cc', | 173 'win/module_version.cc', |
| 172 'win/module_version.h', | 174 'win/module_version.h', |
| 173 'win/nt_internals.cc', | 175 'win/nt_internals.cc', |
| 174 'win/nt_internals.h', | 176 'win/nt_internals.h', |
| 175 'win/ntstatus_logging.cc', | 177 'win/ntstatus_logging.cc', |
| 176 'win/ntstatus_logging.h', | 178 'win/ntstatus_logging.h', |
| 177 'win/process_info.cc', | 179 'win/process_info.cc', |
| 178 'win/process_info.h', | 180 'win/process_info.h', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 'UseSafeExceptionHandlers': 'true', | 272 'UseSafeExceptionHandlers': 'true', |
| 271 }, | 273 }, |
| 272 }, | 274 }, |
| 273 }], | 275 }], |
| 274 ], | 276 ], |
| 275 }], | 277 }], |
| 276 ], | 278 ], |
| 277 }, | 279 }, |
| 278 ], | 280 ], |
| 279 } | 281 } |
| OLD | NEW |