| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'misc/initialization_state.h', | 85 'misc/initialization_state.h', |
| 86 'misc/initialization_state_dcheck.cc', | 86 'misc/initialization_state_dcheck.cc', |
| 87 'misc/initialization_state_dcheck.h', | 87 'misc/initialization_state_dcheck.h', |
| 88 'misc/scoped_forbid_return.cc', | 88 'misc/scoped_forbid_return.cc', |
| 89 'misc/scoped_forbid_return.h', | 89 'misc/scoped_forbid_return.h', |
| 90 'misc/symbolic_constants_common.h', | 90 'misc/symbolic_constants_common.h', |
| 91 'misc/uuid.cc', | 91 'misc/uuid.cc', |
| 92 'misc/uuid.h', | 92 'misc/uuid.h', |
| 93 'numeric/checked_range.h', | 93 'numeric/checked_range.h', |
| 94 'numeric/in_range_cast.h', | 94 'numeric/in_range_cast.h', |
| 95 'numeric/int128.h', |
| 95 'numeric/safe_assignment.h', | 96 'numeric/safe_assignment.h', |
| 96 'posix/process_util.h', | 97 'posix/process_util.h', |
| 97 'posix/process_util_mac.cc', | 98 'posix/process_util_mac.cc', |
| 98 'posix/symbolic_constants_posix.cc', | 99 'posix/symbolic_constants_posix.cc', |
| 99 'posix/symbolic_constants_posix.h', | 100 'posix/symbolic_constants_posix.h', |
| 100 'stdlib/cxx.h', | 101 'stdlib/cxx.h', |
| 101 'stdlib/objc.h', | 102 'stdlib/objc.h', |
| 102 'stdlib/pointer_container.h', | 103 'stdlib/pointer_container.h', |
| 103 'stdlib/string_number_conversion.cc', | 104 'stdlib/string_number_conversion.cc', |
| 104 'stdlib/string_number_conversion.h', | 105 'stdlib/string_number_conversion.h', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 'mach/mach_extensions_test.cc', | 213 'mach/mach_extensions_test.cc', |
| 213 'mach/mach_message_server_test.cc', | 214 'mach/mach_message_server_test.cc', |
| 214 'mach/symbolic_constants_mach_test.cc', | 215 'mach/symbolic_constants_mach_test.cc', |
| 215 'mach/task_memory_test.cc', | 216 'mach/task_memory_test.cc', |
| 216 'misc/initialization_state_dcheck_test.cc', | 217 'misc/initialization_state_dcheck_test.cc', |
| 217 'misc/initialization_state_test.cc', | 218 'misc/initialization_state_test.cc', |
| 218 'misc/scoped_forbid_return_test.cc', | 219 'misc/scoped_forbid_return_test.cc', |
| 219 'misc/uuid_test.cc', | 220 'misc/uuid_test.cc', |
| 220 'numeric/checked_range_test.cc', | 221 'numeric/checked_range_test.cc', |
| 221 'numeric/in_range_cast_test.cc', | 222 'numeric/in_range_cast_test.cc', |
| 223 'numeric/int128_test.cc', |
| 222 'posix/process_util_test.cc', | 224 'posix/process_util_test.cc', |
| 223 'posix/symbolic_constants_posix_test.cc', | 225 'posix/symbolic_constants_posix_test.cc', |
| 224 'stdlib/string_number_conversion_test.cc', | 226 'stdlib/string_number_conversion_test.cc', |
| 225 'stdlib/strlcpy_test.cc', | 227 'stdlib/strlcpy_test.cc', |
| 226 'stdlib/strnlen_test.cc', | 228 'stdlib/strnlen_test.cc', |
| 227 'test/executable_path_test.cc', | 229 'test/executable_path_test.cc', |
| 228 'test/mac/mach_multiprocess_test.cc', | 230 'test/mac/mach_multiprocess_test.cc', |
| 229 'test/multiprocess_exec_test.cc', | 231 'test/multiprocess_exec_test.cc', |
| 230 'test/multiprocess_test.cc', | 232 'test/multiprocess_test.cc', |
| 231 ], | 233 ], |
| 232 }, | 234 }, |
| 233 { | 235 { |
| 234 'target_name': 'util_test_multiprocess_exec_test_child', | 236 'target_name': 'util_test_multiprocess_exec_test_child', |
| 235 'type': 'executable', | 237 'type': 'executable', |
| 236 'sources': [ | 238 'sources': [ |
| 237 'test/multiprocess_exec_test_child.cc', | 239 'test/multiprocess_exec_test_child.cc', |
| 238 ], | 240 ], |
| 239 }, | 241 }, |
| 240 ], | 242 ], |
| 241 } | 243 } |
| OLD | NEW |