forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
/
moz.build
101 lines (68 loc) · 2.92 KB
/
moz.build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
with Files("talos/**"):
BUG_COMPONENT = ("Testing", "Talos")
with Files("talos/talos/tests/v8_7/**"):
BUG_COMPONENT = ("Core", "Javascript Engine")
with Files("talos/talos/tests/kraken/**"):
BUG_COMPONENT = ("Core", "Javascript Engine")
with Files("talos/talos/tests/a11y/**"):
BUG_COMPONENT = ("Core", "Disability Access APIs")
with Files("talos/talos/tests/canvasmark/**"):
BUG_COMPONENT = ("Core", "Canvas: 2D")
with Files("talos/talos/tests/webgl/**"):
BUG_COMPONENT = ("Core", "Canvas: WebGL")
with Files("talos/talos/tests/dromaeo/**"):
BUG_COMPONENT = ("Core", "DOM")
with Files("talos/talos/tests/svg*"):
BUG_COMPONENT = ("Core", "SVG")
with Files("talos/talos/tests/scroll/**"):
BUG_COMPONENT = ("Core", "Graphics")
with Files("talos/talos/tests/tabpaint/**"):
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
with Files("talos/talos/tests/tart/**"):
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
with Files("talos/talos/tests/tabswitch/**"):
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
with Files("talos/talos/tests/video/**"):
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
with Files("talos/talos/startup_test/sessionrestore/**"):
BUG_COMPONENT = ("Firefox", "Session Restore")
with Files("talos/talos/startup_test/tresize/**"):
BUG_COMPONENT = ("Core", "XUL")
with Files("tps/**"):
BUG_COMPONENT = ("Testing", "TPS")
with Files("mozharness/**"):
BUG_COMPONENT = ("Release Engineering", "Mozharness")
with Files("config/tooltool-manifests/**"):
BUG_COMPONENT = ("Release Engineering", "Mozharness")
with Files("*cppunittest*"):
BUG_COMPONENT = ("Testing", "General")
with Files("gtest/**"):
BUG_COMPONENT = ("Testing", "General")
with Files("specialpowers/**"):
BUG_COMPONENT = ("Testing", "Mochitest")
with Files("crashtest/**"):
BUG_COMPONENT = ("Testing", "Reftest")
with Files("crashtest/autophone-crashtest-webrtc.list"):
BUG_COMPONENT = ("Testing", "Autophone")
with Files("config/marionette*"):
BUG_COMPONENT = ("Testing", "Marionette")
with Files("config/mozbase_requirements.txt"):
BUG_COMPONENT = ("Testing", "Mozbase")
with Files("config/firefox_ui_requirements.txt"):
BUG_COMPONENT = ("Testing", "Firfox UI Tests")
with Files("config/external-media-tests-requirements.txt"):
BUG_COMPONENT = ("Testing", "external-media-tests")
with Files("tools/**"):
BUG_COMPONENT = ("Testing", "General")
with Files("tools/fileid/**"):
BUG_COMPONENT = ("Toolkit", "Breakpad Integration")
with Files("tools/iceserver/**"):
BUG_COMPONENT = ("Core", "WebRTC: Networking")
with Files("tools/websocketprocessbridge/**"):
BUG_COMPONENT = ("Core", "WebRTC: Networking")
with Files("tools/fileid/**"):
BUG_COMPONENT = ("Toolkit", "Breakpad Integration")
with Files("tools/minidumpwriter/**"):
BUG_COMPONENT = ("Toolkit", "Breakpad Integration")
with Files("remote*"):
BUG_COMPONENT = ("Firefox for Android", "Testing")