Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: util/util.gyp

Issue 1126413008: win: Implement exception snapshot (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 146 'win/module_version.cc',
147 'win/module_version.h', 147 'win/module_version.h',
148 'win/nt_internals.cc',
149 'win/nt_internals.h',
148 'win/process_info.cc', 150 'win/process_info.cc',
149 'win/process_info.h', 151 'win/process_info.h',
150 'win/process_structs.h', 152 'win/process_structs.h',
151 'win/scoped_handle.cc', 153 'win/scoped_handle.cc',
152 'win/scoped_handle.h', 154 'win/scoped_handle.h',
153 'win/time.cc', 155 'win/time.cc',
154 'win/time.h', 156 'win/time.h',
155 ], 157 ],
156 'conditions': [ 158 'conditions': [
157 ['OS=="mac"', { 159 ['OS=="mac"', {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'libraries': [ 222 'libraries': [
221 '-lrpcrt4.lib', 223 '-lrpcrt4.lib',
222 '-lwinhttp.lib', 224 '-lwinhttp.lib',
223 ], 225 ],
224 }, 226 },
225 }], 227 }],
226 ], 228 ],
227 }, 229 },
228 ], 230 ],
229 } 231 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698