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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'mac/process_types/crashreporterclient.proctype', | 54 'mac/process_types/crashreporterclient.proctype', |
55 'mac/process_types/custom.cc', | 55 'mac/process_types/custom.cc', |
56 'mac/process_types/dyld_images.proctype', | 56 'mac/process_types/dyld_images.proctype', |
57 'mac/process_types/flavors.h', | 57 'mac/process_types/flavors.h', |
58 'mac/process_types/internal.h', | 58 'mac/process_types/internal.h', |
59 'mac/process_types/loader.proctype', | 59 'mac/process_types/loader.proctype', |
60 'mac/process_types/nlist.proctype', | 60 'mac/process_types/nlist.proctype', |
61 'mac/process_types/traits.h', | 61 'mac/process_types/traits.h', |
62 'mach/bootstrap.cc', | 62 'mach/bootstrap.cc', |
63 'mach/bootstrap.h', | 63 'mach/bootstrap.h', |
| 64 'mach/exc_server_variants.cc', |
| 65 'mach/exc_server_variants.h', |
64 'mach/mach_message_server.cc', | 66 'mach/mach_message_server.cc', |
65 'mach/mach_message_server.h', | 67 'mach/mach_message_server.h', |
66 'mach/task_memory.cc', | 68 'mach/task_memory.cc', |
67 'mach/task_memory.h', | 69 'mach/task_memory.h', |
68 'misc/initialization_state.h', | 70 'misc/initialization_state.h', |
69 'misc/initialization_state_dcheck.cc', | 71 'misc/initialization_state_dcheck.cc', |
70 'misc/initialization_state_dcheck.h', | 72 'misc/initialization_state_dcheck.h', |
71 'misc/scoped_forbid_return.cc', | 73 'misc/scoped_forbid_return.cc', |
72 'misc/scoped_forbid_return.h', | 74 'misc/scoped_forbid_return.h', |
73 'misc/uuid.cc', | 75 'misc/uuid.cc', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 ], | 160 ], |
159 }, | 161 }, |
160 { | 162 { |
161 'target_name': 'util_test', | 163 'target_name': 'util_test', |
162 'type': 'executable', | 164 'type': 'executable', |
163 'dependencies': [ | 165 'dependencies': [ |
164 'util', | 166 'util', |
165 'util_test_lib', | 167 'util_test_lib', |
166 'util_test_multiprocess_exec_test_child', | 168 'util_test_multiprocess_exec_test_child', |
167 '../compat/compat.gyp:compat', | 169 '../compat/compat.gyp:compat', |
| 170 '../third_party/gmock/gmock.gyp:gmock', |
168 '../third_party/gtest/gtest.gyp:gtest', | 171 '../third_party/gtest/gtest.gyp:gtest', |
169 '../third_party/gtest/gtest.gyp:gtest_main', | 172 '../third_party/gtest/gtest.gyp:gtest_main', |
170 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 173 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', |
171 ], | 174 ], |
172 'include_dirs': [ | 175 'include_dirs': [ |
173 '..', | 176 '..', |
174 ], | 177 ], |
175 'sources': [ | 178 'sources': [ |
176 'file/string_file_writer_test.cc', | 179 'file/string_file_writer_test.cc', |
177 'mac/checked_mach_address_range_test.cc', | 180 'mac/checked_mach_address_range_test.cc', |
178 'mac/launchd_test.mm', | 181 'mac/launchd_test.mm', |
179 'mac/mac_util_test.mm', | 182 'mac/mac_util_test.mm', |
180 'mac/mach_o_image_reader_test.cc', | 183 'mac/mach_o_image_reader_test.cc', |
181 'mac/mach_o_image_segment_reader_test.cc', | 184 'mac/mach_o_image_segment_reader_test.cc', |
182 'mac/process_reader_test.cc', | 185 'mac/process_reader_test.cc', |
183 'mac/process_types_test.cc', | 186 'mac/process_types_test.cc', |
184 'mac/service_management_test.mm', | 187 'mac/service_management_test.mm', |
185 'mach/bootstrap_test.cc', | 188 'mach/bootstrap_test.cc', |
| 189 'mach/exc_server_variants_test.cc', |
186 'mach/mach_message_server_test.cc', | 190 'mach/mach_message_server_test.cc', |
187 'mach/task_memory_test.cc', | 191 'mach/task_memory_test.cc', |
188 'misc/initialization_state_dcheck_test.cc', | 192 'misc/initialization_state_dcheck_test.cc', |
189 'misc/initialization_state_test.cc', | 193 'misc/initialization_state_test.cc', |
190 'misc/scoped_forbid_return_test.cc', | 194 'misc/scoped_forbid_return_test.cc', |
191 'misc/uuid_test.cc', | 195 'misc/uuid_test.cc', |
192 'numeric/checked_range_test.cc', | 196 'numeric/checked_range_test.cc', |
193 'numeric/in_range_cast_test.cc', | 197 'numeric/in_range_cast_test.cc', |
194 'posix/process_util_test.cc', | 198 'posix/process_util_test.cc', |
195 'stdlib/strlcpy_test.cc', | 199 'stdlib/strlcpy_test.cc', |
196 'stdlib/strnlen_test.cc', | 200 'stdlib/strnlen_test.cc', |
197 'test/executable_path_test.cc', | 201 'test/executable_path_test.cc', |
198 'test/mac/mach_multiprocess_test.cc', | 202 'test/mac/mach_multiprocess_test.cc', |
199 'test/multiprocess_exec_test.cc', | 203 'test/multiprocess_exec_test.cc', |
200 'test/multiprocess_test.cc', | 204 'test/multiprocess_test.cc', |
201 ], | 205 ], |
202 }, | 206 }, |
203 { | 207 { |
204 'target_name': 'util_test_multiprocess_exec_test_child', | 208 'target_name': 'util_test_multiprocess_exec_test_child', |
205 'type': 'executable', | 209 'type': 'executable', |
206 'sources': [ | 210 'sources': [ |
207 'test/multiprocess_exec_test_child.cc', | 211 'test/multiprocess_exec_test_child.cc', |
208 ], | 212 ], |
209 }, | 213 }, |
210 ], | 214 ], |
211 } | 215 } |
OLD | NEW |