File: moz.build

package info (click to toggle)
firefox 148.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,719,656 kB
  • sloc: cpp: 7,618,171; javascript: 6,701,506; ansic: 3,781,787; python: 1,418,364; xml: 638,647; asm: 438,962; java: 186,285; sh: 62,885; makefile: 19,010; objc: 13,092; perl: 12,763; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10; exp: 6
file content (119 lines) | stat: -rw-r--r-- 3,045 bytes parent folder | download
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:

with Files('moz.build'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('aom/**'):
    BUG_COMPONENT = ('Core', 'Audio/Video: Playback')

with Files('content_analysis_sdk/**'):
    BUG_COMPONENT = ('Firefox', 'Data Loss Prevention')

with Files('cups/**'):
    BUG_COMPONENT = ('Core', 'Printing: Setup')

with Files('dav1d/**'):
    BUG_COMPONENT = ('Core', 'Audio/Video: Playback')

with Files('function2/**'):
    BUG_COMPONENT = ('Core', 'MFBT')

with Files('gemmology/**'):
    BUG_COMPONENT = ('Core', 'Javascript: WebAssembly')

with Files('googletest/**'):
    BUG_COMPONENT = ('Testing', 'GTest')

with Files('highway/**'):
    BUG_COMPONENT = ('Core', 'Graphics: ImageLib')

with Files('jpeg-xl/**'):
    BUG_COMPONENT = ('Core', 'Graphics: ImageLib')

with Files('js/d3/**'):
    BUG_COMPONENT = ('Toolkit', 'General')

with Files('js/cfworker/**'):
    BUG_COMPONENT = ('Toolkit', 'General')

with Files('js/PKI.js/**'):
    BUG_COMPONENT = ('Firefox', 'Security')

with Files('js/qrcode/**'):
    BUG_COMPONENT = ('Firefox', 'General')

with Files('rust/**'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('webkit/**'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('xsimd/**'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('msgpack/**'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('simde/**'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('sipcc/**'):
    BUG_COMPONENT = ('Core', 'WebRTC: Signaling')

with Files('sqlite3/**'):
    BUG_COMPONENT = ("Core", "SQLite and Embedded Database Bindings")

with Files('rlbox/**'):
    BUG_COMPONENT = ('Core', 'Security: RLBox')

with Files("libwebrtc/**"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files("gbm/**"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files("pipewire/**"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files("drm/**"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files("libepoxy/**"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files('picosha2/**'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('rlbox_wasm2c_sandbox/**'):
    BUG_COMPONENT = ('Core', 'Security: RLBox')

with Files('wasm2c/**'):
    BUG_COMPONENT = ('Core', 'Security: RLBox')

with Files('libsrtp/**'):
    BUG_COMPONENT = ('Core', 'WebRTC: Networking')

with Files("perfetto/**"):
    BUG_COMPONENT = ("Core", "Performance Engineering")

with Files("BUILD.gn"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files("chromium/**"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files("abseil-cpp/**"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files("build_overrides/**"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files("fmt"):
    BUG_COMPONENT = ("Core", "MFBT")

with Files("zucchini/**"):
    BUG_COMPONENT = ("Toolkit", "Application Update")

with Files("llama.cpp"):
    BUG_COMPONENT = ("Core", "Machine Learning: On Device")