| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/exception_behaviors.cc', | 66 'mach/exception_behaviors.cc', |
| 67 'mach/exception_behaviors.h', | 67 'mach/exception_behaviors.h', |
| 68 'mach/exception_ports.cc', | 68 'mach/exception_ports.cc', |
| 69 'mach/exception_ports.h', | 69 'mach/exception_ports.h', |
| 70 'mach/mach_extensions.cc', | 70 'mach/mach_extensions.cc', |
| 71 'mach/mach_extensions.h', | 71 'mach/mach_extensions.h', |
| 72 'mach/mach_message_server.cc', | 72 'mach/mach_message_server.cc', |
| 73 'mach/mach_message_server.h', | 73 'mach/mach_message_server.h', |
| 74 'mach/scoped_task_suspend.cc', |
| 75 'mach/scoped_task_suspend.h', |
| 74 'mach/symbolic_constants_mach.cc', | 76 'mach/symbolic_constants_mach.cc', |
| 75 'mach/symbolic_constants_mach.h', | 77 'mach/symbolic_constants_mach.h', |
| 76 'mach/task_memory.cc', | 78 'mach/task_memory.cc', |
| 77 'mach/task_memory.h', | 79 'mach/task_memory.h', |
| 78 'misc/clock.cc', | 80 'misc/clock.cc', |
| 79 'misc/clock.h', | 81 'misc/clock.h', |
| 80 'misc/clock_mac.cc', | 82 'misc/clock_mac.cc', |
| 81 'misc/initialization_state.h', | 83 'misc/initialization_state.h', |
| 82 'misc/initialization_state_dcheck.cc', | 84 'misc/initialization_state_dcheck.cc', |
| 83 'misc/initialization_state_dcheck.h', | 85 'misc/initialization_state_dcheck.h', |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'mac/mach_o_image_segment_reader_test.cc', | 220 'mac/mach_o_image_segment_reader_test.cc', |
| 219 'mac/process_reader_test.cc', | 221 'mac/process_reader_test.cc', |
| 220 'mac/process_types_test.cc', | 222 'mac/process_types_test.cc', |
| 221 'mac/service_management_test.mm', | 223 'mac/service_management_test.mm', |
| 222 'mach/exc_client_variants_test.cc', | 224 'mach/exc_client_variants_test.cc', |
| 223 'mach/exc_server_variants_test.cc', | 225 'mach/exc_server_variants_test.cc', |
| 224 'mach/exception_behaviors_test.cc', | 226 'mach/exception_behaviors_test.cc', |
| 225 'mach/exception_ports_test.cc', | 227 'mach/exception_ports_test.cc', |
| 226 'mach/mach_extensions_test.cc', | 228 'mach/mach_extensions_test.cc', |
| 227 'mach/mach_message_server_test.cc', | 229 'mach/mach_message_server_test.cc', |
| 230 'mach/scoped_task_suspend_test.cc', |
| 228 'mach/symbolic_constants_mach_test.cc', | 231 'mach/symbolic_constants_mach_test.cc', |
| 229 'mach/task_memory_test.cc', | 232 'mach/task_memory_test.cc', |
| 230 'misc/clock_test.cc', | 233 'misc/clock_test.cc', |
| 231 'misc/initialization_state_dcheck_test.cc', | 234 'misc/initialization_state_dcheck_test.cc', |
| 232 'misc/initialization_state_test.cc', | 235 'misc/initialization_state_test.cc', |
| 233 'misc/scoped_forbid_return_test.cc', | 236 'misc/scoped_forbid_return_test.cc', |
| 234 'misc/uuid_test.cc', | 237 'misc/uuid_test.cc', |
| 235 'numeric/checked_range_test.cc', | 238 'numeric/checked_range_test.cc', |
| 236 'numeric/in_range_cast_test.cc', | 239 'numeric/in_range_cast_test.cc', |
| 237 'numeric/int128_test.cc', | 240 'numeric/int128_test.cc', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 258 }, | 261 }, |
| 259 { | 262 { |
| 260 'target_name': 'util_test_multiprocess_exec_test_child', | 263 'target_name': 'util_test_multiprocess_exec_test_child', |
| 261 'type': 'executable', | 264 'type': 'executable', |
| 262 'sources': [ | 265 'sources': [ |
| 263 'test/multiprocess_exec_test_child.cc', | 266 'test/multiprocess_exec_test_child.cc', |
| 264 ], | 267 ], |
| 265 }, | 268 }, |
| 266 ], | 269 ], |
| 267 } | 270 } |
| OLD | NEW |