forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOWNERS
29 lines (26 loc) · 1.05 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
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=*
# Mac Sandbox profiles.
per-file nacl_loader.sb=set noparent
per-file nacl_loader.sb=jeremy@chromium.org
# Changes to IPC messages require a security review to avoid introducing
# new sandbox escapes.
per-file *_messages.h=set noparent
per-file *_messages.h=cdn@chromium.org
per-file *_messages.h=jln@chromium.org
per-file *_messages.h=jschuh@chromium.org
per-file *_messages.h=palmer@chromium.org
per-file *_messages.h=tsepez@chromium.org
# Spellcheck files. Not using spellcheck* since it covers IPC messages too.
per-file spellcheck_common.*=gbillock@chromium.org
per-file spellcheck_common.*=groby@chromium.org
per-file spellcheck_common.*=rlp@chromium.org
per-file spellcheck_common.*=rouslan@chromium.org
per-file spellcheck_result.h=gbillock@chromium.org
per-file spellcheck_result.h=groby@chromium.org
per-file spellcheck_result.h=rlp@chromium.org
per-file spellcheck_result.h=rouslan@chromium.org