bug 883350: move SDK_HEADERS to mozbuild (file batch #1) r=mshal

This commit is contained in:
Joey Armstrong 2013-07-01 17:24:53 -04:00
Родитель b1d5c9aba5
Коммит 250777fa49
18 изменённых файлов: 84 добавлений и 14 удалений

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

@ -11,7 +11,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
SDK_HEADERS = \
DISABLED_SDK_HEADERS = \
nsEmbedCID.h \
$(NULL)

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

@ -13,3 +13,6 @@ XPIDL_SOURCES += [
MODULE = 'embed_base'
EXPORTS += [
'nsEmbedCID.h',
]

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

@ -20,7 +20,7 @@ DIST_INSTALL = 1
SDK_LIBRARY = $(LIBRARY)
SDK_HEADERS = \
DISABLED_SDK_HEADERS = \
nsUnicharUtils.h \
$(NULL)

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

@ -11,6 +11,7 @@ MODULE = 'unicharutil'
EXPORTS += [
'nsBidiUtils.h',
'nsSpecialCasingData.h',
'nsUnicharUtils.h',
'nsUnicodeProperties.h',
'nsUnicodeScriptCodes.h',
]
@ -23,4 +24,3 @@ CPP_SOURCES += [
]
LIBRARY_NAME = 'unicharutil_external_s'

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

@ -12,7 +12,7 @@ include $(DEPTH)/config/autoconf.mk
# xpcom-config.h is generated by configure
SDK_HEADERS = xpcom-config.h
DISABLED_SDK_HEADERS = xpcom-config.h
include $(topsrcdir)/config/rules.mk

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

@ -32,7 +32,7 @@ endif
endif #if OS_ARCH == WINNT
SDK_HEADERS = \
DISABLED_SDK_HEADERS = \
nsAutoPtr.h \
nsError.h \
ErrorList.h \
@ -45,7 +45,7 @@ SDK_HEADERS = \
nsObjCExceptions.h \
ifeq ($(OS_ARCH),WINNT)
SDK_HEADERS += \
DISABLED_SDK_HEADERS += \
nsWindowsHelpers.h \
$(NULL)
endif

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

@ -41,24 +41,39 @@ XPIDL_MODULE = 'xpcom_base'
MODULE = 'xpcom'
EXPORTS += [
'ErrorList.h',
'ErrorListCDefines.h',
'ErrorListCxxDefines.h',
'nsAgg.h',
'nsAtomicRefcnt.h',
'nsAutoPtr.h',
'nsAutoRef.h',
'nsCom.h',
'nsCycleCollector.h',
'nsDebugImpl.h',
'nsError.h',
'nsGZFileWriter.h',
'nsIAllocator.h',
'nsIID.h',
'nsISizeOf.h',
'nsISupportsBase.h',
'nsISupportsObsolete.h',
'nsInterfaceRequestorAgg.h',
'nsObjCExceptions.h',
'nsStackWalk.h',
'nsTraceRefcntImpl.h',
'nsWeakPtr.h',
'nscore.h',
]
if CONFIG['MOZ_DEBUG']:
EXPORTS += ['pure.h']
if CONFIG['OS_ARCH'] == 'WINNT':
EXPORTS += [
'nsWindowsHelpers.h',
]
EXPORTS.mozilla += [
'AvailableMemoryTracker.h',
'ClearOnShutdown.h',

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

@ -63,7 +63,7 @@ LOCAL_INCLUDES = \
-I$(srcdir)/../../docshell/base \
$(NULL)
SDK_HEADERS = \
DISABLED_SDK_HEADERS = \
nsXPCOM.h \
nsXPCOMCID.h \
$(NULL)

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

@ -7,6 +7,8 @@
MODULE = 'xpcom'
EXPORTS += [
'nsXPCOM.h',
'nsXPCOMCID.h',
'nsXPCOMCIDInternal.h',
'nsXREAppData.h',
'nsXULAppAPI.h',
@ -49,4 +51,3 @@ CPP_SOURCES += [
'nsXPCOMStrings.cpp',
'nsXPComInit.cpp',
]

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

@ -19,7 +19,7 @@ LOCAL_INCLUDES = \
-I$(srcdir)/../build \
$(NULL)
SDK_HEADERS = \
DISABLED_SDK_HEADERS = \
nsArrayEnumerator.h \
nsArrayUtils.h \
nsBaseHashtable.h \

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

@ -14,14 +14,56 @@ if CONFIG['OS_ARCH'] == 'WINNT':
MODULE = 'xpcom'
EXPORTS += [
'nsArrayEnumerator.h',
'nsArrayUtils.h',
'nsBaseHashtable.h',
'nsCOMArray.h',
'nsCOMPtr.h',
'nsCRTGlue.h',
'nsCategoryCache.h',
'nsClassHashtable.h',
'nsComponentManagerUtils.h',
'nsCycleCollectionNoteChild.h',
'nsCycleCollectionNoteRootCallback.h',
'nsCycleCollectionParticipant.h',
'nsCycleCollectionTraversalCallback.h',
'nsCycleCollectorUtils.h',
'nsDataHashtable.h',
'nsDebug.h',
'nsDeque.h',
'nsEnumeratorUtils.h',
'nsHashKeys.h',
'nsIClassInfoImpl.h',
'nsID.h',
'nsIInterfaceRequestorUtils.h',
'nsINIParser.h',
'nsISupportsImpl.h',
'nsISupportsUtils.h',
'nsIWeakReferenceUtils.h',
'nsInterfaceHashtable.h',
'nsJSThingHashtable.h',
'nsMemory.h',
'nsProxyRelease.h',
'nsQuickSort.h',
'nsRefPtrHashtable.h',
'nsServiceManagerUtils.h',
'nsStringAPI.h',
'nsStringGlue.h',
'nsTArray-inl.h',
'nsTArray.h',
'nsTArrayForwardDeclare.h',
'nsTHashtable.h',
'nsTObserverArray.h',
'nsTPriorityQueue.h',
'nsTWeakRef.h',
'nsTextFormatter.h',
'nsThreadUtils.h',
'nsTraceRefcnt.h',
'nsVersionComparator.h',
'nsVoidArray.h',
'nsWeakReference.h',
'nsXPTCUtils.h',
'pldhash.h',
]
EXPORTS.mozilla += [
@ -54,4 +96,3 @@ CPP_SOURCES += [
]
LIBRARY_NAME = 'xpcomglue_s'

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

@ -19,7 +19,7 @@ LOCAL_INCLUDES = \
-I$(srcdir)/../../build \
$(NULL)
SDK_HEADERS = \
DISABLED_SDK_HEADERS = \
nsXPCOMGlue.h \
$(NULL)

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

@ -19,3 +19,6 @@ CPP_SOURCES += [
LIBRARY_NAME = 'xpcomglue'
EXPORTS += [
'nsXPCOMGlue.h',
]

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

@ -28,7 +28,7 @@ DISABLED_CMMSRCS += \
$(NULL)
endif
SDK_HEADERS = \
DISABLED_SDK_HEADERS = \
nsDirectoryServiceDefs.h \
nsDirectoryServiceUtils.h \
$(NULL)

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

@ -73,6 +73,8 @@ EXPORTS += [
'nsAppDirectoryServiceDefs.h',
'nsDirectoryService.h',
'nsDirectoryServiceAtomList.h',
'nsDirectoryServiceDefs.h',
'nsDirectoryServiceUtils.h',
'nsEscape.h',
'nsLinebreakConverter.h',
'nsLocalFile.h',

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

@ -40,3 +40,7 @@ if CONFIG['DEHYDRA_PATH']:
MODULE = 'xpcom'
# xpcom-config.h is generated by configure
EXPORTS += [
'xpcom-config.h',
]

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

@ -11,7 +11,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
SDK_HEADERS = \
DISABLED_SDK_HEADERS = \
nsXPCOMStrings.h \
nsEmbedString.h \
$(NULL)

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

@ -12,6 +12,7 @@ EXPORTS += [
'nsCharTraits.h',
'nsDependentString.h',
'nsDependentSubstring.h',
'nsEmbedString.h',
'nsLiteralString.h',
'nsPrintfCString.h',
'nsPromiseFlatString.h',
@ -29,9 +30,9 @@ EXPORTS += [
'nsTSubstring.h',
'nsTSubstringTuple.h',
'nsUTF8Utils.h',
'nsXPCOMStrings.h',
'nsXPIDLString.h',
'string-template-def-char.h',
'string-template-def-unichar.h',
'string-template-undef.h',
]