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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'mac/process_types/internal.h', | 62 'mac/process_types/internal.h', |
63 'mac/process_types/loader.proctype', | 63 'mac/process_types/loader.proctype', |
64 'mac/process_types/nlist.proctype', | 64 'mac/process_types/nlist.proctype', |
65 'mac/process_types/traits.h', | 65 'mac/process_types/traits.h', |
66 'mac/system_snapshot_mac.cc', | 66 'mac/system_snapshot_mac.cc', |
67 'mac/system_snapshot_mac.h', | 67 'mac/system_snapshot_mac.h', |
68 'mac/thread_snapshot_mac.cc', | 68 'mac/thread_snapshot_mac.cc', |
69 'mac/thread_snapshot_mac.h', | 69 'mac/thread_snapshot_mac.h', |
70 'minidump/minidump_simple_string_dictionary_reader.cc', | 70 'minidump/minidump_simple_string_dictionary_reader.cc', |
71 'minidump/minidump_simple_string_dictionary_reader.h', | 71 'minidump/minidump_simple_string_dictionary_reader.h', |
| 72 'minidump/minidump_string_list_reader.cc', |
| 73 'minidump/minidump_string_list_reader.h', |
72 'minidump/minidump_string_reader.cc', | 74 'minidump/minidump_string_reader.cc', |
73 'minidump/minidump_string_reader.h', | 75 'minidump/minidump_string_reader.h', |
| 76 'minidump/module_snapshot_minidump.cc', |
| 77 'minidump/module_snapshot_minidump.h', |
74 'minidump/process_snapshot_minidump.cc', | 78 'minidump/process_snapshot_minidump.cc', |
75 'minidump/process_snapshot_minidump.h', | 79 'minidump/process_snapshot_minidump.h', |
76 'memory_snapshot.h', | 80 'memory_snapshot.h', |
77 'module_snapshot.h', | 81 'module_snapshot.h', |
78 'process_snapshot.h', | 82 'process_snapshot.h', |
79 'system_snapshot.h', | 83 'system_snapshot.h', |
80 'thread_snapshot.h', | 84 'thread_snapshot.h', |
81 'win/process_reader_win.cc', | 85 'win/process_reader_win.cc', |
82 'win/process_reader_win.h', | 86 'win/process_reader_win.h', |
83 'win/system_snapshot_win.cc', | 87 'win/system_snapshot_win.cc', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'mac/mach_o_image_segment_reader_test.cc', | 151 'mac/mach_o_image_segment_reader_test.cc', |
148 'mac/process_reader_test.cc', | 152 'mac/process_reader_test.cc', |
149 'mac/process_types_test.cc', | 153 'mac/process_types_test.cc', |
150 'mac/system_snapshot_mac_test.cc', | 154 'mac/system_snapshot_mac_test.cc', |
151 'minidump/process_snapshot_minidump_test.cc', | 155 'minidump/process_snapshot_minidump_test.cc', |
152 'win/system_snapshot_win_test.cc', | 156 'win/system_snapshot_win_test.cc', |
153 ], | 157 ], |
154 }, | 158 }, |
155 ], | 159 ], |
156 } | 160 } |
OLD | NEW |