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 20 matching lines...) Expand all Loading... |
31 'file/file_writer.cc', | 31 'file/file_writer.cc', |
32 'file/file_writer.h', | 32 'file/file_writer.h', |
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/mach_o_image_reader.cc', |
| 42 'mac/mach_o_image_reader.h', |
41 'mac/mach_o_image_segment_reader.cc', | 43 'mac/mach_o_image_segment_reader.cc', |
42 'mac/mach_o_image_segment_reader.h', | 44 'mac/mach_o_image_segment_reader.h', |
43 'mac/service_management.cc', | 45 'mac/service_management.cc', |
44 'mac/service_management.h', | 46 'mac/service_management.h', |
45 'mac/process_reader.cc', | 47 'mac/process_reader.cc', |
46 'mac/process_reader.h', | 48 'mac/process_reader.h', |
47 'mac/process_types.cc', | 49 'mac/process_types.cc', |
48 'mac/process_types.h', | 50 'mac/process_types.h', |
49 'mac/process_types/all.proctype', | 51 'mac/process_types/all.proctype', |
50 'mac/process_types/crashreporterclient.proctype', | 52 'mac/process_types/crashreporterclient.proctype', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'link_settings': { | 97 'link_settings': { |
96 'libraries': [ | 98 'libraries': [ |
97 '$(SDKROOT)/usr/lib/libbsm.dylib', | 99 '$(SDKROOT)/usr/lib/libbsm.dylib', |
98 ], | 100 ], |
99 }, | 101 }, |
100 'sources': [ | 102 'sources': [ |
101 'test/errors.cc', | 103 'test/errors.cc', |
102 'test/errors.h', | 104 'test/errors.h', |
103 'test/executable_path.h', | 105 'test/executable_path.h', |
104 'test/executable_path_mac.cc', | 106 'test/executable_path_mac.cc', |
| 107 'test/mac/dyld.h', |
105 'test/mac/mach_errors.cc', | 108 'test/mac/mach_errors.cc', |
106 'test/mac/mach_errors.h', | 109 'test/mac/mach_errors.h', |
107 'test/mac/mach_multiprocess.cc', | 110 'test/mac/mach_multiprocess.cc', |
108 'test/mac/mach_multiprocess.h', | 111 'test/mac/mach_multiprocess.h', |
109 'test/multiprocess.cc', | 112 'test/multiprocess.cc', |
110 'test/multiprocess.h', | 113 'test/multiprocess.h', |
111 'test/multiprocess_exec.cc', | 114 'test/multiprocess_exec.cc', |
112 'test/multiprocess_exec.h', | 115 'test/multiprocess_exec.h', |
113 'test/posix/close_multiple.cc', | 116 'test/posix/close_multiple.cc', |
114 'test/posix/close_multiple.h', | 117 'test/posix/close_multiple.h', |
(...skipping 11 matching lines...) Expand all Loading... |
126 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 129 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', |
127 ], | 130 ], |
128 'include_dirs': [ | 131 'include_dirs': [ |
129 '..', | 132 '..', |
130 ], | 133 ], |
131 'sources': [ | 134 'sources': [ |
132 'file/string_file_writer_test.cc', | 135 'file/string_file_writer_test.cc', |
133 'mac/checked_mach_address_range_test.cc', | 136 'mac/checked_mach_address_range_test.cc', |
134 'mac/launchd_test.mm', | 137 'mac/launchd_test.mm', |
135 'mac/mac_util_test.mm', | 138 'mac/mac_util_test.mm', |
| 139 'mac/mach_o_image_reader_test.cc', |
136 'mac/mach_o_image_segment_reader_test.cc', | 140 'mac/mach_o_image_segment_reader_test.cc', |
137 'mac/process_reader_test.cc', | 141 'mac/process_reader_test.cc', |
138 'mac/process_types_test.cc', | 142 'mac/process_types_test.cc', |
139 'mac/service_management_test.mm', | 143 'mac/service_management_test.mm', |
140 'mach/bootstrap_test.cc', | 144 'mach/bootstrap_test.cc', |
141 'mach/task_memory_test.cc', | 145 'mach/task_memory_test.cc', |
142 'misc/initialization_state_dcheck_test.cc', | 146 'misc/initialization_state_dcheck_test.cc', |
143 'misc/initialization_state_test.cc', | 147 'misc/initialization_state_test.cc', |
144 'misc/scoped_forbid_return_test.cc', | 148 'misc/scoped_forbid_return_test.cc', |
145 'misc/uuid_test.cc', | 149 'misc/uuid_test.cc', |
(...skipping 10 matching lines...) Expand all Loading... |
156 }, | 160 }, |
157 { | 161 { |
158 'target_name': 'util_test_multiprocess_exec_test_child', | 162 'target_name': 'util_test_multiprocess_exec_test_child', |
159 'type': 'executable', | 163 'type': 'executable', |
160 'sources': [ | 164 'sources': [ |
161 'test/multiprocess_exec_test_child.cc', | 165 'test/multiprocess_exec_test_child.cc', |
162 ], | 166 ], |
163 }, | 167 }, |
164 ], | 168 ], |
165 } | 169 } |
OLD | NEW |