Bug 939609 - Build content/xslt in unified mode; r=jst

--HG--
extra : rebase_source : 315b7c5762ae4bf8e698f09073d34d048f320bec
This commit is contained in:
Ehsan Akhgari 2013-11-19 14:52:23 -05:00
parent f0a0296f91
commit 08bd61eef8
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
# 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/.
SOURCES += [
UNIFIED_SOURCES += [
'txDouble.cpp',
'txExpandedNameMap.cpp',
'txList.cpp',

View File

@ -7,7 +7,6 @@
#define txLog_h__
#include "prlog.h"
#endif
#ifdef PR_LOGGING
class txLog
@ -31,3 +30,4 @@ public:
#define TX_LG_CREATE
#endif
#endif

View File

@ -4,7 +4,7 @@
# 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/.
SOURCES += [
UNIFIED_SOURCES += [
'txXMLParser.cpp',
'txXMLUtils.cpp',
]

View File

@ -8,7 +8,7 @@ EXPORTS.mozilla.dom += [
'XPathEvaluator.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'nsXPathExpression.cpp',
'nsXPathNSResolver.cpp',
'nsXPathResult.cpp',

View File

@ -4,7 +4,7 @@
# 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/.
SOURCES += [
UNIFIED_SOURCES += [
'txBufferingHandler.cpp',
'txCurrentFunctionCall.cpp',
'txDocumentFunctionCall.cpp',