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

Side by Side Diff: third_party/crashpad/crashpad/util/util.gyp

Issue 2478633002: Update Crashpad to b47bf6c250c6b825dee1c5fbad9152c2c962e828 (Closed)
Patch Set: mac comment 2 Created 4 years, 1 month 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'win/critical_section_with_debug_info.cc', 165 'win/critical_section_with_debug_info.cc',
166 'win/critical_section_with_debug_info.h', 166 'win/critical_section_with_debug_info.h',
167 'win/exception_handler_server.cc', 167 'win/exception_handler_server.cc',
168 'win/exception_handler_server.h', 168 'win/exception_handler_server.h',
169 'win/get_function.cc', 169 'win/get_function.cc',
170 'win/get_function.h', 170 'win/get_function.h',
171 'win/get_module_information.cc', 171 'win/get_module_information.cc',
172 'win/get_module_information.h', 172 'win/get_module_information.h',
173 'win/handle.cc', 173 'win/handle.cc',
174 'win/handle.h', 174 'win/handle.h',
175 'win/initial_client_data.cc',
176 'win/initial_client_data.h',
175 'win/module_version.cc', 177 'win/module_version.cc',
176 'win/module_version.h', 178 'win/module_version.h',
177 'win/nt_internals.cc', 179 'win/nt_internals.cc',
178 'win/nt_internals.h', 180 'win/nt_internals.h',
179 'win/ntstatus_logging.cc', 181 'win/ntstatus_logging.cc',
180 'win/ntstatus_logging.h', 182 'win/ntstatus_logging.h',
181 'win/process_info.cc', 183 'win/process_info.cc',
182 'win/process_info.h', 184 'win/process_info.h',
183 'win/process_structs.h', 185 'win/process_structs.h',
184 'win/registration_protocol_win.cc', 186 'win/registration_protocol_win.cc',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 }, 277 },
276 'conditions': [ 278 'conditions': [
277 ['target_arch=="ia32"', { 279 ['target_arch=="ia32"', {
278 'msvs_settings': { 280 'msvs_settings': {
279 'MASM': { 281 'MASM': {
280 'UseSafeExceptionHandlers': 'true', 282 'UseSafeExceptionHandlers': 'true',
281 }, 283 },
282 }, 284 },
283 }], 285 }],
284 ], 286 ],
287 }, { # else: OS!="win"
288 'sources!': [
289 'win/capture_context.asm',
290 ],
285 }], 291 }],
286 ], 292 ],
287 }, 293 },
288 ], 294 ],
289 } 295 }
OLDNEW
« no previous file with comments | « third_party/crashpad/crashpad/util/thread/thread_log_messages.cc ('k') | third_party/crashpad/crashpad/util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698