Part 2: Stop building XPCOM base/glue unified.

This commit is contained in:
Pale Moon
2016-09-18 23:00:19 +02:00
committed by roytam1
parent 62cbc3f0c6
commit 76fcd0d586
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -92,7 +92,8 @@ SOURCES += [
]
SOURCES['nsDebugImpl.cpp'].no_pgo = True
UNIFIED_SOURCES += [
# UNIFIED_SOURCES += [
SOURCES += [
'AvailableMemoryTracker.cpp',
'ClearOnShutdown.cpp',
'CycleCollectedJSRuntime.cpp',
+3 -3
View File
@@ -86,10 +86,10 @@ EXPORTS.mozilla.threads += [
include('objs.mozbuild')
UNIFIED_SOURCES += xpcom_gluens_src_cppsrcs
UNIFIED_SOURCES += xpcom_glue_src_cppsrcs
SOURCES += xpcom_gluens_src_cppsrcs
SOURCES += xpcom_glue_src_cppsrcs
UNIFIED_SOURCES += [
SOURCES += [
'GenericModule.cpp',
'nsStringAPI.cpp',
]