Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Side by Side Diff: ipc/OWNERS

Issue 2686253004: Add TEAM/COMPONENT (Closed)
Patch Set: Add TEAM/COMPONENT Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 cpu@chromium.org 1 cpu@chromium.org
2 darin@chromium.org 2 darin@chromium.org
3 jam@chromium.org 3 jam@chromium.org
4 rockot@chromium.org 4 rockot@chromium.org
5 tsepez@chromium.org 5 tsepez@chromium.org
6 6
7 # New IPC message files require a security review to avoid introducing 7 # New IPC message files require a security review to avoid introducing
8 # new sandbox escapes. 8 # new sandbox escapes.
9 per-file ipc_message_start.h=set noparent 9 per-file ipc_message_start.h=set noparent
10 per-file ipc_message_start.h=file://ipc/SECURITY_OWNERS 10 per-file ipc_message_start.h=file://ipc/SECURITY_OWNERS
11 per-file *.mojom=set noparent 11 per-file *.mojom=set noparent
12 per-file *.mojom=file://ipc/SECURITY_OWNERS 12 per-file *.mojom=file://ipc/SECURITY_OWNERS
13 per-file *_param_traits*.*=set noparent 13 per-file *_param_traits*.*=set noparent
14 per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS 14 per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS
15
16 # COMPONENT: Manifest
Martin Barbella 2017/02/10 22:28:58 Guessing this should be Internals>Core or just Int
Tom Sepez 2017/02/10 23:17:21 Internals>Core.
ymzhang1 2017/02/14 19:14:28 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698