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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'misc/clock.h', | 62 'misc/clock.h', |
63 'misc/clock_mac.cc', | 63 'misc/clock_mac.cc', |
64 'misc/initialization_state.h', | 64 'misc/initialization_state.h', |
65 'misc/initialization_state_dcheck.cc', | 65 'misc/initialization_state_dcheck.cc', |
66 'misc/initialization_state_dcheck.h', | 66 'misc/initialization_state_dcheck.h', |
67 'misc/scoped_forbid_return.cc', | 67 'misc/scoped_forbid_return.cc', |
68 'misc/scoped_forbid_return.h', | 68 'misc/scoped_forbid_return.h', |
69 'misc/symbolic_constants_common.h', | 69 'misc/symbolic_constants_common.h', |
70 'misc/uuid.cc', | 70 'misc/uuid.cc', |
71 'misc/uuid.h', | 71 'misc/uuid.h', |
| 72 'net/http_body.cc', |
| 73 'net/http_body.h', |
72 'numeric/checked_range.h', | 74 'numeric/checked_range.h', |
73 'numeric/in_range_cast.h', | 75 'numeric/in_range_cast.h', |
74 'numeric/int128.h', | 76 'numeric/int128.h', |
75 'numeric/safe_assignment.h', | 77 'numeric/safe_assignment.h', |
76 'posix/process_util.h', | 78 'posix/process_util.h', |
77 'posix/process_util_mac.cc', | 79 'posix/process_util_mac.cc', |
78 'posix/symbolic_constants_posix.cc', | 80 'posix/symbolic_constants_posix.cc', |
79 'posix/symbolic_constants_posix.h', | 81 'posix/symbolic_constants_posix.h', |
80 'stdlib/cxx.h', | 82 'stdlib/cxx.h', |
81 'stdlib/objc.h', | 83 'stdlib/objc.h', |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 'mach/mach_extensions_test.cc', | 207 'mach/mach_extensions_test.cc', |
206 'mach/mach_message_server_test.cc', | 208 'mach/mach_message_server_test.cc', |
207 'mach/scoped_task_suspend_test.cc', | 209 'mach/scoped_task_suspend_test.cc', |
208 'mach/symbolic_constants_mach_test.cc', | 210 'mach/symbolic_constants_mach_test.cc', |
209 'mach/task_memory_test.cc', | 211 'mach/task_memory_test.cc', |
210 'misc/clock_test.cc', | 212 'misc/clock_test.cc', |
211 'misc/initialization_state_dcheck_test.cc', | 213 'misc/initialization_state_dcheck_test.cc', |
212 'misc/initialization_state_test.cc', | 214 'misc/initialization_state_test.cc', |
213 'misc/scoped_forbid_return_test.cc', | 215 'misc/scoped_forbid_return_test.cc', |
214 'misc/uuid_test.cc', | 216 'misc/uuid_test.cc', |
| 217 'net/http_body_test.cc', |
215 'numeric/checked_range_test.cc', | 218 'numeric/checked_range_test.cc', |
216 'numeric/in_range_cast_test.cc', | 219 'numeric/in_range_cast_test.cc', |
217 'numeric/int128_test.cc', | 220 'numeric/int128_test.cc', |
218 'posix/process_util_test.cc', | 221 'posix/process_util_test.cc', |
219 'posix/symbolic_constants_posix_test.cc', | 222 'posix/symbolic_constants_posix_test.cc', |
220 'stdlib/string_number_conversion_test.cc', | 223 'stdlib/string_number_conversion_test.cc', |
221 'stdlib/strlcpy_test.cc', | 224 'stdlib/strlcpy_test.cc', |
222 'stdlib/strnlen_test.cc', | 225 'stdlib/strnlen_test.cc', |
223 'synchronization/semaphore_test.cc', | 226 'synchronization/semaphore_test.cc', |
224 'test/executable_path_test.cc', | 227 'test/executable_path_test.cc', |
(...skipping 13 matching lines...) Expand all Loading... |
238 }, | 241 }, |
239 { | 242 { |
240 'target_name': 'util_test_multiprocess_exec_test_child', | 243 'target_name': 'util_test_multiprocess_exec_test_child', |
241 'type': 'executable', | 244 'type': 'executable', |
242 'sources': [ | 245 'sources': [ |
243 'test/multiprocess_exec_test_child.cc', | 246 'test/multiprocess_exec_test_child.cc', |
244 ], | 247 ], |
245 }, | 248 }, |
246 ], | 249 ], |
247 } | 250 } |
OLD | NEW |