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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'synchronization/semaphore_win.cc', | 140 'synchronization/semaphore_win.cc', |
141 'synchronization/semaphore.h', | 141 'synchronization/semaphore.h', |
142 'thread/thread.cc', | 142 'thread/thread.cc', |
143 'thread/thread.h', | 143 'thread/thread.h', |
144 'thread/thread_log_messages.cc', | 144 'thread/thread_log_messages.cc', |
145 'thread/thread_log_messages.h', | 145 'thread/thread_log_messages.h', |
146 'thread/thread_posix.cc', | 146 'thread/thread_posix.cc', |
147 'thread/thread_win.cc', | 147 'thread/thread_win.cc', |
148 'win/address_types.h', | 148 'win/address_types.h', |
149 'win/checked_win_address_range.h', | 149 'win/checked_win_address_range.h', |
| 150 'win/module_version.cc', |
| 151 'win/module_version.h', |
150 'win/process_info.cc', | 152 'win/process_info.cc', |
151 'win/process_info.h', | 153 'win/process_info.h', |
152 'win/process_structs.h', | 154 'win/process_structs.h', |
153 'win/scoped_handle.cc', | 155 'win/scoped_handle.cc', |
154 'win/scoped_handle.h', | 156 'win/scoped_handle.h', |
155 'win/time.cc', | 157 'win/time.cc', |
156 'win/time.h', | 158 'win/time.h', |
157 ], | 159 ], |
158 'conditions': [ | 160 'conditions': [ |
159 ['OS=="mac"', { | 161 ['OS=="mac"', { |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 'libraries': [ | 224 'libraries': [ |
223 '-lrpcrt4.lib', | 225 '-lrpcrt4.lib', |
224 '-lwinhttp.lib', | 226 '-lwinhttp.lib', |
225 ], | 227 ], |
226 }, | 228 }, |
227 }], | 229 }], |
228 ], | 230 ], |
229 }, | 231 }, |
230 ], | 232 ], |
231 } | 233 } |
OLD | NEW |