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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'net/http_headers.h', | 75 'net/http_headers.h', |
76 'net/http_multipart_builder.cc', | 76 'net/http_multipart_builder.cc', |
77 'net/http_multipart_builder.h', | 77 'net/http_multipart_builder.h', |
78 'net/http_transport.cc', | 78 'net/http_transport.cc', |
79 'net/http_transport.h', | 79 'net/http_transport.h', |
80 'net/http_transport_mac.mm', | 80 'net/http_transport_mac.mm', |
81 'numeric/checked_range.h', | 81 'numeric/checked_range.h', |
82 'numeric/in_range_cast.h', | 82 'numeric/in_range_cast.h', |
83 'numeric/int128.h', | 83 'numeric/int128.h', |
84 'numeric/safe_assignment.h', | 84 'numeric/safe_assignment.h', |
85 'posix/process_util.h', | 85 'posix/process_info.h', |
86 'posix/process_util_mac.cc', | 86 'posix/process_info_mac.cc', |
87 'posix/symbolic_constants_posix.cc', | 87 'posix/symbolic_constants_posix.cc', |
88 'posix/symbolic_constants_posix.h', | 88 'posix/symbolic_constants_posix.h', |
89 'stdlib/cxx.h', | 89 'stdlib/cxx.h', |
90 'stdlib/objc.h', | 90 'stdlib/objc.h', |
91 'stdlib/pointer_container.h', | 91 'stdlib/pointer_container.h', |
92 'stdlib/string_number_conversion.cc', | 92 'stdlib/string_number_conversion.cc', |
93 'stdlib/string_number_conversion.h', | 93 'stdlib/string_number_conversion.h', |
94 'stdlib/strlcpy.cc', | 94 'stdlib/strlcpy.cc', |
95 'stdlib/strlcpy.h', | 95 'stdlib/strlcpy.h', |
96 'stdlib/strnlen.cc', | 96 'stdlib/strnlen.cc', |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 'misc/scoped_forbid_return_test.cc', | 222 'misc/scoped_forbid_return_test.cc', |
223 'misc/uuid_test.cc', | 223 'misc/uuid_test.cc', |
224 'net/http_body_test.cc', | 224 'net/http_body_test.cc', |
225 'net/http_body_test_util.cc', | 225 'net/http_body_test_util.cc', |
226 'net/http_body_test_util.h', | 226 'net/http_body_test_util.h', |
227 'net/http_multipart_builder_test.cc', | 227 'net/http_multipart_builder_test.cc', |
228 'net/http_transport_test.cc', | 228 'net/http_transport_test.cc', |
229 'numeric/checked_range_test.cc', | 229 'numeric/checked_range_test.cc', |
230 'numeric/in_range_cast_test.cc', | 230 'numeric/in_range_cast_test.cc', |
231 'numeric/int128_test.cc', | 231 'numeric/int128_test.cc', |
232 'posix/process_util_test.cc', | 232 'posix/process_info_test.cc', |
233 'posix/symbolic_constants_posix_test.cc', | 233 'posix/symbolic_constants_posix_test.cc', |
234 'stdlib/string_number_conversion_test.cc', | 234 'stdlib/string_number_conversion_test.cc', |
235 'stdlib/strlcpy_test.cc', | 235 'stdlib/strlcpy_test.cc', |
236 'stdlib/strnlen_test.cc', | 236 'stdlib/strnlen_test.cc', |
237 'synchronization/semaphore_test.cc', | 237 'synchronization/semaphore_test.cc', |
238 'test/executable_path_test.cc', | 238 'test/executable_path_test.cc', |
239 'test/mac/mach_multiprocess_test.cc', | 239 'test/mac/mach_multiprocess_test.cc', |
240 'test/multiprocess_exec_test.cc', | 240 'test/multiprocess_exec_test.cc', |
241 'test/multiprocess_test.cc', | 241 'test/multiprocess_test.cc', |
242 ], | 242 ], |
243 'conditions': [ | 243 'conditions': [ |
244 ['OS=="mac"', { | 244 ['OS=="mac"', { |
245 'link_settings': { | 245 'link_settings': { |
246 'libraries': [ | 246 'libraries': [ |
247 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 247 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
248 ], | 248 ], |
249 }, | 249 }, |
250 }], | 250 }], |
251 ], | 251 ], |
252 }, | 252 }, |
253 { | 253 { |
254 'target_name': 'util_test_multiprocess_exec_test_child', | 254 'target_name': 'util_test_multiprocess_exec_test_child', |
255 'type': 'executable', | 255 'type': 'executable', |
256 'sources': [ | 256 'sources': [ |
257 'test/multiprocess_exec_test_child.cc', | 257 'test/multiprocess_exec_test_child.cc', |
258 ], | 258 ], |
259 }, | 259 }, |
260 ], | 260 ], |
261 } | 261 } |
OLD | NEW |