| Index: media/gpu/ipc/common/OWNERS
|
| diff --git a/media/gpu/ipc/common/OWNERS b/media/gpu/ipc/common/OWNERS
|
| index 3a0ba0dcc2459e578cd57c0fc36e66b918521fcb..ee83c52a7bc262260a39237a890d8c007c697c64 100644
|
| --- a/media/gpu/ipc/common/OWNERS
|
| +++ b/media/gpu/ipc/common/OWNERS
|
| @@ -1,4 +1,15 @@
|
| # Changes to IPCs require a security review to avoid introducing
|
| # new sandbox escapes.
|
| +set noparent
|
| +file://ipc/SECURITY_OWNERS
|
| +
|
| +# The following lines are redundant, they're just to silence the presubmit
|
| per-file *_messages*.h=set noparent
|
| per-file *_messages*.h=file://ipc/SECURITY_OWNERS
|
| +per-file *.mojom=set noparent
|
| +per-file *.mojom=file://ipc/SECURITY_OWNERS
|
| +per-file *_param_traits*.*=set noparent
|
| +per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS
|
| +per-file *_struct_traits*.*=set noparent
|
| +per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS
|
| +
|
|
|