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 27 matching lines...) Expand all Loading... |
38 'mac/mach_o_image_annotations_reader.cc', | 38 'mac/mach_o_image_annotations_reader.cc', |
39 'mac/mach_o_image_annotations_reader.h', | 39 'mac/mach_o_image_annotations_reader.h', |
40 'mac/mach_o_image_reader.cc', | 40 'mac/mach_o_image_reader.cc', |
41 'mac/mach_o_image_reader.h', | 41 'mac/mach_o_image_reader.h', |
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', |
| 49 'mac/module_snapshot_mac.h', |
48 'mac/process_reader.cc', | 50 'mac/process_reader.cc', |
49 'mac/process_reader.h', | 51 'mac/process_reader.h', |
50 'mac/process_types.cc', | 52 'mac/process_types.cc', |
51 'mac/process_types.h', | 53 'mac/process_types.h', |
52 'mac/process_types/all.proctype', | 54 'mac/process_types/all.proctype', |
53 'mac/process_types/crashpad_info.proctype', | 55 'mac/process_types/crashpad_info.proctype', |
54 'mac/process_types/crashreporterclient.proctype', | 56 'mac/process_types/crashreporterclient.proctype', |
55 'mac/process_types/custom.cc', | 57 'mac/process_types/custom.cc', |
56 'mac/process_types/dyld_images.proctype', | 58 'mac/process_types/dyld_images.proctype', |
57 'mac/process_types/flavors.h', | 59 'mac/process_types/flavors.h', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'mac/mach_o_image_annotations_reader_test.cc', | 93 'mac/mach_o_image_annotations_reader_test.cc', |
92 'mac/mach_o_image_reader_test.cc', | 94 'mac/mach_o_image_reader_test.cc', |
93 'mac/mach_o_image_segment_reader_test.cc', | 95 'mac/mach_o_image_segment_reader_test.cc', |
94 'mac/process_reader_test.cc', | 96 'mac/process_reader_test.cc', |
95 'mac/process_types_test.cc', | 97 'mac/process_types_test.cc', |
96 'mac/system_snapshot_mac_test.cc', | 98 'mac/system_snapshot_mac_test.cc', |
97 ], | 99 ], |
98 }, | 100 }, |
99 ], | 101 ], |
100 } | 102 } |
OLD | NEW |