@@ -187,6 +187,7 @@ def get_depot_tools(source_dir, fetch=False):
187187 'bug_8759_workaround.patch' ,
188188 'msvc-checks-template.patch' ,
189189 'disable_mute_of_audio_processing.patch' ,
190+ 'crash_on_fatal_error.patch' ,
190191 ],
191192 'windows_x86' : [
192193 'add_license_dav1d.patch' ,
@@ -198,6 +199,7 @@ def get_depot_tools(source_dir, fetch=False):
198199 'bug_8759_workaround.patch' ,
199200 'msvc-checks-template.patch' ,
200201 'disable_mute_of_audio_processing.patch' ,
202+ 'crash_on_fatal_error.patch' ,
201203 ],
202204 'windows_arm64' : [
203205 'add_license_dav1d.patch' ,
@@ -209,6 +211,7 @@ def get_depot_tools(source_dir, fetch=False):
209211 'bug_8759_workaround.patch' ,
210212 'msvc-checks-template.patch'
211213 'disable_mute_of_audio_processing.patch' ,
214+ 'crash_on_fatal_error.patch' ,
212215 ],
213216 'macos_x86_64' : [
214217 'add_license_dav1d.patch' ,
@@ -217,6 +220,8 @@ def get_depot_tools(source_dir, fetch=False):
217220 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
218221 'bug_8759_workaround.patch' ,
219222 'disable_mute_of_audio_processing.patch' ,
223+ 'crash_on_fatal_error.patch' ,
224+ 'airpod_fixes.patch' ,
220225 ],
221226 'macos_arm64' : [
222227 'add_license_dav1d.patch' ,
@@ -225,6 +230,8 @@ def get_depot_tools(source_dir, fetch=False):
225230 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
226231 'bug_8759_workaround.patch' ,
227232 'disable_mute_of_audio_processing.patch' ,
233+ 'crash_on_fatal_error.patch' ,
234+ 'airpod_fixes.patch' ,
228235 ],
229236 'ios' : [
230237 'add_license_dav1d.patch' ,
@@ -233,6 +240,7 @@ def get_depot_tools(source_dir, fetch=False):
233240 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
234241 'bug_8759_workaround.patch' ,
235242 'disable_mute_of_audio_processing.patch' ,
243+ 'crash_on_fatal_error.patch' ,
236244 ],
237245 'android' : [
238246 'add_license_dav1d.patch' ,
@@ -241,69 +249,79 @@ def get_depot_tools(source_dir, fetch=False):
241249 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
242250 'bug_8759_workaround.patch' ,
243251 'disable_mute_of_audio_processing.patch' ,
252+ 'crash_on_fatal_error.patch' ,
244253 ],
245254 'android_prefixed' : [
246255 'add_license_dav1d.patch' ,
247256 'android_webrtc_version.patch' ,
248257 'fix_mocks.patch' ,
249258 'jni_prefix.patch' ,
250259 'disable_mute_of_audio_processing.patch' ,
260+ 'crash_on_fatal_error.patch' ,
251261 ],
252262 'raspberry-pi-os_armv6' : [
253263 'add_license_dav1d.patch' ,
254264 'fix_mocks.patch' ,
255265 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
256266 'bug_8759_workaround.patch' ,
257267 'disable_mute_of_audio_processing.patch' ,
268+ 'crash_on_fatal_error.patch' ,
258269 ],
259270 'raspberry-pi-os_armv7' : [
260271 'add_license_dav1d.patch' ,
261272 'fix_mocks.patch' ,
262273 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
263274 'bug_8759_workaround.patch' ,
264275 'disable_mute_of_audio_processing.patch' ,
276+ 'crash_on_fatal_error.patch' ,
265277 ],
266278 'raspberry-pi-os_armv8' : [
267279 'add_license_dav1d.patch' ,
268280 'fix_mocks.patch' ,
269281 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
270282 'bug_8759_workaround.patch' ,
271283 'disable_mute_of_audio_processing.patch' ,
284+ 'crash_on_fatal_error.patch' ,
272285 ],
273286 'ubuntu-18.04_armv8' : [
274287 'add_license_dav1d.patch' ,
275288 'fix_mocks.patch' ,
276289 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
277290 'bug_8759_workaround.patch' ,
278291 'disable_mute_of_audio_processing.patch' ,
292+ 'crash_on_fatal_error.patch' ,
279293 ],
280294 'ubuntu-20.04_armv8' : [
281295 'add_license_dav1d.patch' ,
282296 'fix_mocks.patch' ,
283297 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
284298 'bug_8759_workaround.patch' ,
285299 'disable_mute_of_audio_processing.patch' ,
300+ 'crash_on_fatal_error.patch' ,
286301 ],
287302 'ubuntu-18.04_x86_64' : [
288303 'add_license_dav1d.patch' ,
289304 'fix_mocks.patch' ,
290305 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
291306 'bug_8759_workaround.patch' ,
292307 'disable_mute_of_audio_processing.patch' ,
308+ 'crash_on_fatal_error.patch' ,
293309 ],
294310 'ubuntu-20.04_x86_64' : [
295311 'add_license_dav1d.patch' ,
296312 'fix_mocks.patch' ,
297313 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
298314 'bug_8759_workaround.patch' ,
299315 'disable_mute_of_audio_processing.patch' ,
316+ 'crash_on_fatal_error.patch' ,
300317 ],
301318 'ubuntu-22.04_x86_64' : [
302319 'add_license_dav1d.patch' ,
303320 'fix_mocks.patch' ,
304321 'upsample-to-48khz-for-echo-cancellation-for-now.patch' ,
305322 'bug_8759_workaround.patch' ,
306323 'disable_mute_of_audio_processing.patch' ,
324+ 'crash_on_fatal_error.patch' ,
307325 ],
308326}
309327
0 commit comments