mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Issue #80 - De-unify dom/canvas
This commit is contained in:
parent
399b79ff71
commit
b3d98cc078
17 changed files with 49 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue