| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'thread/thread_posix.cc', | 149 'thread/thread_posix.cc', |
| 150 'thread/thread_win.cc', | 150 'thread/thread_win.cc', |
| 151 'win/address_types.h', | 151 'win/address_types.h', |
| 152 'win/capture_context.asm', | 152 'win/capture_context.asm', |
| 153 'win/capture_context.h', | 153 'win/capture_context.h', |
| 154 'win/checked_win_address_range.h', | 154 'win/checked_win_address_range.h', |
| 155 'win/critical_section_with_debug_info.cc', | 155 'win/critical_section_with_debug_info.cc', |
| 156 'win/critical_section_with_debug_info.h', | 156 'win/critical_section_with_debug_info.h', |
| 157 'win/exception_handler_server.cc', | 157 'win/exception_handler_server.cc', |
| 158 'win/exception_handler_server.h', | 158 'win/exception_handler_server.h', |
| 159 'win/get_function.cc', |
| 160 'win/get_function.h', |
| 159 'win/module_version.cc', | 161 'win/module_version.cc', |
| 160 'win/module_version.h', | 162 'win/module_version.h', |
| 161 'win/nt_internals.cc', | 163 'win/nt_internals.cc', |
| 162 'win/nt_internals.h', | 164 'win/nt_internals.h', |
| 163 'win/ntstatus_logging.cc', | 165 'win/ntstatus_logging.cc', |
| 164 'win/ntstatus_logging.h', | 166 'win/ntstatus_logging.h', |
| 165 'win/process_info.cc', | 167 'win/process_info.cc', |
| 166 'win/process_info.h', | 168 'win/process_info.h', |
| 167 'win/process_structs.h', | 169 'win/process_structs.h', |
| 168 'win/registration_protocol_win.cc', | 170 'win/registration_protocol_win.cc', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'UseSafeExceptionHandlers': 'true', | 253 'UseSafeExceptionHandlers': 'true', |
| 252 }, | 254 }, |
| 253 }, | 255 }, |
| 254 }], | 256 }], |
| 255 ], | 257 ], |
| 256 }], | 258 }], |
| 257 ], | 259 ], |
| 258 }, | 260 }, |
| 259 ], | 261 ], |
| 260 } | 262 } |
| OLD | NEW |