Backed out changeset 5993d8ad664c (bug 939608) because bug 941450 was backed out

Landed on a CLOSED TREE
This commit is contained in:
Ehsan Akhgari 2013-11-22 11:22:49 -05:00
parent 2df56b3abd
commit b86497683d
4 changed files with 4 additions and 14 deletions

View File

@ -4,8 +4,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# These files cannot be built in unified mode because they rely on plarena.h
# and they want to force NSPR logging.
SOURCES += [
'mozJSComponentLoader.cpp',
'mozJSLoaderUtils.cpp',

View File

@ -13,12 +13,13 @@ EXPORTS += [
'xpcpublic.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'nsCxPusher.cpp',
'nsScriptError.cpp',
'nsXPConnect.cpp',
'Sandbox.cpp',
'XPCCallContext.cpp',
'XPCComponents.cpp',
'XPCContext.cpp',
'XPCConvert.cpp',
'XPCDebug.cpp',
@ -47,11 +48,6 @@ UNIFIED_SOURCES += [
'XPCWrapper.cpp',
]
# XPCComponents.cpp cannot be built in unified mode because it uses plarena.h.
SOURCES += [
'XPCComponents.cpp',
]
GENERATED_SOURCES += [
'DictionaryHelpers.cpp',
'dom_quickstubs.cpp',

View File

@ -6,7 +6,7 @@
NO_DIST_INSTALL = True
UNIFIED_SOURCES += [
SOURCES += [
'xpctest_attributes.cpp',
'xpctest_module.cpp',
'xpctest_params.cpp',

View File

@ -8,16 +8,12 @@ EXPORTS += [
'WrapperFactory.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'AccessCheck.cpp',
'ChromeObjectWrapper.cpp',
'FilteringWrapper.cpp',
'WaiveXrayWrapper.cpp',
'WrapperFactory.cpp',
]
# XrayWrapper needs to be built separately becaue of template instantiations.
SOURCES += [
'XrayWrapper.cpp',
]