| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'mac/process_types/dyld_images.proctype', | 60 'mac/process_types/dyld_images.proctype', |
| 61 'mac/process_types/flavors.h', | 61 'mac/process_types/flavors.h', |
| 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', |
| 71 'minidump/minidump_simple_string_dictionary_reader.h', |
| 72 'minidump/minidump_string_reader.cc', |
| 73 'minidump/minidump_string_reader.h', |
| 74 'minidump/process_snapshot_minidump.cc', |
| 75 'minidump/process_snapshot_minidump.h', |
| 70 'memory_snapshot.h', | 76 'memory_snapshot.h', |
| 71 'module_snapshot.h', | 77 'module_snapshot.h', |
| 72 'process_snapshot.h', | 78 'process_snapshot.h', |
| 73 'system_snapshot.h', | 79 'system_snapshot.h', |
| 74 'thread_snapshot.h', | 80 'thread_snapshot.h', |
| 75 ], | 81 ], |
| 76 }, | 82 }, |
| 77 { | 83 { |
| 78 'target_name': 'snapshot_test_lib', | 84 'target_name': 'snapshot_test_lib', |
| 79 'type': 'static_library', | 85 'type': 'static_library', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 ], | 127 ], |
| 122 'sources': [ | 128 'sources': [ |
| 123 'cpu_context_test.cc', | 129 'cpu_context_test.cc', |
| 124 'mac/cpu_context_mac_test.cc', | 130 'mac/cpu_context_mac_test.cc', |
| 125 'mac/mach_o_image_annotations_reader_test.cc', | 131 'mac/mach_o_image_annotations_reader_test.cc', |
| 126 'mac/mach_o_image_reader_test.cc', | 132 'mac/mach_o_image_reader_test.cc', |
| 127 'mac/mach_o_image_segment_reader_test.cc', | 133 'mac/mach_o_image_segment_reader_test.cc', |
| 128 'mac/process_reader_test.cc', | 134 'mac/process_reader_test.cc', |
| 129 'mac/process_types_test.cc', | 135 'mac/process_types_test.cc', |
| 130 'mac/system_snapshot_mac_test.cc', | 136 'mac/system_snapshot_mac_test.cc', |
| 137 'minidump/process_snapshot_minidump_test.cc', |
| 131 ], | 138 ], |
| 132 }, | 139 }, |
| 133 ], | 140 ], |
| 134 } | 141 } |
| OLD | NEW |