зеркало из https://github.com/mozilla/gecko-dev.git
Bug #267753 --> Fix Thunderbird Mac smoketest bustage.
We need to build the editor ui chrome package before we build mozilla\mail\app or editor chrome misses the rsync boat...
This commit is contained in:
Родитель
4ba200660e
Коммит
86bedd3db5
|
@ -342,6 +342,10 @@ ifdef MOZ_XULRUNNER
|
|||
tier_99_dirs += xulrunner
|
||||
endif
|
||||
|
||||
ifdef MOZ_COMPOSER
|
||||
tier_99_dirs += editor/ui
|
||||
endif
|
||||
|
||||
ifdef MOZ_THUNDERBIRD
|
||||
ifdef MOZ_USE_OFFICIAL_BRANDING
|
||||
tier_99_dirs += other-licenses/branding/thunderbird
|
||||
|
@ -352,10 +356,6 @@ tier_99_dirs += other-licenses/branding/thunderbird/content
|
|||
endif
|
||||
endif
|
||||
|
||||
ifdef MOZ_COMPOSER
|
||||
tier_99_dirs += editor/ui
|
||||
endif
|
||||
|
||||
ifdef MOZ_STANDALONE_COMPOSER
|
||||
tier_99_dirs += composer
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче