Issue #80 - De-unify dom/canvas

This commit is contained in:
wolfbeast 2020-04-18 22:00:45 +02:00 committed by Roy Tam
commit b3d98cc078
17 changed files with 49 additions and 4 deletions

View file

@ -42,7 +42,7 @@ EXPORTS.mozilla.dom += [
]
# Canvas 2D and common sources
UNIFIED_SOURCES += [
SOURCES += [
'CanvasImageCache.cpp',
'CanvasRenderingContext2D.cpp',
'CanvasRenderingContextHelper.cpp',
@ -60,7 +60,7 @@ SOURCES += [
]
# WebGL Sources
UNIFIED_SOURCES += [
SOURCES += [
'TexUnpackBlob.cpp',
'WebGL1Context.cpp',
'WebGL1ContextUniforms.cpp',