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 20 matching lines...) Expand all Loading... |
31 'file/file_writer.cc', | 31 'file/file_writer.cc', |
32 'file/file_writer.h', | 32 'file/file_writer.h', |
33 'file/string_file_writer.cc', | 33 'file/string_file_writer.cc', |
34 'file/string_file_writer.h', | 34 'file/string_file_writer.h', |
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_annotations_reader.cc', |
| 42 'mac/mach_o_image_annotations_reader.h', |
41 'mac/mach_o_image_reader.cc', | 43 'mac/mach_o_image_reader.cc', |
42 'mac/mach_o_image_reader.h', | 44 'mac/mach_o_image_reader.h', |
43 'mac/mach_o_image_segment_reader.cc', | 45 'mac/mach_o_image_segment_reader.cc', |
44 'mac/mach_o_image_segment_reader.h', | 46 'mac/mach_o_image_segment_reader.h', |
45 'mac/mach_o_image_symbol_table_reader.cc', | 47 'mac/mach_o_image_symbol_table_reader.cc', |
46 'mac/mach_o_image_symbol_table_reader.h', | 48 'mac/mach_o_image_symbol_table_reader.h', |
47 'mac/service_management.cc', | 49 'mac/service_management.cc', |
48 'mac/service_management.h', | 50 'mac/service_management.h', |
49 'mac/process_reader.cc', | 51 'mac/process_reader.cc', |
50 'mac/process_reader.h', | 52 'mac/process_reader.h', |
51 'mac/process_types.cc', | 53 'mac/process_types.cc', |
52 'mac/process_types.h', | 54 'mac/process_types.h', |
53 'mac/process_types/all.proctype', | 55 'mac/process_types/all.proctype', |
| 56 'mac/process_types/crashpad_info.proctype', |
54 'mac/process_types/crashreporterclient.proctype', | 57 'mac/process_types/crashreporterclient.proctype', |
55 'mac/process_types/custom.cc', | 58 'mac/process_types/custom.cc', |
56 'mac/process_types/dyld_images.proctype', | 59 'mac/process_types/dyld_images.proctype', |
57 'mac/process_types/flavors.h', | 60 'mac/process_types/flavors.h', |
58 'mac/process_types/internal.h', | 61 'mac/process_types/internal.h', |
59 'mac/process_types/loader.proctype', | 62 'mac/process_types/loader.proctype', |
60 'mac/process_types/nlist.proctype', | 63 'mac/process_types/nlist.proctype', |
61 'mac/process_types/traits.h', | 64 'mac/process_types/traits.h', |
62 'mach/exc_client_variants.cc', | 65 'mach/exc_client_variants.cc', |
63 'mach/exc_client_variants.h', | 66 'mach/exc_client_variants.h', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 }], | 198 }], |
196 ], | 199 ], |
197 }, | 200 }, |
198 { | 201 { |
199 'target_name': 'util_test', | 202 'target_name': 'util_test', |
200 'type': 'executable', | 203 'type': 'executable', |
201 'dependencies': [ | 204 'dependencies': [ |
202 'util', | 205 'util', |
203 'util_test_lib', | 206 'util_test_lib', |
204 'util_test_multiprocess_exec_test_child', | 207 'util_test_multiprocess_exec_test_child', |
| 208 '../client/client.gyp:client', |
205 '../compat/compat.gyp:compat', | 209 '../compat/compat.gyp:compat', |
206 '../third_party/gmock/gmock.gyp:gmock', | 210 '../third_party/gmock/gmock.gyp:gmock', |
207 '../third_party/gtest/gtest.gyp:gtest', | 211 '../third_party/gtest/gtest.gyp:gtest', |
208 '../third_party/gtest/gtest.gyp:gtest_main', | 212 '../third_party/gtest/gtest.gyp:gtest_main', |
209 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 213 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', |
210 ], | 214 ], |
211 'include_dirs': [ | 215 'include_dirs': [ |
212 '..', | 216 '..', |
213 ], | 217 ], |
214 'sources': [ | 218 'sources': [ |
215 'file/string_file_writer_test.cc', | 219 'file/string_file_writer_test.cc', |
216 'mac/checked_mach_address_range_test.cc', | 220 'mac/checked_mach_address_range_test.cc', |
217 'mac/launchd_test.mm', | 221 'mac/launchd_test.mm', |
218 'mac/mac_util_test.mm', | 222 'mac/mac_util_test.mm', |
| 223 'mac/mach_o_image_annotations_reader_test.cc', |
219 'mac/mach_o_image_reader_test.cc', | 224 'mac/mach_o_image_reader_test.cc', |
220 'mac/mach_o_image_segment_reader_test.cc', | 225 'mac/mach_o_image_segment_reader_test.cc', |
221 'mac/process_reader_test.cc', | 226 'mac/process_reader_test.cc', |
222 'mac/process_types_test.cc', | 227 'mac/process_types_test.cc', |
223 'mac/service_management_test.mm', | 228 'mac/service_management_test.mm', |
224 'mach/exc_client_variants_test.cc', | 229 'mach/exc_client_variants_test.cc', |
225 'mach/exc_server_variants_test.cc', | 230 'mach/exc_server_variants_test.cc', |
226 'mach/exception_behaviors_test.cc', | 231 'mach/exception_behaviors_test.cc', |
227 'mach/exception_ports_test.cc', | 232 'mach/exception_ports_test.cc', |
228 'mach/mach_extensions_test.cc', | 233 'mach/mach_extensions_test.cc', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 }, | 266 }, |
262 { | 267 { |
263 'target_name': 'util_test_multiprocess_exec_test_child', | 268 'target_name': 'util_test_multiprocess_exec_test_child', |
264 'type': 'executable', | 269 'type': 'executable', |
265 'sources': [ | 270 'sources': [ |
266 'test/multiprocess_exec_test_child.cc', | 271 'test/multiprocess_exec_test_child.cc', |
267 ], | 272 ], |
268 }, | 273 }, |
269 ], | 274 ], |
270 } | 275 } |
OLD | NEW |