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 29 matching lines...) Expand all Loading... |
40 'mac/service_management.h', | 40 'mac/service_management.h', |
41 'mac/process_reader.cc', | 41 'mac/process_reader.cc', |
42 'mac/process_reader.h', | 42 'mac/process_reader.h', |
43 'mach/bootstrap.cc', | 43 'mach/bootstrap.cc', |
44 'mach/bootstrap.h', | 44 'mach/bootstrap.h', |
45 'mach/task_memory.cc', | 45 'mach/task_memory.cc', |
46 'mach/task_memory.h', | 46 'mach/task_memory.h', |
47 'misc/initialization_state.h', | 47 'misc/initialization_state.h', |
48 'misc/initialization_state_dcheck.cc', | 48 'misc/initialization_state_dcheck.cc', |
49 'misc/initialization_state_dcheck.h', | 49 'misc/initialization_state_dcheck.h', |
| 50 'misc/scoped_forbid_return.cc', |
| 51 'misc/scoped_forbid_return.h', |
50 'misc/uuid.cc', | 52 'misc/uuid.cc', |
51 'misc/uuid.h', | 53 'misc/uuid.h', |
52 'numeric/checked_range.h', | 54 'numeric/checked_range.h', |
53 'numeric/in_range_cast.h', | 55 'numeric/in_range_cast.h', |
54 'numeric/safe_assignment.h', | 56 'numeric/safe_assignment.h', |
55 'posix/process_util.h', | 57 'posix/process_util.h', |
56 'posix/process_util_mac.cc', | 58 'posix/process_util_mac.cc', |
57 'stdlib/cxx.h', | 59 'stdlib/cxx.h', |
58 'stdlib/objc.h', | 60 'stdlib/objc.h', |
59 'stdlib/pointer_container.h', | 61 'stdlib/pointer_container.h', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'sources': [ | 106 'sources': [ |
105 'file/string_file_writer_test.cc', | 107 'file/string_file_writer_test.cc', |
106 'mac/launchd_test.mm', | 108 'mac/launchd_test.mm', |
107 'mac/mac_util_test.mm', | 109 'mac/mac_util_test.mm', |
108 'mac/process_reader_test.cc', | 110 'mac/process_reader_test.cc', |
109 'mac/service_management_test.mm', | 111 'mac/service_management_test.mm', |
110 'mach/bootstrap_test.cc', | 112 'mach/bootstrap_test.cc', |
111 'mach/task_memory_test.cc', | 113 'mach/task_memory_test.cc', |
112 'misc/initialization_state_dcheck_test.cc', | 114 'misc/initialization_state_dcheck_test.cc', |
113 'misc/initialization_state_test.cc', | 115 'misc/initialization_state_test.cc', |
| 116 'misc/scoped_forbid_return_test.cc', |
114 'misc/uuid_test.cc', | 117 'misc/uuid_test.cc', |
115 'numeric/checked_range_test.cc', | 118 'numeric/checked_range_test.cc', |
116 'numeric/in_range_cast_test.cc', | 119 'numeric/in_range_cast_test.cc', |
117 'posix/process_util_test.cc', | 120 'posix/process_util_test.cc', |
118 'stdlib/strlcpy_test.cc', | 121 'stdlib/strlcpy_test.cc', |
119 'test/mac/mach_multiprocess_test.cc', | 122 'test/mac/mach_multiprocess_test.cc', |
120 ], | 123 ], |
121 }, | 124 }, |
122 ], | 125 ], |
123 } | 126 } |
OLD | NEW |