diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-14 19:27:23 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:55:14 +0000 |
commit | 0538c32e32e96552d19a857e59df44eb95469758 (patch) | |
tree | a72ed7b51c3ceaac648f70361a4d86be785c9068 /gfx/ipc/moz.build | |
parent | 46040d136d427e39c96b3ed34591d1aafdd0fe69 (diff) | |
download | UXP-0538c32e32e96552d19a857e59df44eb95469758.tar UXP-0538c32e32e96552d19a857e59df44eb95469758.tar.gz UXP-0538c32e32e96552d19a857e59df44eb95469758.tar.lz UXP-0538c32e32e96552d19a857e59df44eb95469758.tar.xz UXP-0538c32e32e96552d19a857e59df44eb95469758.zip |
Issue #80 - De-unify gfx/ipc
Diffstat (limited to 'gfx/ipc/moz.build')
-rw-r--r-- | gfx/ipc/moz.build | 4 |
1 files changed, 2 insertions, 2 deletions
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', |