| 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 22 matching lines...) Expand all Loading... |
| 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/service_management.cc', | 41 'mac/service_management.cc', |
| 42 'mac/service_management.h', | 42 'mac/service_management.h', |
| 43 'mach/child_port_handshake.cc', |
| 44 'mach/child_port_handshake.h', |
| 43 'mach/child_port_server.cc', | 45 'mach/child_port_server.cc', |
| 44 'mach/child_port_server.h', | 46 'mach/child_port_server.h', |
| 45 'mach/child_port_types.h', | 47 'mach/child_port_types.h', |
| 46 'mach/exc_client_variants.cc', | 48 'mach/exc_client_variants.cc', |
| 47 'mach/exc_client_variants.h', | 49 'mach/exc_client_variants.h', |
| 48 'mach/exc_server_variants.cc', | 50 'mach/exc_server_variants.cc', |
| 49 'mach/exc_server_variants.h', | 51 'mach/exc_server_variants.h', |
| 50 'mach/exception_behaviors.cc', | 52 'mach/exception_behaviors.cc', |
| 51 'mach/exception_behaviors.h', | 53 'mach/exception_behaviors.h', |
| 52 'mach/exception_ports.cc', | 54 'mach/exception_ports.cc', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 ], | 231 ], |
| 230 'include_dirs': [ | 232 'include_dirs': [ |
| 231 '..', | 233 '..', |
| 232 ], | 234 ], |
| 233 'sources': [ | 235 'sources': [ |
| 234 'file/string_file_writer_test.cc', | 236 'file/string_file_writer_test.cc', |
| 235 'mac/checked_mach_address_range_test.cc', | 237 'mac/checked_mach_address_range_test.cc', |
| 236 'mac/launchd_test.mm', | 238 'mac/launchd_test.mm', |
| 237 'mac/mac_util_test.mm', | 239 'mac/mac_util_test.mm', |
| 238 'mac/service_management_test.mm', | 240 'mac/service_management_test.mm', |
| 241 'mach/child_port_handshake_test.cc', |
| 239 'mach/exc_client_variants_test.cc', | 242 'mach/exc_client_variants_test.cc', |
| 240 'mach/exc_server_variants_test.cc', | 243 'mach/exc_server_variants_test.cc', |
| 241 'mach/exception_behaviors_test.cc', | 244 'mach/exception_behaviors_test.cc', |
| 242 'mach/exception_ports_test.cc', | 245 'mach/exception_ports_test.cc', |
| 243 'mach/mach_extensions_test.cc', | 246 'mach/mach_extensions_test.cc', |
| 244 'mach/mach_message_server_test.cc', | 247 'mach/mach_message_server_test.cc', |
| 245 'mach/scoped_task_suspend_test.cc', | 248 'mach/scoped_task_suspend_test.cc', |
| 246 'mach/symbolic_constants_mach_test.cc', | 249 'mach/symbolic_constants_mach_test.cc', |
| 247 'mach/task_memory_test.cc', | 250 'mach/task_memory_test.cc', |
| 248 'misc/clock_test.cc', | 251 'misc/clock_test.cc', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 }, | 284 }, |
| 282 { | 285 { |
| 283 'target_name': 'util_test_multiprocess_exec_test_child', | 286 'target_name': 'util_test_multiprocess_exec_test_child', |
| 284 'type': 'executable', | 287 'type': 'executable', |
| 285 'sources': [ | 288 'sources': [ |
| 286 'test/multiprocess_exec_test_child.cc', | 289 'test/multiprocess_exec_test_child.cc', |
| 287 ], | 290 ], |
| 288 }, | 291 }, |
| 289 ], | 292 ], |
| 290 } | 293 } |
| OLD | NEW |