@@ -187,6 +187,7 @@ def get_depot_tools(source_dir, fetch=False):
187
187
'bug_8759_workaround.patch' ,
188
188
'msvc-checks-template.patch' ,
189
189
'disable_mute_of_audio_processing.patch' ,
190
+ 'crash_on_fatal_error.patch' ,
190
191
],
191
192
'windows_x86' : [
192
193
'add_license_dav1d.patch' ,
@@ -198,6 +199,7 @@ def get_depot_tools(source_dir, fetch=False):
198
199
'bug_8759_workaround.patch' ,
199
200
'msvc-checks-template.patch' ,
200
201
'disable_mute_of_audio_processing.patch' ,
202
+ 'crash_on_fatal_error.patch' ,
201
203
],
202
204
'windows_arm64' : [
203
205
'add_license_dav1d.patch' ,
@@ -209,6 +211,7 @@ def get_depot_tools(source_dir, fetch=False):
209
211
'bug_8759_workaround.patch' ,
210
212
'msvc-checks-template.patch'
211
213
'disable_mute_of_audio_processing.patch' ,
214
+ 'crash_on_fatal_error.patch' ,
212
215
],
213
216
'macos_x86_64' : [
214
217
'add_license_dav1d.patch' ,
@@ -217,6 +220,8 @@ def get_depot_tools(source_dir, fetch=False):
217
220
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
218
221
'bug_8759_workaround.patch' ,
219
222
'disable_mute_of_audio_processing.patch' ,
223
+ 'crash_on_fatal_error.patch' ,
224
+ 'airpod_fixes.patch' ,
220
225
],
221
226
'macos_arm64' : [
222
227
'add_license_dav1d.patch' ,
@@ -225,6 +230,8 @@ def get_depot_tools(source_dir, fetch=False):
225
230
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
226
231
'bug_8759_workaround.patch' ,
227
232
'disable_mute_of_audio_processing.patch' ,
233
+ 'crash_on_fatal_error.patch' ,
234
+ 'airpod_fixes.patch' ,
228
235
],
229
236
'ios' : [
230
237
'add_license_dav1d.patch' ,
@@ -233,6 +240,7 @@ def get_depot_tools(source_dir, fetch=False):
233
240
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
234
241
'bug_8759_workaround.patch' ,
235
242
'disable_mute_of_audio_processing.patch' ,
243
+ 'crash_on_fatal_error.patch' ,
236
244
],
237
245
'android' : [
238
246
'add_license_dav1d.patch' ,
@@ -241,69 +249,79 @@ def get_depot_tools(source_dir, fetch=False):
241
249
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
242
250
'bug_8759_workaround.patch' ,
243
251
'disable_mute_of_audio_processing.patch' ,
252
+ 'crash_on_fatal_error.patch' ,
244
253
],
245
254
'android_prefixed' : [
246
255
'add_license_dav1d.patch' ,
247
256
'android_webrtc_version.patch' ,
248
257
'fix_mocks.patch' ,
249
258
'jni_prefix.patch' ,
250
259
'disable_mute_of_audio_processing.patch' ,
260
+ 'crash_on_fatal_error.patch' ,
251
261
],
252
262
'raspberry-pi-os_armv6' : [
253
263
'add_license_dav1d.patch' ,
254
264
'fix_mocks.patch' ,
255
265
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
256
266
'bug_8759_workaround.patch' ,
257
267
'disable_mute_of_audio_processing.patch' ,
268
+ 'crash_on_fatal_error.patch' ,
258
269
],
259
270
'raspberry-pi-os_armv7' : [
260
271
'add_license_dav1d.patch' ,
261
272
'fix_mocks.patch' ,
262
273
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
263
274
'bug_8759_workaround.patch' ,
264
275
'disable_mute_of_audio_processing.patch' ,
276
+ 'crash_on_fatal_error.patch' ,
265
277
],
266
278
'raspberry-pi-os_armv8' : [
267
279
'add_license_dav1d.patch' ,
268
280
'fix_mocks.patch' ,
269
281
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
270
282
'bug_8759_workaround.patch' ,
271
283
'disable_mute_of_audio_processing.patch' ,
284
+ 'crash_on_fatal_error.patch' ,
272
285
],
273
286
'ubuntu-18.04_armv8' : [
274
287
'add_license_dav1d.patch' ,
275
288
'fix_mocks.patch' ,
276
289
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
277
290
'bug_8759_workaround.patch' ,
278
291
'disable_mute_of_audio_processing.patch' ,
292
+ 'crash_on_fatal_error.patch' ,
279
293
],
280
294
'ubuntu-20.04_armv8' : [
281
295
'add_license_dav1d.patch' ,
282
296
'fix_mocks.patch' ,
283
297
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
284
298
'bug_8759_workaround.patch' ,
285
299
'disable_mute_of_audio_processing.patch' ,
300
+ 'crash_on_fatal_error.patch' ,
286
301
],
287
302
'ubuntu-18.04_x86_64' : [
288
303
'add_license_dav1d.patch' ,
289
304
'fix_mocks.patch' ,
290
305
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
291
306
'bug_8759_workaround.patch' ,
292
307
'disable_mute_of_audio_processing.patch' ,
308
+ 'crash_on_fatal_error.patch' ,
293
309
],
294
310
'ubuntu-20.04_x86_64' : [
295
311
'add_license_dav1d.patch' ,
296
312
'fix_mocks.patch' ,
297
313
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
298
314
'bug_8759_workaround.patch' ,
299
315
'disable_mute_of_audio_processing.patch' ,
316
+ 'crash_on_fatal_error.patch' ,
300
317
],
301
318
'ubuntu-22.04_x86_64' : [
302
319
'add_license_dav1d.patch' ,
303
320
'fix_mocks.patch' ,
304
321
'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
305
322
'bug_8759_workaround.patch' ,
306
323
'disable_mute_of_audio_processing.patch' ,
324
+ 'crash_on_fatal_error.patch' ,
307
325
],
308
326
}
309
327
0 commit comments