1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +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',
]
UNIFIED_SOURCES += [
SOURCES += [
'RenderFrameChild.cpp',
'RenderFrameParent.cpp',
]
SOURCES += [
'VsyncChild.cpp',
'VsyncParent.cpp',
]