mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
Bug 501176 - Move nsXULAppAPI.h to tier_xpcom, r+sr?bz
--HG-- rename : toolkit/xre/nsXULAppAPI.h => xpcom/build/nsXULAppAPI.h rename : toolkit/xre/xrecore.h => xpcom/build/xrecore.h
This commit is contained in:
parent
0202d773b3
commit
61baf0e7b7
@ -95,11 +95,6 @@ ifneq (,$(filter WINCE WINNT,$(OS_ARCH)))
|
||||
XPIDLSRCS += nsIWinAppHelper.idl
|
||||
endif
|
||||
|
||||
EXPORTS = \
|
||||
xrecore.h \
|
||||
nsXULAppAPI.h \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
nsAppRunner.cpp \
|
||||
nsConsoleWriter.cpp \
|
||||
|
@ -140,6 +140,8 @@ SDK_HEADERS = \
|
||||
|
||||
EXPORTS = \
|
||||
nsXPCOMCIDInternal.h \
|
||||
xrecore.h \
|
||||
nsXULAppAPI.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS_mozilla = \
|
||||
|
Loading…
Reference in New Issue
Block a user