Issue #80 - De-unify dom/base

Tag #1375
This commit is contained in:
Matt A. Tobin 2020-04-17 07:40:32 -04:00 committed by Roy Tam
commit 9fdf69e567
23 changed files with 42 additions and 2 deletions

View file

@ -225,7 +225,7 @@ EXPORTS.mozilla.dom += [
'WindowOrientationObserver.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'AnonymousContent.cpp',
'Attr.cpp',
'BarProps.cpp',
@ -376,7 +376,7 @@ UNIFIED_SOURCES += [
]
if CONFIG['MOZ_WEBRTC']:
UNIFIED_SOURCES += [
SOURCES += [
'nsDOMDataChannel.cpp',
]