mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
Fix build bustage for clobber builds in appshell - profile migrator headers have not yet been exported by the time appshell is built
This commit is contained in:
parent
5d5432d268
commit
d0c78a3bd9
@ -198,6 +198,10 @@ ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
tier_9_dirs += xpfe/bootstrap/appleevents
|
||||
endif
|
||||
|
||||
ifdef MOZ_PHOENIX
|
||||
tier_9_dirs += toolkit/components/profile/public
|
||||
endif
|
||||
|
||||
tier_9_dirs += \
|
||||
xpfe/appshell \
|
||||
xpfe/browser/public \
|
||||
|
@ -895,6 +895,8 @@ toolkit/components/passwordmgr/Makefile
|
||||
toolkit/components/passwordmgr/base/Makefile
|
||||
toolkit/components/passwordmgr/resources/Makefile
|
||||
toolkit/components/printing/Makefile
|
||||
toolkit/components/profile/Makefile
|
||||
toolkit/components/profile/public/Makefile
|
||||
toolkit/components/satchel/Makefile
|
||||
toolkit/components/satchel/public/Makefile
|
||||
toolkit/components/satchel/src/Makefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user