Issue #80 - De-unify dom/audiochannel

This commit is contained in:
Matt A. Tobin 2020-04-18 03:18:46 -04:00 committed by Roy Tam
commit 923386c8f2

View file

@ -16,14 +16,12 @@ EXPORTS += [
'AudioChannelService.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'AudioChannelAgent.cpp',
'AudioChannelService.cpp',
]
LOCAL_INCLUDES += [
'/dom/base/',
]
LOCAL_INCLUDES += ['/dom/base/']
include('/ipc/chromium/chromium-config.mozbuild')