mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1189224 - Add BUG_COMPONENT for AccessibleCaret and others to moz.build. r=roc
This commit is contained in:
parent
641995fefb
commit
216903e6a8
@ -40,6 +40,10 @@ with Files('nsChangeHint.h'):
|
||||
with Files('nsBidi*'):
|
||||
BUG_COMPONENT = ('Core', 'Layout: Text')
|
||||
|
||||
for caret_file in ('AccessibleCaret*', 'TouchCaret*', 'SelectionCarets*'):
|
||||
with Files(caret_file):
|
||||
BUG_COMPONENT = ('Core', 'Selection')
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIStyleSheetService.idl',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user