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 23 matching lines...) Expand all Loading... |
34 'file/file_io_posix.cc', | 34 'file/file_io_posix.cc', |
35 'file/file_io_win.cc', | 35 'file/file_io_win.cc', |
36 'file/file_reader.cc', | 36 'file/file_reader.cc', |
37 'file/file_reader.h', | 37 'file/file_reader.h', |
38 'file/file_seeker.cc', | 38 'file/file_seeker.cc', |
39 'file/file_seeker.h', | 39 'file/file_seeker.h', |
40 'file/file_writer.cc', | 40 'file/file_writer.cc', |
41 'file/file_writer.h', | 41 'file/file_writer.h', |
42 'file/string_file.cc', | 42 'file/string_file.cc', |
43 'file/string_file.h', | 43 'file/string_file.h', |
44 'mac/checked_mach_address_range.cc', | |
45 'mac/checked_mach_address_range.h', | 44 'mac/checked_mach_address_range.h', |
46 'mac/launchd.h', | 45 'mac/launchd.h', |
47 'mac/launchd.mm', | 46 'mac/launchd.mm', |
48 'mac/mac_util.cc', | 47 'mac/mac_util.cc', |
49 'mac/mac_util.h', | 48 'mac/mac_util.h', |
50 'mac/service_management.cc', | 49 'mac/service_management.cc', |
51 'mac/service_management.h', | 50 'mac/service_management.h', |
52 'mac/xattr.cc', | 51 'mac/xattr.cc', |
53 'mac/xattr.h', | 52 'mac/xattr.h', |
54 'mach/child_port.defs', | 53 'mach/child_port.defs', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'net/http_body.cc', | 100 'net/http_body.cc', |
102 'net/http_body.h', | 101 'net/http_body.h', |
103 'net/http_headers.cc', | 102 'net/http_headers.cc', |
104 'net/http_headers.h', | 103 'net/http_headers.h', |
105 'net/http_multipart_builder.cc', | 104 'net/http_multipart_builder.cc', |
106 'net/http_multipart_builder.h', | 105 'net/http_multipart_builder.h', |
107 'net/http_transport.cc', | 106 'net/http_transport.cc', |
108 'net/http_transport.h', | 107 'net/http_transport.h', |
109 'net/http_transport_mac.mm', | 108 'net/http_transport_mac.mm', |
110 'net/http_transport_win.cc', | 109 'net/http_transport_win.cc', |
| 110 'numeric/checked_address_range.h', |
111 'numeric/checked_range.h', | 111 'numeric/checked_range.h', |
112 'numeric/in_range_cast.h', | 112 'numeric/in_range_cast.h', |
113 'numeric/int128.h', | 113 'numeric/int128.h', |
114 'numeric/safe_assignment.h', | 114 'numeric/safe_assignment.h', |
115 'posix/close_multiple.cc', | 115 'posix/close_multiple.cc', |
116 'posix/close_multiple.h', | 116 'posix/close_multiple.h', |
117 'posix/close_stdio.cc', | 117 'posix/close_stdio.cc', |
118 'posix/close_stdio.h', | 118 'posix/close_stdio.h', |
119 'posix/drop_privileges.cc', | 119 'posix/drop_privileges.cc', |
120 'posix/drop_privileges.h', | 120 'posix/drop_privileges.h', |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 'libraries': [ | 215 'libraries': [ |
216 '-lrpcrt4.lib', | 216 '-lrpcrt4.lib', |
217 '-lwinhttp.lib', | 217 '-lwinhttp.lib', |
218 ], | 218 ], |
219 }, | 219 }, |
220 }], | 220 }], |
221 ], | 221 ], |
222 }, | 222 }, |
223 ], | 223 ], |
224 } | 224 } |
OLD | NEW |