(firefox only) ensure we build the jared branding *after* we build in browser so that the about box logo etc are overridden.

This commit is contained in:
ben%bengoodger.com 2004-03-17 05:18:52 +00:00
Родитель ebf8c5fd7c
Коммит a073afecd9
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -325,6 +325,12 @@ endif # MOZ_COMPONENTLIB
ifdef MOZ_PHOENIX
tier_99_dirs += browser xpfe/bootstrap/init.d
# Need to build here *again* _after_browser_ to ensure jar'ed chrome
# is processed.
ifdef MOZ_USE_OFFICIAL_BRANDING
tier_99_dirs += other-licenses/branding/firefox
endif
endif
ifdef MOZ_THUNDERBIRD