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_reader.cc', | |
42 'mac/mach_o_image_reader.h', | |
43 'mac/mach_o_image_segment_reader.cc', | |
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', | |
47 'mac/service_management.cc', | 41 'mac/service_management.cc', |
48 'mac/service_management.h', | 42 'mac/service_management.h', |
49 'mac/process_reader.cc', | |
50 'mac/process_reader.h', | |
51 'mac/process_types.cc', | |
52 'mac/process_types.h', | |
53 'mac/process_types/all.proctype', | |
54 'mac/process_types/crashreporterclient.proctype', | |
55 'mac/process_types/custom.cc', | |
56 'mac/process_types/dyld_images.proctype', | |
57 'mac/process_types/flavors.h', | |
58 'mac/process_types/internal.h', | |
59 'mac/process_types/loader.proctype', | |
60 'mac/process_types/nlist.proctype', | |
61 'mac/process_types/traits.h', | |
62 'mach/exc_client_variants.cc', | 43 'mach/exc_client_variants.cc', |
63 'mach/exc_client_variants.h', | 44 'mach/exc_client_variants.h', |
64 'mach/exc_server_variants.cc', | 45 'mach/exc_server_variants.cc', |
65 'mach/exc_server_variants.h', | 46 'mach/exc_server_variants.h', |
66 'mach/exception_behaviors.cc', | 47 'mach/exception_behaviors.cc', |
67 'mach/exception_behaviors.h', | 48 'mach/exception_behaviors.h', |
68 'mach/exception_ports.cc', | 49 'mach/exception_ports.cc', |
69 'mach/exception_ports.h', | 50 'mach/exception_ports.h', |
70 'mach/mach_extensions.cc', | 51 'mach/mach_extensions.cc', |
71 'mach/mach_extensions.h', | 52 'mach/mach_extensions.h', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 190 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', |
210 ], | 191 ], |
211 'include_dirs': [ | 192 'include_dirs': [ |
212 '..', | 193 '..', |
213 ], | 194 ], |
214 'sources': [ | 195 'sources': [ |
215 'file/string_file_writer_test.cc', | 196 'file/string_file_writer_test.cc', |
216 'mac/checked_mach_address_range_test.cc', | 197 'mac/checked_mach_address_range_test.cc', |
217 'mac/launchd_test.mm', | 198 'mac/launchd_test.mm', |
218 'mac/mac_util_test.mm', | 199 'mac/mac_util_test.mm', |
219 'mac/mach_o_image_reader_test.cc', | |
220 'mac/mach_o_image_segment_reader_test.cc', | |
221 'mac/process_reader_test.cc', | |
222 'mac/process_types_test.cc', | |
223 'mac/service_management_test.mm', | 200 'mac/service_management_test.mm', |
224 'mach/exc_client_variants_test.cc', | 201 'mach/exc_client_variants_test.cc', |
225 'mach/exc_server_variants_test.cc', | 202 'mach/exc_server_variants_test.cc', |
226 'mach/exception_behaviors_test.cc', | 203 'mach/exception_behaviors_test.cc', |
227 'mach/exception_ports_test.cc', | 204 'mach/exception_ports_test.cc', |
228 'mach/mach_extensions_test.cc', | 205 'mach/mach_extensions_test.cc', |
229 'mach/mach_message_server_test.cc', | 206 'mach/mach_message_server_test.cc', |
230 'mach/scoped_task_suspend_test.cc', | 207 'mach/scoped_task_suspend_test.cc', |
231 'mach/symbolic_constants_mach_test.cc', | 208 'mach/symbolic_constants_mach_test.cc', |
232 'mach/task_memory_test.cc', | 209 'mach/task_memory_test.cc', |
(...skipping 28 matching lines...) Expand all Loading... |
261 }, | 238 }, |
262 { | 239 { |
263 'target_name': 'util_test_multiprocess_exec_test_child', | 240 'target_name': 'util_test_multiprocess_exec_test_child', |
264 'type': 'executable', | 241 'type': 'executable', |
265 'sources': [ | 242 'sources': [ |
266 'test/multiprocess_exec_test_child.cc', | 243 'test/multiprocess_exec_test_child.cc', |
267 ], | 244 ], |
268 }, | 245 }, |
269 ], | 246 ], |
270 } | 247 } |
OLD | NEW |