Issue #80 - De-unify /layout/ipc

This commit is contained in:
Matt A. Tobin 2020-04-18 00:19:33 -04:00 committed by Roy Tam
commit a229cbf418

View file

@ -14,12 +14,9 @@ EXPORTS.mozilla.layout += [
'VsyncParent.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'RenderFrameChild.cpp',
'RenderFrameParent.cpp',
]
SOURCES += [
'VsyncChild.cpp',
'VsyncParent.cpp',
]