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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 'string/split_string.cc', | 136 'string/split_string.cc', |
137 'string/split_string.h', | 137 'string/split_string.h', |
138 'synchronization/semaphore_mac.cc', | 138 'synchronization/semaphore_mac.cc', |
139 'synchronization/semaphore_posix.cc', | 139 'synchronization/semaphore_posix.cc', |
140 'synchronization/semaphore_win.cc', | 140 'synchronization/semaphore_win.cc', |
141 'synchronization/semaphore.h', | 141 'synchronization/semaphore.h', |
142 'thread/thread_log_messages.cc', | 142 'thread/thread_log_messages.cc', |
143 'thread/thread_log_messages.h', | 143 'thread/thread_log_messages.h', |
144 'win/address_types.h', | 144 'win/address_types.h', |
145 'win/checked_win_address_range.h', | 145 'win/checked_win_address_range.h', |
| 146 'win/module_version.cc', |
| 147 'win/module_version.h', |
146 'win/process_info.cc', | 148 'win/process_info.cc', |
147 'win/process_info.h', | 149 'win/process_info.h', |
148 'win/process_structs.h', | 150 'win/process_structs.h', |
149 'win/scoped_handle.cc', | 151 'win/scoped_handle.cc', |
150 'win/scoped_handle.h', | 152 'win/scoped_handle.h', |
151 'win/time.cc', | 153 'win/time.cc', |
152 'win/time.h', | 154 'win/time.h', |
153 ], | 155 ], |
154 'conditions': [ | 156 'conditions': [ |
155 ['OS=="mac"', { | 157 ['OS=="mac"', { |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'libraries': [ | 220 'libraries': [ |
219 '-lrpcrt4.lib', | 221 '-lrpcrt4.lib', |
220 '-lwinhttp.lib', | 222 '-lwinhttp.lib', |
221 ], | 223 ], |
222 }, | 224 }, |
223 }], | 225 }], |
224 ], | 226 ], |
225 }, | 227 }, |
226 ], | 228 ], |
227 } | 229 } |
OLD | NEW |