-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOWNERS
42 lines (32 loc) · 1.03 KB
/
OWNERS
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
# See //base/README.md to find qualification for being an owner.
# For Bind/Callback:
per-file bind*[email protected]
per-file callback*[email protected]
# For Android-specific changes:
per-file *android*=file://base/android/OWNERS
per-file BUILD.gn=file://base/android/OWNERS
# For Fuchsia-specific changes:
per-file *_fuchsia*=file://build/fuchsia/OWNERS
# For Windows-specific changes:
per-file *_win*=file://base/win/OWNERS
# For FeatureList API:
per-file feature_list*[email protected]
per-file feature_list*[email protected]
# Restricted since rand_util.h also backs the cryptographically secure RNG.
per-file rand_util*=set noparent
per-file rand_util*=file://ipc/SECURITY_OWNERS
# For TCMalloc tests:
per-file [email protected]
# For Value:
per-file values*[email protected]
# COMPONENT: Internals>Core