1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-29 16:58:28 +00:00

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
parent c01910dbae
commit a229cbf418
+1 -4
View File
@@ -14,12 +14,9 @@ EXPORTS.mozilla.layout += [
'VsyncParent.h', 'VsyncParent.h',
] ]
UNIFIED_SOURCES += [ SOURCES += [
'RenderFrameChild.cpp', 'RenderFrameChild.cpp',
'RenderFrameParent.cpp', 'RenderFrameParent.cpp',
]
SOURCES += [
'VsyncChild.cpp', 'VsyncChild.cpp',
'VsyncParent.cpp', 'VsyncParent.cpp',
] ]