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

Side by Side Diff: util/util.gyp

Issue 1066243002: Accept non-fatal resource exceptions without generating crash reports (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Swallow non-fatal EXC_RESOURCE Created 5 years, 8 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
« no previous file with comments | « util/mach/exception_types_test.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'mach/composite_mach_message_server.cc', 60 'mach/composite_mach_message_server.cc',
61 'mach/composite_mach_message_server.h', 61 'mach/composite_mach_message_server.h',
62 'mach/exc_client_variants.cc', 62 'mach/exc_client_variants.cc',
63 'mach/exc_client_variants.h', 63 'mach/exc_client_variants.h',
64 'mach/exc_server_variants.cc', 64 'mach/exc_server_variants.cc',
65 'mach/exc_server_variants.h', 65 'mach/exc_server_variants.h',
66 'mach/exception_behaviors.cc', 66 'mach/exception_behaviors.cc',
67 'mach/exception_behaviors.h', 67 'mach/exception_behaviors.h',
68 'mach/exception_ports.cc', 68 'mach/exception_ports.cc',
69 'mach/exception_ports.h', 69 'mach/exception_ports.h',
70 'mach/exception_types.cc',
71 'mach/exception_types.h',
70 'mach/mach_extensions.cc', 72 'mach/mach_extensions.cc',
71 'mach/mach_extensions.h', 73 'mach/mach_extensions.h',
72 'mach/mach_message.cc', 74 'mach/mach_message.cc',
73 'mach/mach_message.h', 75 'mach/mach_message.h',
74 'mach/mach_message_server.cc', 76 'mach/mach_message_server.cc',
75 'mach/mach_message_server.h', 77 'mach/mach_message_server.h',
76 'mach/notify_server.cc', 78 'mach/notify_server.cc',
77 'mach/notify_server.h', 79 'mach/notify_server.h',
78 'mach/scoped_task_suspend.cc', 80 'mach/scoped_task_suspend.cc',
79 'mach/scoped_task_suspend.h', 81 'mach/scoped_task_suspend.h',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'libraries': [ 215 'libraries': [
214 '-lrpcrt4.lib', 216 '-lrpcrt4.lib',
215 '-lwinhttp.lib', 217 '-lwinhttp.lib',
216 ], 218 ],
217 }, 219 },
218 }], 220 }],
219 ], 221 ],
220 }, 222 },
221 ], 223 ],
222 } 224 }
OLDNEW
« no previous file with comments | « util/mach/exception_types_test.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698