| 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 26 matching lines...) Expand all Loading... |
| 37 'minidump_context_writer.cc', | 37 'minidump_context_writer.cc', |
| 38 'minidump_context_writer.h', | 38 'minidump_context_writer.h', |
| 39 'minidump_crashpad_info_writer.cc', | 39 'minidump_crashpad_info_writer.cc', |
| 40 'minidump_crashpad_info_writer.h', | 40 'minidump_crashpad_info_writer.h', |
| 41 'minidump_exception_writer.cc', | 41 'minidump_exception_writer.cc', |
| 42 'minidump_exception_writer.h', | 42 'minidump_exception_writer.h', |
| 43 'minidump_extensions.cc', | 43 'minidump_extensions.cc', |
| 44 'minidump_extensions.h', | 44 'minidump_extensions.h', |
| 45 'minidump_file_writer.cc', | 45 'minidump_file_writer.cc', |
| 46 'minidump_file_writer.h', | 46 'minidump_file_writer.h', |
| 47 'minidump_memory_info_writer.cc', |
| 48 'minidump_memory_info_writer.h', |
| 47 'minidump_memory_writer.cc', | 49 'minidump_memory_writer.cc', |
| 48 'minidump_memory_writer.h', | 50 'minidump_memory_writer.h', |
| 49 'minidump_misc_info_writer.cc', | 51 'minidump_misc_info_writer.cc', |
| 50 'minidump_misc_info_writer.h', | 52 'minidump_misc_info_writer.h', |
| 51 'minidump_module_crashpad_info_writer.cc', | 53 'minidump_module_crashpad_info_writer.cc', |
| 52 'minidump_module_crashpad_info_writer.h', | 54 'minidump_module_crashpad_info_writer.h', |
| 53 'minidump_module_writer.cc', | 55 'minidump_module_writer.cc', |
| 54 'minidump_module_writer.h', | 56 'minidump_module_writer.h', |
| 55 'minidump_rva_list_writer.cc', | 57 'minidump_rva_list_writer.cc', |
| 56 'minidump_rva_list_writer.h', | 58 'minidump_rva_list_writer.h', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 67 'minidump_thread_writer.cc', | 69 'minidump_thread_writer.cc', |
| 68 'minidump_thread_writer.h', | 70 'minidump_thread_writer.h', |
| 69 'minidump_writable.cc', | 71 'minidump_writable.cc', |
| 70 'minidump_writable.h', | 72 'minidump_writable.h', |
| 71 'minidump_writer_util.cc', | 73 'minidump_writer_util.cc', |
| 72 'minidump_writer_util.h', | 74 'minidump_writer_util.h', |
| 73 ], | 75 ], |
| 74 }, | 76 }, |
| 75 ], | 77 ], |
| 76 } | 78 } |
| OLD | NEW |