| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 'win/process_info.h', | 161 'win/process_info.h', |
| 162 'win/process_structs.h', | 162 'win/process_structs.h', |
| 163 'win/registration_protocol_win.cc', | 163 'win/registration_protocol_win.cc', |
| 164 'win/registration_protocol_win.h', | 164 'win/registration_protocol_win.h', |
| 165 'win/scoped_handle.cc', | 165 'win/scoped_handle.cc', |
| 166 'win/scoped_handle.h', | 166 'win/scoped_handle.h', |
| 167 'win/scoped_process_suspend.cc', | 167 'win/scoped_process_suspend.cc', |
| 168 'win/scoped_process_suspend.h', | 168 'win/scoped_process_suspend.h', |
| 169 'win/time.cc', | 169 'win/time.cc', |
| 170 'win/time.h', | 170 'win/time.h', |
| 171 'win/xp_compat.h', |
| 171 ], | 172 ], |
| 172 'conditions': [ | 173 'conditions': [ |
| 173 ['OS=="mac"', { | 174 ['OS=="mac"', { |
| 174 'conditions': [ | 175 'conditions': [ |
| 175 ['GENERATOR=="ninja"', { | 176 ['GENERATOR=="ninja"', { |
| 176 # ninja’s rules can’t deal with sources that have paths relative | 177 # ninja’s rules can’t deal with sources that have paths relative |
| 177 # to environment variables like SDKROOT. Copy the .defs files out | 178 # to environment variables like SDKROOT. Copy the .defs files out |
| 178 # of SDKROOT and into a place they can be referenced without any | 179 # of SDKROOT and into a place they can be referenced without any |
| 179 # environment variables. | 180 # environment variables. |
| 180 'copies': [ | 181 'copies': [ |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 'libraries': [ | 237 'libraries': [ |
| 237 '-lrpcrt4.lib', | 238 '-lrpcrt4.lib', |
| 238 '-lwinhttp.lib', | 239 '-lwinhttp.lib', |
| 239 ], | 240 ], |
| 240 }, | 241 }, |
| 241 }], | 242 }], |
| 242 ], | 243 ], |
| 243 }, | 244 }, |
| 244 ], | 245 ], |
| 245 } | 246 } |
| OLD | NEW |