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 24 matching lines...) Expand all Loading... |
35 'mac/checked_mach_address_range.cc', | 35 'mac/checked_mach_address_range.cc', |
36 'mac/checked_mach_address_range.h', | 36 'mac/checked_mach_address_range.h', |
37 'mac/launchd.h', | 37 'mac/launchd.h', |
38 'mac/launchd.mm', | 38 'mac/launchd.mm', |
39 'mac/mac_util.cc', | 39 'mac/mac_util.cc', |
40 'mac/mac_util.h', | 40 'mac/mac_util.h', |
41 'mac/mach_o_image_reader.cc', | 41 'mac/mach_o_image_reader.cc', |
42 'mac/mach_o_image_reader.h', | 42 'mac/mach_o_image_reader.h', |
43 'mac/mach_o_image_segment_reader.cc', | 43 'mac/mach_o_image_segment_reader.cc', |
44 'mac/mach_o_image_segment_reader.h', | 44 'mac/mach_o_image_segment_reader.h', |
| 45 'mac/mach_o_image_symbol_table_reader.cc', |
| 46 'mac/mach_o_image_symbol_table_reader.h', |
45 'mac/service_management.cc', | 47 'mac/service_management.cc', |
46 'mac/service_management.h', | 48 'mac/service_management.h', |
47 'mac/process_reader.cc', | 49 'mac/process_reader.cc', |
48 'mac/process_reader.h', | 50 'mac/process_reader.h', |
49 'mac/process_types.cc', | 51 'mac/process_types.cc', |
50 'mac/process_types.h', | 52 'mac/process_types.h', |
51 'mac/process_types/all.proctype', | 53 'mac/process_types/all.proctype', |
52 'mac/process_types/crashreporterclient.proctype', | 54 'mac/process_types/crashreporterclient.proctype', |
53 'mac/process_types/custom.cc', | 55 'mac/process_types/custom.cc', |
54 'mac/process_types/dyld_images.proctype', | 56 'mac/process_types/dyld_images.proctype', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 }, | 162 }, |
161 { | 163 { |
162 'target_name': 'util_test_multiprocess_exec_test_child', | 164 'target_name': 'util_test_multiprocess_exec_test_child', |
163 'type': 'executable', | 165 'type': 'executable', |
164 'sources': [ | 166 'sources': [ |
165 'test/multiprocess_exec_test_child.cc', | 167 'test/multiprocess_exec_test_child.cc', |
166 ], | 168 ], |
167 }, | 169 }, |
168 ], | 170 ], |
169 } | 171 } |
OLD | NEW |