| 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 27 matching lines...) Expand all Loading... |
| 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/service_management.cc', | 41 'mac/service_management.cc', |
| 42 'mac/service_management.h', | 42 'mac/service_management.h', |
| 43 'mach/child_port_handshake.cc', | 43 'mach/child_port_handshake.cc', |
| 44 'mach/child_port_handshake.h', | 44 'mach/child_port_handshake.h', |
| 45 'mach/child_port_server.cc', | 45 'mach/child_port_server.cc', |
| 46 'mach/child_port_server.h', | 46 'mach/child_port_server.h', |
| 47 'mach/child_port_types.h', | 47 'mach/child_port_types.h', |
| 48 'mach/composite_mach_message_server.cc', |
| 49 'mach/composite_mach_message_server.h', |
| 48 'mach/exc_client_variants.cc', | 50 'mach/exc_client_variants.cc', |
| 49 'mach/exc_client_variants.h', | 51 'mach/exc_client_variants.h', |
| 50 'mach/exc_server_variants.cc', | 52 'mach/exc_server_variants.cc', |
| 51 'mach/exc_server_variants.h', | 53 'mach/exc_server_variants.h', |
| 52 'mach/exception_behaviors.cc', | 54 'mach/exception_behaviors.cc', |
| 53 'mach/exception_behaviors.h', | 55 'mach/exception_behaviors.h', |
| 54 'mach/exception_ports.cc', | 56 'mach/exception_ports.cc', |
| 55 'mach/exception_ports.h', | 57 'mach/exception_ports.h', |
| 56 'mach/mach_extensions.cc', | 58 'mach/mach_extensions.cc', |
| 57 'mach/mach_extensions.h', | 59 'mach/mach_extensions.h', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 '..', | 235 '..', |
| 234 ], | 236 ], |
| 235 'sources': [ | 237 'sources': [ |
| 236 'file/string_file_writer_test.cc', | 238 'file/string_file_writer_test.cc', |
| 237 'mac/checked_mach_address_range_test.cc', | 239 'mac/checked_mach_address_range_test.cc', |
| 238 'mac/launchd_test.mm', | 240 'mac/launchd_test.mm', |
| 239 'mac/mac_util_test.mm', | 241 'mac/mac_util_test.mm', |
| 240 'mac/service_management_test.mm', | 242 'mac/service_management_test.mm', |
| 241 'mach/child_port_handshake_test.cc', | 243 'mach/child_port_handshake_test.cc', |
| 242 'mach/child_port_server_test.cc', | 244 'mach/child_port_server_test.cc', |
| 245 'mach/composite_mach_message_server_test.cc', |
| 243 'mach/exc_client_variants_test.cc', | 246 'mach/exc_client_variants_test.cc', |
| 244 'mach/exc_server_variants_test.cc', | 247 'mach/exc_server_variants_test.cc', |
| 245 'mach/exception_behaviors_test.cc', | 248 'mach/exception_behaviors_test.cc', |
| 246 'mach/exception_ports_test.cc', | 249 'mach/exception_ports_test.cc', |
| 247 'mach/mach_extensions_test.cc', | 250 'mach/mach_extensions_test.cc', |
| 248 'mach/mach_message_server_test.cc', | 251 'mach/mach_message_server_test.cc', |
| 249 'mach/mach_message_test.cc', | 252 'mach/mach_message_test.cc', |
| 250 'mach/scoped_task_suspend_test.cc', | 253 'mach/scoped_task_suspend_test.cc', |
| 251 'mach/symbolic_constants_mach_test.cc', | 254 'mach/symbolic_constants_mach_test.cc', |
| 252 'mach/task_memory_test.cc', | 255 'mach/task_memory_test.cc', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 }, | 289 }, |
| 287 { | 290 { |
| 288 'target_name': 'util_test_multiprocess_exec_test_child', | 291 'target_name': 'util_test_multiprocess_exec_test_child', |
| 289 'type': 'executable', | 292 'type': 'executable', |
| 290 'sources': [ | 293 'sources': [ |
| 291 'test/multiprocess_exec_test_child.cc', | 294 'test/multiprocess_exec_test_child.cc', |
| 292 ], | 295 ], |
| 293 }, | 296 }, |
| 294 ], | 297 ], |
| 295 } | 298 } |
| OLD | NEW |