mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 493546 - "Enable building of toolkit/components/cookie for Thunderbird" [r=ted.mielczarek sr=dmose]
This commit is contained in:
parent
4c067c506a
commit
74b1bb6beb
@ -56,6 +56,7 @@ DIRS += \
|
||||
apppicker \
|
||||
filepicker \
|
||||
console \
|
||||
cookie \
|
||||
exthelper \
|
||||
viewconfig \
|
||||
typeaheadfind \
|
||||
@ -85,12 +86,6 @@ ifdef MOZ_VIEW_SOURCE
|
||||
DIRS += viewsource
|
||||
endif
|
||||
|
||||
ifndef MOZ_SUITE
|
||||
ifndef MOZ_THUNDERBIRD
|
||||
DIRS += search
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef MOZ_XUL
|
||||
DIRS += \
|
||||
autocomplete \
|
||||
@ -98,13 +93,14 @@ DIRS += \
|
||||
endif
|
||||
|
||||
ifndef MOZ_THUNDERBIRD
|
||||
DIRS += \
|
||||
cookie \
|
||||
$(NULL)
|
||||
|
||||
ifndef MOZ_SUITE
|
||||
DIRS += search
|
||||
endif
|
||||
|
||||
ifdef MOZ_XUL
|
||||
DIRS += satchel
|
||||
endif # MOZ_XUL
|
||||
endif
|
||||
|
||||
endif # MOZ_THUNDERBIRD
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user