Bug 1661283 Part 5: Add a test of GetOverflowingChildrenOfElement on the body element...
[gecko.git] / third_party / moz.build
blobd33b9bc7c1e10dfbc1dfa08bb5fedaa08d306930
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
4 with Files('moz.build'):
5     BUG_COMPONENT = ('Firefox Build System', 'General')
7 with Files('aom/**'):
8     BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
10 with Files('cups/**'):
11     BUG_COMPONENT = ('Core', 'Printing: Setup')
13 with Files('dav1d/**'):
14     BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
16 with Files('js/d3/**'):
17     BUG_COMPONENT = ('Toolkit', 'General')
19 with Files('rust/**'):
20     BUG_COMPONENT = ('Firefox Build System', 'General')
22 with Files('webkit/**'):
23     BUG_COMPONENT = ('Firefox Build System', 'General')
25 with Files('prio/**'):
26     BUG_COMPONENT = ('Firefox Build System', 'General')
28 with Files('msgpack/**'):
29     BUG_COMPONENT = ('Firefox Build System', 'General')
31 with Files('sqlite3/**'):
32     BUG_COMPONENT = ('Toolkit', 'Storage')
34 with Files('rlbox/**'):
35     BUG_COMPONENT = ('Firefox Build System', 'General')
37 with Files('WinToast/**'):
38     BUG_COMPONENT = ('Toolkit', 'General')