mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
backout (Bug 630473) - suspected as cause of a big Ts regression on Android 2.2
This commit is contained in:
parent
de4686a495
commit
20aebdeca4
@ -52,7 +52,6 @@ XPIDLSRCS = \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_PP_COMPONENTS = \
|
||||
MobileComponents.manifest \
|
||||
AboutRedirector.js \
|
||||
BrowserCLH.js \
|
||||
DirectoryProvider.js\
|
||||
@ -62,7 +61,7 @@ EXTRA_PP_COMPONENTS = \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_COMPONENTS = \
|
||||
AlertsService.js \
|
||||
MobileComponents.manifest \
|
||||
BrowserStartup.js \
|
||||
ContentPermissionPrompt.js \
|
||||
XPIDialogService.js \
|
||||
@ -81,6 +80,8 @@ ifdef MOZ_UPDATER
|
||||
EXTRA_COMPONENTS += UpdatePrompt.js
|
||||
endif
|
||||
|
||||
EXTRA_COMPONENTS += AlertsService.js
|
||||
|
||||
ifneq (Android,$(OS_TARGET))
|
||||
DIRS = phone \
|
||||
$(NULL)
|
||||
|
@ -615,7 +615,9 @@ bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@
|
||||
@BINPATH@/chrome/chrome.manifest
|
||||
@BINPATH@/components/AboutRedirector.js
|
||||
@BINPATH@/components/AddonUpdateService.js
|
||||
#ifndef ANDROID
|
||||
@BINPATH@/components/AlertsService.js
|
||||
#endif
|
||||
@BINPATH@/components/AutoCompleteCache.js
|
||||
@BINPATH@/components/BlocklistPrompt.js
|
||||
@BINPATH@/components/BrowserCLH.js
|
||||
|
Loading…
Reference in New Issue
Block a user