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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'mach/symbolic_constants_mach.cc', | 81 'mach/symbolic_constants_mach.cc', |
82 'mach/symbolic_constants_mach.h', | 82 'mach/symbolic_constants_mach.h', |
83 'mach/task_for_pid.cc', | 83 'mach/task_for_pid.cc', |
84 'mach/task_for_pid.h', | 84 'mach/task_for_pid.h', |
85 'mach/task_memory.cc', | 85 'mach/task_memory.cc', |
86 'mach/task_memory.h', | 86 'mach/task_memory.h', |
87 'misc/clock.h', | 87 'misc/clock.h', |
88 'misc/clock_mac.cc', | 88 'misc/clock_mac.cc', |
89 'misc/clock_posix.cc', | 89 'misc/clock_posix.cc', |
90 'misc/clock_win.cc', | 90 'misc/clock_win.cc', |
| 91 'misc/implicit_cast.h', |
91 'misc/initialization_state.h', | 92 'misc/initialization_state.h', |
92 'misc/initialization_state_dcheck.cc', | 93 'misc/initialization_state_dcheck.cc', |
93 'misc/initialization_state_dcheck.h', | 94 'misc/initialization_state_dcheck.h', |
94 'misc/pdb_structures.cc', | 95 'misc/pdb_structures.cc', |
95 'misc/pdb_structures.h', | 96 'misc/pdb_structures.h', |
96 'misc/scoped_forbid_return.cc', | 97 'misc/scoped_forbid_return.cc', |
97 'misc/scoped_forbid_return.h', | 98 'misc/scoped_forbid_return.h', |
98 'misc/symbolic_constants_common.h', | 99 'misc/symbolic_constants_common.h', |
99 'misc/tri_state.h', | 100 'misc/tri_state.h', |
100 'misc/uuid.cc', | 101 'misc/uuid.cc', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 'libraries': [ | 236 'libraries': [ |
236 '-lrpcrt4.lib', | 237 '-lrpcrt4.lib', |
237 '-lwinhttp.lib', | 238 '-lwinhttp.lib', |
238 ], | 239 ], |
239 }, | 240 }, |
240 }], | 241 }], |
241 ], | 242 ], |
242 }, | 243 }, |
243 ], | 244 ], |
244 } | 245 } |
OLD | NEW |