forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOWNERS
54 lines (42 loc) · 1.63 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
43
44
45
46
47
48
49
50
51
52
53
54
per-file chrome_features.cc=*
per-file chrome_features.h=*
per-file chrome_switches.cc=*
per-file chrome_switches.h=*
per-file pref_names.cc=*
per-file pref_names.h=*
per-file url_constants.cc=*
per-file url_constants.h=*
# This is for the common case of adding or renaming files. If you're doing
# structural changes, use usual OWNERS rules.
per-file BUILD.gn=*
per-file *_messages*.h=set noparent
per-file *_messages*.h=file://ipc/SECURITY_OWNERS
per-file *_messages.cc=set noparent
per-file *_messages.cc=file://ipc/SECURITY_OWNERS
per-file *_param_traits*.*=set noparent
per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS
per-file *_mojom_traits*.*=set noparent
per-file *_mojom_traits*.*=file://ipc/SECURITY_OWNERS
# Changes to Mojo interfaces require a security review to avoid
# introducing new sandbox escapes.
per-file *.mojom=set noparent
per-file *.mojom=file://ipc/SECURITY_OWNERS
# Content client.
per-file chrome_content_client.cc=*
per-file chrome_content_client_constants.h=*
per-file chrome_content_client.h=*
per-file chrome_content_client_unittest.cc=*
# Lacros
per-file *_lacros*=file://chromeos/LACROS_OWNERS
# Pepper files.
per-file pepper_*=file://ppapi/OWNERS
# Other stuff.
per-file autocomplete_match_type.*=mpearson@chromium.org
per-file autocomplete_match_type.*=pkasting@chromium.org
per-file autocomplete_match_type.*=sky@chromium.org
per-file crash_keys*=rsesek@chromium.org
# WebUI. See also chrome/browser/ui/webui/OWNERS.
per-file webui_url_constants.cc=file://ui/webui/PLATFORM_OWNERS
per-file webui_url_constants.h=file://ui/webui/PLATFORM_OWNERS
# Thread profiling
per-file thread_profiler*=wittman@chromium.org