зеркало из https://github.com/mozilla/gecko-dev.git
Part of bug 360648 Thunderbird autocomplete migration, enable building of the toolkit autocomplete implementation for Thunderbird. Only affects Thunderbird. t=ted,dmose
This commit is contained in:
Родитель
06f63b6624
Коммит
221f663a2d
|
@ -53,11 +53,6 @@ DIRS += \
|
|||
contentprefs \
|
||||
microformats \
|
||||
places \
|
||||
$(NULL)
|
||||
|
||||
# These component dirs are built only for XUL apps
|
||||
|
||||
DIRS += \
|
||||
apppicker \
|
||||
filepicker \
|
||||
console \
|
||||
|
@ -95,18 +90,19 @@ DIRS += search
|
|||
endif
|
||||
endif
|
||||
|
||||
ifdef MOZ_THUNDERBIRD
|
||||
DIRS += autocomplete/public
|
||||
else
|
||||
ifdef MOZ_XUL
|
||||
DIRS += \
|
||||
autocomplete \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifndef MOZ_THUNDERBIRD
|
||||
DIRS += \
|
||||
cookie \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_XUL
|
||||
DIRS += \
|
||||
autocomplete \
|
||||
satchel \
|
||||
$(NULL)
|
||||
DIRS += satchel
|
||||
endif # MOZ_XUL
|
||||
|
||||
ifdef MOZ_SUITE
|
||||
|
|
Загрузка…
Ссылка в новой задаче