From 0538c32e32e96552d19a857e59df44eb95469758 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 14 May 2020 19:27:23 +0000 Subject: Issue #80 - De-unify gfx/ipc --- gfx/ipc/moz.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gfx/ipc/moz.build') diff --git a/gfx/ipc/moz.build b/gfx/ipc/moz.build index 309681444..ea31f48c5 100644 --- a/gfx/ipc/moz.build +++ b/gfx/ipc/moz.build @@ -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', -- cgit v1.2.3