mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
(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:
parent
ebf8c5fd7c
commit
a073afecd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user