mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
CWebRender pt2
This commit is contained in:
parent
1190eb1c6a
commit
fe181d242f
22 changed files with 1623 additions and 489 deletions
|
|
@ -7,7 +7,14 @@ EXPORTS.mozilla.gfx += [
|
|||
]
|
||||
|
||||
SOURCES += [
|
||||
'webrender.c',
|
||||
'wr_context.c',
|
||||
'wr_display_list.c',
|
||||
'wr_frame.c',
|
||||
'wr_frame_packet.c',
|
||||
'wr_retained.c',
|
||||
'wr_util.c',
|
||||
]
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
TEST_DIRS += ['tests']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue