| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'mac/process_types/dyld_images.proctype', | 56 'mac/process_types/dyld_images.proctype', |
| 57 'mac/process_types/flavors.h', | 57 'mac/process_types/flavors.h', |
| 58 'mac/process_types/internal.h', | 58 'mac/process_types/internal.h', |
| 59 'mac/process_types/loader.proctype', | 59 'mac/process_types/loader.proctype', |
| 60 'mac/process_types/nlist.proctype', | 60 'mac/process_types/nlist.proctype', |
| 61 'mac/process_types/traits.h', | 61 'mac/process_types/traits.h', |
| 62 'mach/bootstrap.cc', | 62 'mach/bootstrap.cc', |
| 63 'mach/bootstrap.h', | 63 'mach/bootstrap.h', |
| 64 'mach/exc_server_variants.cc', | 64 'mach/exc_server_variants.cc', |
| 65 'mach/exc_server_variants.h', | 65 'mach/exc_server_variants.h', |
| 66 'mach/mach_extensions.cc', |
| 66 'mach/mach_extensions.h', | 67 'mach/mach_extensions.h', |
| 67 'mach/mach_message_server.cc', | 68 'mach/mach_message_server.cc', |
| 68 'mach/mach_message_server.h', | 69 'mach/mach_message_server.h', |
| 70 'mach/symbolic_constants_mach.cc', |
| 71 'mach/symbolic_constants_mach.h', |
| 69 'mach/task_memory.cc', | 72 'mach/task_memory.cc', |
| 70 'mach/task_memory.h', | 73 'mach/task_memory.h', |
| 71 'misc/initialization_state.h', | 74 'misc/initialization_state.h', |
| 72 'misc/initialization_state_dcheck.cc', | 75 'misc/initialization_state_dcheck.cc', |
| 73 'misc/initialization_state_dcheck.h', | 76 'misc/initialization_state_dcheck.h', |
| 74 'misc/scoped_forbid_return.cc', | 77 'misc/scoped_forbid_return.cc', |
| 75 'misc/scoped_forbid_return.h', | 78 'misc/scoped_forbid_return.h', |
| 76 'misc/symbolic_constants_common.h', | 79 'misc/symbolic_constants_common.h', |
| 77 'misc/uuid.cc', | 80 'misc/uuid.cc', |
| 78 'misc/uuid.h', | 81 'misc/uuid.h', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'mac/launchd_test.mm', | 190 'mac/launchd_test.mm', |
| 188 'mac/mac_util_test.mm', | 191 'mac/mac_util_test.mm', |
| 189 'mac/mach_o_image_reader_test.cc', | 192 'mac/mach_o_image_reader_test.cc', |
| 190 'mac/mach_o_image_segment_reader_test.cc', | 193 'mac/mach_o_image_segment_reader_test.cc', |
| 191 'mac/process_reader_test.cc', | 194 'mac/process_reader_test.cc', |
| 192 'mac/process_types_test.cc', | 195 'mac/process_types_test.cc', |
| 193 'mac/service_management_test.mm', | 196 'mac/service_management_test.mm', |
| 194 'mach/bootstrap_test.cc', | 197 'mach/bootstrap_test.cc', |
| 195 'mach/exc_server_variants_test.cc', | 198 'mach/exc_server_variants_test.cc', |
| 196 'mach/mach_message_server_test.cc', | 199 'mach/mach_message_server_test.cc', |
| 200 'mach/symbolic_constants_mach_test.cc', |
| 197 'mach/task_memory_test.cc', | 201 'mach/task_memory_test.cc', |
| 198 'misc/initialization_state_dcheck_test.cc', | 202 'misc/initialization_state_dcheck_test.cc', |
| 199 'misc/initialization_state_test.cc', | 203 'misc/initialization_state_test.cc', |
| 200 'misc/scoped_forbid_return_test.cc', | 204 'misc/scoped_forbid_return_test.cc', |
| 201 'misc/uuid_test.cc', | 205 'misc/uuid_test.cc', |
| 202 'numeric/checked_range_test.cc', | 206 'numeric/checked_range_test.cc', |
| 203 'numeric/in_range_cast_test.cc', | 207 'numeric/in_range_cast_test.cc', |
| 204 'posix/process_util_test.cc', | 208 'posix/process_util_test.cc', |
| 205 'posix/symbolic_constants_posix_test.cc', | 209 'posix/symbolic_constants_posix_test.cc', |
| 206 'stdlib/string_number_conversion_test.cc', | 210 'stdlib/string_number_conversion_test.cc', |
| 207 'stdlib/strlcpy_test.cc', | 211 'stdlib/strlcpy_test.cc', |
| 208 'stdlib/strnlen_test.cc', | 212 'stdlib/strnlen_test.cc', |
| 209 'test/executable_path_test.cc', | 213 'test/executable_path_test.cc', |
| 210 'test/mac/mach_multiprocess_test.cc', | 214 'test/mac/mach_multiprocess_test.cc', |
| 211 'test/multiprocess_exec_test.cc', | 215 'test/multiprocess_exec_test.cc', |
| 212 'test/multiprocess_test.cc', | 216 'test/multiprocess_test.cc', |
| 213 ], | 217 ], |
| 214 }, | 218 }, |
| 215 { | 219 { |
| 216 'target_name': 'util_test_multiprocess_exec_test_child', | 220 'target_name': 'util_test_multiprocess_exec_test_child', |
| 217 'type': 'executable', | 221 'type': 'executable', |
| 218 'sources': [ | 222 'sources': [ |
| 219 'test/multiprocess_exec_test_child.cc', | 223 'test/multiprocess_exec_test_child.cc', |
| 220 ], | 224 ], |
| 221 }, | 225 }, |
| 222 ], | 226 ], |
| 223 } | 227 } |
| OLD | NEW |