From 1124fb525bf7b8341170d886b8de070e20323efd Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 13 May 2018 22:46:04 +0200 Subject: Remove other gonk widget conditionals and unused files. Tag #288. --- xpcom/threads/moz.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'xpcom/threads/moz.build') diff --git a/xpcom/threads/moz.build b/xpcom/threads/moz.build index 5d54a4bf4..53e6b5922 100644 --- a/xpcom/threads/moz.build +++ b/xpcom/threads/moz.build @@ -76,11 +76,9 @@ LOCAL_INCLUDES += [ # BHR disabled for Release builds because of bug 965392. # BHR disabled for debug builds because of bug 979069. -# BHR disabled on gonk because of bug 1180533 # BHR disabled for TSan builds because of bug 1121216. if CONFIG['MOZ_UPDATE_CHANNEL'] not in ('release') and \ not CONFIG['MOZ_DEBUG'] and \ - not CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk' and \ not CONFIG['MOZ_TSAN']: DEFINES['MOZ_ENABLE_BACKGROUND_HANG_MONITOR'] = 1 -- cgit v1.2.3