| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'mac/mach_o_image_segment_reader.cc', | 42 'mac/mach_o_image_segment_reader.cc', |
| 43 'mac/mach_o_image_segment_reader.h', | 43 'mac/mach_o_image_segment_reader.h', |
| 44 'mac/mach_o_image_symbol_table_reader.cc', | 44 'mac/mach_o_image_symbol_table_reader.cc', |
| 45 'mac/mach_o_image_symbol_table_reader.h', | 45 'mac/mach_o_image_symbol_table_reader.h', |
| 46 'mac/memory_snapshot_mac.cc', | 46 'mac/memory_snapshot_mac.cc', |
| 47 'mac/memory_snapshot_mac.h', | 47 'mac/memory_snapshot_mac.h', |
| 48 'mac/module_snapshot_mac.cc', | 48 'mac/module_snapshot_mac.cc', |
| 49 'mac/module_snapshot_mac.h', | 49 'mac/module_snapshot_mac.h', |
| 50 'mac/process_reader.cc', | 50 'mac/process_reader.cc', |
| 51 'mac/process_reader.h', | 51 'mac/process_reader.h', |
| 52 'mac/process_snapshot_mac.cc', |
| 53 'mac/process_snapshot_mac.h', |
| 52 'mac/process_types.cc', | 54 'mac/process_types.cc', |
| 53 'mac/process_types.h', | 55 'mac/process_types.h', |
| 54 'mac/process_types/all.proctype', | 56 'mac/process_types/all.proctype', |
| 55 'mac/process_types/crashpad_info.proctype', | 57 'mac/process_types/crashpad_info.proctype', |
| 56 'mac/process_types/crashreporterclient.proctype', | 58 'mac/process_types/crashreporterclient.proctype', |
| 57 'mac/process_types/custom.cc', | 59 'mac/process_types/custom.cc', |
| 58 'mac/process_types/dyld_images.proctype', | 60 'mac/process_types/dyld_images.proctype', |
| 59 'mac/process_types/flavors.h', | 61 'mac/process_types/flavors.h', |
| 60 'mac/process_types/internal.h', | 62 'mac/process_types/internal.h', |
| 61 'mac/process_types/loader.proctype', | 63 'mac/process_types/loader.proctype', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'mac/mach_o_image_annotations_reader_test.cc', | 95 'mac/mach_o_image_annotations_reader_test.cc', |
| 94 'mac/mach_o_image_reader_test.cc', | 96 'mac/mach_o_image_reader_test.cc', |
| 95 'mac/mach_o_image_segment_reader_test.cc', | 97 'mac/mach_o_image_segment_reader_test.cc', |
| 96 'mac/process_reader_test.cc', | 98 'mac/process_reader_test.cc', |
| 97 'mac/process_types_test.cc', | 99 'mac/process_types_test.cc', |
| 98 'mac/system_snapshot_mac_test.cc', | 100 'mac/system_snapshot_mac_test.cc', |
| 99 ], | 101 ], |
| 100 }, | 102 }, |
| 101 ], | 103 ], |
| 102 } | 104 } |
| OLD | NEW |