Issue #80 - De-unify gfx/ipc

This commit is contained in:
Moonchild 2020-05-14 19:27:23 +00:00 • committed by Roy Tam
commit 8458063b23
10 changed files with 23 additions and 2 deletions

View file

@ -37,12 +37,12 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
'SharedDIBSurface.h',
'SharedDIBWin.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'SharedDIBSurface.cpp',
'SharedDIBWin.cpp',
]
UNIFIED_SOURCES += [
SOURCES += [
'CompositorSession.cpp',
'CompositorWidgetVsyncObserver.cpp',
'D3DMessageUtils.cpp',