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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'mach/composite_mach_message_server.cc', | 60 'mach/composite_mach_message_server.cc', |
61 'mach/composite_mach_message_server.h', | 61 'mach/composite_mach_message_server.h', |
62 'mach/exc_client_variants.cc', | 62 'mach/exc_client_variants.cc', |
63 'mach/exc_client_variants.h', | 63 'mach/exc_client_variants.h', |
64 'mach/exc_server_variants.cc', | 64 'mach/exc_server_variants.cc', |
65 'mach/exc_server_variants.h', | 65 'mach/exc_server_variants.h', |
66 'mach/exception_behaviors.cc', | 66 'mach/exception_behaviors.cc', |
67 'mach/exception_behaviors.h', | 67 'mach/exception_behaviors.h', |
68 'mach/exception_ports.cc', | 68 'mach/exception_ports.cc', |
69 'mach/exception_ports.h', | 69 'mach/exception_ports.h', |
| 70 'mach/exception_types.cc', |
| 71 'mach/exception_types.h', |
70 'mach/mach_extensions.cc', | 72 'mach/mach_extensions.cc', |
71 'mach/mach_extensions.h', | 73 'mach/mach_extensions.h', |
72 'mach/mach_message.cc', | 74 'mach/mach_message.cc', |
73 'mach/mach_message.h', | 75 'mach/mach_message.h', |
74 'mach/mach_message_server.cc', | 76 'mach/mach_message_server.cc', |
75 'mach/mach_message_server.h', | 77 'mach/mach_message_server.h', |
76 'mach/notify_server.cc', | 78 'mach/notify_server.cc', |
77 'mach/notify_server.h', | 79 'mach/notify_server.h', |
78 'mach/scoped_task_suspend.cc', | 80 'mach/scoped_task_suspend.cc', |
79 'mach/scoped_task_suspend.h', | 81 'mach/scoped_task_suspend.h', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 'libraries': [ | 215 'libraries': [ |
214 '-lrpcrt4.lib', | 216 '-lrpcrt4.lib', |
215 '-lwinhttp.lib', | 217 '-lwinhttp.lib', |
216 ], | 218 ], |
217 }, | 219 }, |
218 }], | 220 }], |
219 ], | 221 ], |
220 }, | 222 }, |
221 ], | 223 ], |
222 } | 224 } |
OLD | NEW |