mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
(215094) break imola now, so I can fix the safari profile migrator.
This commit is contained in:
parent
be7017006d
commit
abd53e9dea
@ -51,9 +51,7 @@
|
||||
#ifdef XP_WIN
|
||||
#include "nsIEProfileMigrator.h"
|
||||
#elif defined(XP_MACOSX)
|
||||
#if 0
|
||||
#include "nsSafariProfileMigrator.h"
|
||||
#endif
|
||||
#include "nsOmniWebProfileMigrator.h"
|
||||
#include "nsMacIEProfileMigrator.h"
|
||||
#endif
|
||||
@ -73,9 +71,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsSeamonkeyProfileMigrator)
|
||||
#ifdef XP_WIN
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsIEProfileMigrator)
|
||||
#elif defined(XP_MACOSX)
|
||||
#if 0
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSafariProfileMigrator)
|
||||
#endif
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsOmniWebProfileMigrator)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMacIEProfileMigrator)
|
||||
#endif
|
||||
@ -111,12 +107,11 @@ static const nsModuleComponentInfo components[] =
|
||||
nsIEProfileMigratorConstructor },
|
||||
|
||||
#elif defined(XP_MACOSX)
|
||||
#if 0
|
||||
{ "Safari Profile Migrator",
|
||||
NS_SAFARIPROFILEMIGRATOR_CID,
|
||||
NS_BROWSERPROFILEMIGRATOR_CONTRACTID_PREFIX "safari",
|
||||
nsSafariProfileMigratorConstructor },
|
||||
#endif
|
||||
|
||||
{ "Internet Explorer (Macintosh) Profile Migrator",
|
||||
NS_MACIEPROFILEMIGRATOR_CID,
|
||||
NS_BROWSERPROFILEMIGRATOR_CONTRACTID_PREFIX "macie",
|
||||
|
@ -83,7 +83,8 @@ CPPSRCS += nsIEProfileMigrator.cpp \
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
CPPSRCS += nsMacIEProfileMigrator.cpp \
|
||||
CPPSRCS += nsSafariProfileMigrator.cpp \
|
||||
nsMacIEProfileMigrator.cpp \
|
||||
nsOmniWebProfileMigrator.cpp \
|
||||
nsCaminoProfileMigrator.cpp \
|
||||
nsICabProfileMigrator.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user